Initial commit
This commit is contained in:
commit
70f2d625fa
47 changed files with 1115 additions and 0 deletions
31
README.md
Normal file
31
README.md
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# risotto
|
||||
|
||||
risotto is a minimalist, responsive [hugo](https://gohugo.io) theme inspired by terminal ricing aesthetics.
|
||||
|
||||

|
||||
|
||||
## 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
|
||||
```
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue