This repository houses the source code for chronically.blog.
- Clone this repository.
- Get the latest version of Hugo extended from https://github.com/gohugoio/hugo/releases/.
- Run
hugo serverin the root directory of this repository. - Go to http://localhost:1313.
To add a new blog post, either copy an existing post or run the following command in the root directory of this repository:
hugo new post/YYYY/MM/some-title/index.mdYou can then edit the newly created file with your favorite text editor, and add images/resources next to it.