hwdegroot / hwdegroot.github.io

personal blog shizzle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

personal blog shizzle

License:MIT License


Languages

Language:HTML 43.2%Language:SCSS 32.4%Language:JavaScript 13.4%Language:CSS 5.4%Language:Makefile 3.3%Language:Dockerfile 1.3%Language:Shell 1.0%