Helpful commands:
# Clone the repo
git clone --recursive [email protected]:JakobTheDev/website.git
# Pull sudmodule (if not pulled during intial commit)
git submodule update --init --recursive
# Serve the blog
hugo server
# Serve the blog - drafts enabled
hugo server -D
# Create a new post
hugo new posts/99-post-name/index.md