32 lines
753 B
Markdown
32 lines
753 B
Markdown
# risotto
|
|
|
|
risotto is a minimalist, responsive [hugo](https://gohugo.io) theme inspired by terminal ricing aesthetics.
|
|
|
|
![Screenshot of the risotto theme](https://raw.githubusercontent.com/joeroe/risotto/master/images/screenshot.png)
|
|
|
|
## Install
|
|
|
|
To use the theme, clone this repository into your site's `themes` directory:
|
|
|
|
```shell
|
|
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:
|
|
|
|
```shell
|
|
cd ./themes/risotto
|
|
git pull
|
|
```
|
|
|
|
|