Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.

digitalcraftsman/hugo-cactus-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Please note that this theme is no longer maintained.

A fork of this theme can be found at github.com/nodejh/hugo-theme-cactus-plus

Screenshot

Installation

Inside the folder of your Hugo site, run:

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

For more information, please read Hugo's official setup guide.

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 file to the root folder of your Hugo site. Feel free to change the strings as you like to customize your website.

Make sure to update the themesDir property in the config file to point to your site's theme folder, otherwise an error will be thrown indicating the themes folder is unable to be found.

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.

Social link icons

You can add a social link panel in the footer by adding entries to the social block in the config.toml. You can choose between two icon fonts:

Assign either font-awesome or mono-social to the iconFont variable. The Mono social icons offer three styles of icons: circle, rounded, or default (empty).

Nearly finished

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

Found a bug or got an idea for a new feature? Feel free to use the issue tracker to let me know. Or directly make 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

About

Port of Nick Balestra's Cactus theme to Hugo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published