Update README.md

This commit is contained in:
Jake Wiesler 2020-06-05 11:44:14 -04:00 committed by GitHub
parent 3932f2bb2a
commit 1e4c6ef1f8
1 changed files with 7 additions and 4 deletions

View File

@ -2,8 +2,12 @@
A minimal blog theme built for [Hugo](https://gohugo.io/) 🍜
An about page 👋🏻 <br>
A blog 📝
### What this theme is
- An about page 👋🏻 and a blog 📝
- Blog posts can be tagged 🏷
### Getting Started
**1. Start a new `hugo` site**
@ -74,11 +78,10 @@ hugo new blog/:blog-post.md
Where `:blog-post.md` is the name of the file of your new post.
### Taxonomies
### Tags
Right now `hugo-theme-codex` uses the `tags` taxonomy for blog posts. You can view all the blog posts of a given tag by going to `/tags/:tag-name`, where `:tag-name` is the name of your tag.
## Future Updates & Contributing
Right now the way to customize the theme is not very user-friendly. That is the first thing to work on. If you get curious just hop into the theme directory and go exploring through the code. It's not too complicated what's going on.