mcampbell508.github.io

My Personal GitHub based site accessible at mcampbell508.github.io.

This site is a personal blog written in markdown and Jekyll.

Currently I am using the lanyon theme which was created by Mark Otto.

Serving the site locally

  • Install Docker if not installed :-)
  • Run docker-compose up or docker-compose up -d for detached mode.

Then visit http://127.0.0.1:4000/. Push to Github master branch to make changes public.

Compiling Resume

  • Make sure all dependencies are installed:
sudo apt install pandoc context
  • Build the files:
cd /path/to/repo/resume
make
  • Commit any newly created files and git push origin master

Credits should go to this repo for the inspiration to compile a resume from markdown to HTML, PDF and Word Doc formats.