Source for my GitHub Pages site, built with Jekyll via the github-pages gem.
- Ruby (see GitHub Pages' supported version)
- Bundler:
gem install bundler
Install dependencies:
bundle installStart the development server:
bundle exec jekyll serveThen open http://localhost:4000 in your browser.
The server watches for file changes and rebuilds automatically. Note that _config.yml is not watched — restart the server after editing it.
bundle exec jekyll serve --livereload— auto-refresh the browser on changesbundle exec jekyll serve --drafts— include posts in_draftsbundle exec jekyll build— build the static site into_sitewithout serving it
This project is licensed under the MIT License.