Hugo Themes
rsimple
RSimple is an hugo theme based on gruvbox color scheme
- Author: Rijo Thomas
- Minimum Hugo Version: 0.85
- GitHub Stars: 1
- Updated: 2021-07-20
- License: MIT
- Tags: Blog Personal
RSimple
RSimple is a clean, elegant and simple Hugo blog theme with gruvbox color scheme.
Demo
To see this theme in action, Here is a live demo site which is rendered with this theme.
Installation
Inside the folder of your Hugo site run:
$ mkdir themes
$ cd themes
$ git clone https://github.com/rijoth/rsimple.git
Next, open config.toml in the base of the Hugo site and ensure the theme option is set to rsimple:
theme = "rsimple"
Site Configuration
Take a look in the exampleSite
folder.
This directory contains an example config file and the content for the demo. It serves as an example setup for your documentation.
Copy the config.toml
in the root directory of your website. Overwrite the existing config file if necessary.
License
RSimple is licensed under the MIT license. Check the LICENSE file for details.
Author
Don’t forget to thank…
Steve Francia for Hugo.
Pavel Pertsev for the Gruvbox Colorscheme.