Adding a simple README

Signed-off-by: Matt Farina <matt@mattfarina.com>
This commit is contained in:
Matt Farina 2020-12-15 10:53:04 -05:00
parent 57942428ca
commit 4dbe15eaea
1 changed files with 12 additions and 0 deletions

12
README.md Normal file
View File

@ -0,0 +1,12 @@
# 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.