Source code repository for my personal site/blog, which can be found online at the GitHub Pages URL glampert.github.io.
It uses Jekyll to generate the site from a set of static Markdown and HTLM pages annotated with the Liquid templating language.
The included Makefile simplifies running Jekyll locally to test the site.
make all: Runs jekyll build.make run: Runs jekyll build + serve.make clean: Deletes all generated/cached static content & build artifacts.
This project's source code is released under the MIT License.