Personal website built with Hugo.
# Run development server
hugo server
# Build for production
hugo --minify- Posts:
content/posts/ - Projects:
content/work/ - Reading list:
data/reading.yaml - About page:
content/about.md
# New post
hugo new posts/my-new-post.md
# New project
hugo new work/my-new-project.md