Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 371 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 371 Bytes

Jakob Pennington's Website

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