/website

My personal website and blog.

Primary LanguageHTML

Jakob Pennington's Website

Helpful commands:

# Clone the repo
git clone --recursive git@github.com: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