Source for my blog.
Use Sass to generate the stylesheet from css/main.scss
:
sass main.scss main.css
Execute run_local.sh
to serve the site locally using Jekyll:
jekyll serve --watch --drafts --config=_config.yml,_local_config.yml
The fonts are League Gothic, Lato, and Ubuntu Mono.
The colors are from the material design color palette.
The favicon is my GitHub identicon.
The following directories and their contents are copyright Michael Parker. You may not reuse anything therein without my permission:
_drafts/
_posts/
All remaining HTML, CSS, and assets created by me are available under the MIT license.