Hypothetical Haycorns

This is the source code for my Hypothetical Hycorns blog.

Set Up Development Environment

  1. Install devbox.
  2. Install direnv and hook it into your shell.

Run Development Server

devbox run dev

Build Website

devbox run build

Add Theme

devbox run theme add

Update Theme

devbox run theme update

Remove Theme

devbox run theme remove

Add Blog Post

hugo new posts/name-of-post.md

Change the date of a blog post to today's date

devbox run todate content/posts/<filename>.md