My very own homepage on the internet
The blog section is created using hugo.
# Create a new post
$ hugo new posts/my-new-post.md
# Start the server with drafts enabled
$ HUGO_UGLYURLS=true hugo server -D
It is important to enable ugly URLs when running locally. This is also the way that the site is deployed, so links are adapted to append the extension. When running locally without ugly URLS, the menu will break.
- TODO: Make pretty URLs work in S3/CloudFront.
# Build static pages
$ hugo -D