Source code for my personal website, hosting my CV, publications, slides for various talks I have given, and blog posts.
Design template forked from Academic Pages; see LICENSE.md.
Based on instructions from the Academic Pages GitHub repo, I have implemented a simple GNU Makefile to aid with local compilation. The following Make targets are implemented:
serve: default target; build website locally & serve fromlocalhost:4000clean: clean gems on system; run with cautioninstall: install package dependencies withapt, as well as necessary gems, as per Gemfile
See the documentation hosted on academicpages.github.io.