The style and layout for Thurstylark's Wiki
Go to file
Joe Roe 9a51d64732 Update theme.toml and add config.toml
Following the instructions at https://github.com/gohugoio/hugoThemesSiteBuilder
2021-07-28 20:39:25 +02:00
archetypes Initial commit 2021-03-05 10:44:42 +01:00
exampleSite Initial commit 2021-03-05 10:44:42 +01:00
images Initial commit 2021-03-05 10:44:42 +01:00
layouts Fix bad link in footer 2021-07-27 21:09:30 -04:00
static Add missing colors to gruvbox-dark theme 2021-07-27 20:42:56 -04:00
LICENSE Initial commit 2021-03-05 10:44:42 +01:00
README.md Initial commit 2021-03-05 10:44:42 +01:00
config.toml Update theme.toml and add config.toml 2021-07-28 20:39:25 +02:00
theme.toml Update theme.toml and add config.toml 2021-07-28 20:39:25 +02:00

README.md

risotto

risotto is a minimalist, responsive hugo theme inspired by terminal ricing aesthetics.

Screenshot of the risotto theme

Install

To use the theme, clone this repository into your site's themes directory:

cd ./themes
git clone https://github.com/joeroe/risotto risotto

Then add theme = risotto to your site's config.toml or config.yaml.

Configuration

See exampleSite/config.toml for the theme-specific parameters you need to add to your site's config.toml or config.yaml to configure the theme.

Updating

Use git to get the latest version of the theme:

cd ./themes/risotto
git pull