The repository provides the Artifact Hub Blog that can be found at https://blog.artifacthub.io.
The blog uses Hugo to generate content. To add a new post please do the following:
- Fork this repository and create a branch for the new post.
- Create a new post in the
content/blog
directory. You can create it by hand or use thehugo new
command to help you do it. You can use thehugo serve
command to locally preview the new content. - Commit the new post while adding signoff to the commit for the DCO.
- Create a pull request for the new blog post.