Github Page for RageDB
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