Cactus Plus is a minimalistic theme for bloggers based on the theme named [Cactus](https://github.com/digitalcraftsman/hugo-cactus-theme).
@ -43,7 +65,7 @@ For more information read the official [setup guide](//gohugo.io/overview/instal
There is an example site with config file and markdown files in [`exampleSite`](https://github.com/nodejh/hugo-theme-cactus-plus/tree/master/exampleSite) directory.
### The config file
## The config file
Take a look inside the [`exampleSite`](https://github.com/nodejh/hugo-theme-cactus-plus/tree/master/exampleSite) folder of this theme. You'll find a file called [`config.toml`](https://github.com/nodejh/hugo-theme-cactus-plus/blob/master/exampleSite/config.toml).
@ -53,6 +75,20 @@ To use it, copy the [`config.toml`](https://github.com/nodejh/hugo-theme-cactus-
Use the about page to introduce yourself to your visitors. You can customize the content as you like in the `/content/about/index.md`.
## Tags page
Use the tags page to show all post's tags. You can create the file `/content/tags/index.md` and set `hidden = true`.
For example:
```markdown
+++
date = "2015-06-20T14:02:37+02:00"
title = "Tags"
hidden = true
+++
```
## Avatar
Furthermore, you should replace the [avatar placeholder](https://github.com/nodejh/hugo-theme-cactus-plus/blob/master/static/images/) with a great image of yourself.