The style and layout for Thurstylark's Wiki
Go to file
Joe Roe 70f2d625fa Initial commit 2021-03-05 10:44:42 +01: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 Initial commit 2021-03-05 10:44:42 +01:00
static Initial commit 2021-03-05 10:44:42 +01:00
LICENSE Initial commit 2021-03-05 10:44:42 +01:00
README.md Initial commit 2021-03-05 10:44:42 +01:00
theme.toml Initial commit 2021-03-05 10:44:42 +01: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