Skip to content

glampert/glampert.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My personal site and blog @glampert.github.io

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.

License

This project's source code is released under the MIT License.

Contributors