Go to file
Matt Farina 4dbe15eaea Adding a simple README
Signed-off-by: Matt Farina <matt@mattfarina.com>
2020-12-15 10:53:04 -05:00
.github/workflows Fixing cname 2020-12-02 09:20:47 -05:00
archetypes Initial commit with structure 2020-11-24 10:32:07 -05:00
content Adding first post 2020-12-02 09:12:44 -05:00
themes/hugo-geekdoc Making blog layout consistent 2020-12-15 10:20:56 -05:00
.gitignore Initial commit with structure 2020-11-24 10:32:07 -05:00
LICENSE Adding license file 2020-11-24 10:51:56 -05:00
README.md Adding a simple README 2020-12-15 10:53:04 -05:00
config.yaml Updating the sidebar navigation 2020-11-24 14:20:51 -05:00

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.