Go to file
Matt Farina 9cce1b3f6d
Attempting to fix the build
due to newer hugo no longer working with the previous action

Signed-off-by: Matt Farina <matt.farina@suse.com>
2024-10-15 15:25:24 -04:00
.github/workflows
archetypes
content/blog
layouts/_default/_markup
themes/hugo-geekdoc
.gitignore
LICENSE
README.md
config.yaml

README.md

Artifact Hub Blog

The repository provides the Artifact Hub Blog that can be found at https://blog.artifacthub.io.

Adding Posts

The blog uses Hugo to generate content. To add a new post please do the following:

  1. Fork this repository and create a branch for the new post.
  2. Create a new post in the content/blog directory. You can create it by hand or use the hugo new command to help you do it. You can use the hugo serve command to locally preview the new content.
  3. Commit the new post while adding signoff to the commit for the DCO.
  4. Create a pull request for the new blog post.