Source code of https://bruant.info
Canonical repository: https://github.com/huguesb/bruant-info
Copyright © 2013-2016, Hugues Bruant hugues@bruant.info
- content (i.e. all markdown files) is available under the terms of Creative Commons Attribution-ShareAlike 3.0 See cc-by-sa-3.0.txt for details
- unless otherwise indicated all other files are available under 2-clause BSD See bsd.txt for details
Corollary: all generated files fall under CC BY-SA 3.0
├── pages special pages
├── resources static resources
├── _articles long-form articles, split into sections
├── _plugins Jekyll plugins
└── _layouts HTML templates
-
Test locally
jekyll serve
-
Push to github
git push origin master
-
Deploy
git push deploy master