Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 671 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 671 Bytes

ragedb.github.io

Github Page for RageDB

Instructions

This page uses Jekyll and the Bulma CSS Framework.

GitHub Pages will automatically serve the site, but to test locally you can:

gem install bundler
bundle update
bundle exec jekyll serve --livereload

To make style changes:

Modify sass/ragedb_styles.scss with your modifications and rebuild css:

sass --sourcemap=none sass/ragedb_styles.scss:css/ragedb_styles.css

For additional help see: - Jekyll Docs - Bulma with sass gem