mirror of https://github.com/artifacthub/blog.git
Adding post about presentation from KubeCon EU 25 |
||
|---|---|---|
| .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:
- Fork this repository and create a branch for the new post.
- Create a new post in the
content/blogdirectory. You can create it by hand or use thehugo newcommand to help you do it. You can use thehugo servecommand 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.