https://github.com/artifacthub/blog
https://github.com/artifacthub/blog
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/artifacthub/blog
- Owner: artifacthub
- License: other
- Created: 2020-11-25T14:30:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-29T13:45:39.000Z (19 days ago)
- Last Synced: 2025-05-08T17:56:10.759Z (10 days ago)
- Language: HTML
- Homepage: https://blog.artifacthub.io
- Size: 7.84 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://gohugo.io/) 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](https://developercertificate.org/).
4. Create a pull request for the new blog post.