Go to file
Matt Farina 8b0f8434cb
Merge pull request #25 from mattfarina/2nd-video
Adding post about presentation from KubeCon EU 25
2025-04-29 14:43:42 +01:00
.github/workflows Attempting to fix the build 2024-10-15 15:25:24 -04:00
archetypes Initial commit with structure 2020-11-24 10:32:07 -05:00
content/blog Adding post about presentation from KubeCon EU 25 2025-04-28 10:37:53 -04:00
layouts/_default/_markup Make the link template handle abs and other domain urls 2021-05-17 16:46:23 -04:00
themes/hugo-geekdoc Remove beta from logo 2021-06-16 09:23:30 +02:00
.gitignore 1.0.0 release blog post 2021-06-22 12:57:03 -04: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.