An ongoing project in porting our site from WordPress to Hugo.
If fixing an issue, assign yourself. This means you're actively working on it.
If an issue doesn't exist about the problem you're fixing, create it and self-assign it to yourself.
For example, if we'd create a new post:
- hugo new post/hello-world.md
- mkdir static/hello-world
Now we have the post and an asset folder set up for a new post.
Add images to the static/hello-world folder.
There's two special kind of images that you should add there:
- thumbnail.png, which is the thumbnail image on the article listing grid
- header.png, which is the header image for the post.