/hwdegroot.github.io

personal blog shizzle

Primary LanguageHTMLMIT LicenseMIT

Getting started

This is the repository for my blog, hosted on rikdegroot.io

Clone the repo

git clone git@github.com:hwdegroot/hwdegroot.github.io.git --recursive

or

git clone git@github.com:hwdegroot/hwdegroot.github.io.git
git submodule update --init

Troubleshooting

Q: I am getting a getting <resources.ExecuteAsTemplate>: error calling ExecuteAsTemplate: type <nil> not supported in Resource transformations when running make serve

A: Did you run git submodule update --init?

Run locally

make serve

This will require you to have docker and GNU Make

Check out the Makefile for all available commands.

Then fire up a browser and navigate to http://localhost:8888

Create new post

make post NAME=<name>

Contributiong

see contribution guide