An open source HTML and CSS toolkit. With prebuilt modules and a responsive design you can build the most awesome sites and applications.
Built with SMACSS, BEM and WAI-ARIA.
Fannypack runs on Jekyll, a static site generator and Gulp as task manager.
- Ruby, for the gems (Jekyll and Bundler) : https://www.ruby-lang.org/en/downloads/
- NodeJS v6.X (or newer) & NPM: https://nodejs.org/dist/latest-v6.x/
- Jekyll 3.7 or newer: https://jekyllrb.com/docs/installation/
- Bundler : https://bundler.io/
Install these gems before you move on :
gem install bundler jekyll
bundle installIn your fannypack project folder:
# start jekyll server and watch html files
# with bundler you also install the required plugins
bundle exec jekyll serve
# if you don't have bundler installed
jekyll serveand in another Terminal window, in your fannypack project folder:
# watch assets
gulpBefore you can push your code, you need to build the static site and minify the assets. First, stop all running Jekyll and gulp commands, than in your fannypack project folder:
gulp deployFannypack maintainers can now push the code to the remote master branch. This will trigger an auto-deploy.