You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
digitalcraftsman cf93e42859 Add option to hide post (they're still build) 8 years ago
archetypes Updated default archetypes 9 years ago
exampleSite Add option to hide post (they're still build) 8 years ago
images Updated screenshots 9 years ago
layouts Add option to hide post (they're still build) 8 years ago
static Adjust copyright visually to social icons 9 years ago
CHANGELOG.md Add support for social link icons in footer 9 years ago
LICENSE.md Rename license file 9 years ago
README.md Update README.md 8 years ago
theme.toml Require Hugo 0.15 9 years ago

README.md

Cactus Theme

Cactus is a minimalistic theme for bloggers based on the default theme of the same-named Cactus static site generator written in Python and Nick Balestra's Jekyll port. Noteworthy features of this Hugo theme are the integration of a comment-system powered by Disqus, a customizable about page, support for RSS feeds, syntax highlighting for source code and sharing options for blog posts.

Screenshot

Installation

Inside the folder of your Hugo site run:

$ mkdir themes
$ cd themes
$ git clone https://github.com/digitalcraftsman/hugo-cactus-theme.git

For more information read the official setup guide of Hugo.

The config file

Take a look inside the exampleSite folder of this theme. You'll find a file called config.toml.

To use it, copy the config.toml in the root folder of your Hugo site. Feel free to change strings as you like to customize your website.

About page

Use the about page to introduce yourself to your visitors. You can customize the content as you like in the config.toml. Furthermore, you should replace the avatar placeholder with a great image of yourself.

Disqus

This theme features a comment system powered by Disqus too. Just add your Disqus-shortname to the config.toml and let readers respond to your blog posts.

You can add a social link panel in the footer by adding entries to the config.toml. The icons uses fonts from the mono social icons project. There are 3 styles of icon - circle, rounded, or default(empty).

Nearly finished

In order to see your site in action, run Hugo's built-in local server.

$ hugo server

Now enter localhost:1313 in the address bar of your browser.

Contributing

Did you found a bug or got an idea for a new feature? Feel free to use the issue tracker to let me know. Or make directly a pull request.

Please create a separate branch for your pull request.

License

This theme is released under the MIT license. For more information read the License.

Acknowledgements

Thanks to