Fork of the risotto theme by https://github.com/joeroe/risotto
|
|
||
|---|---|---|
| archetypes | ||
| exampleSite | ||
| images | ||
| layouts | ||
| static | ||
| config.toml | ||
| LICENSE | ||
| README.md | ||
| theme.toml | ||
risotto
risotto is a minimalist, responsive hugo theme inspired by terminal ricing aesthetics.
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
