The style and layout for Thurstylark's Wiki
Go to file
Joe Roe 07f1b3ecfd
Merge pull request #22 from mntn-xyz/patch-15
Ensure long page content doesn't overflow
2021-09-09 10:03:34 +02:00
.github/workflows Add cname to gh-pages workflow 2021-07-28 21:31:07 +02:00
archetypes Initial commit 2021-03-05 10:44:42 +01:00
exampleSite Change example site baseURL to live site 2021-07-28 21:16:49 +02:00
images Crop screenshot and generate thumbnail 2021-07-28 22:04:32 +02:00
layouts Fix unexpected whitespace 2021-08-23 16:20:19 +03:00
static Merge pull request #22 from mntn-xyz/patch-15 2021-09-09 10:03:34 +02:00
LICENSE Initial commit 2021-03-05 10:44:42 +01:00
README.md Update README with other install methods 2021-07-28 21:56:26 +02:00
config.toml Update theme.toml and add config.toml 2021-07-28 20:39:25 +02:00
theme.toml Add demo site to theme metadata 2021-07-28 21:20:50 +02:00

README.md

risotto

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

Screenshot of the risotto theme

Install

The easiest way to install the theme is to clone this repository into your site's themes directory:

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

If your site is already a git repository, you can add the theme as a submodule instead:

git submodule add https://github.com/joeroe/risotto.git themes/risotto

Configure

To use the theme, add theme = risotto to your site's config.toml or config.yaml.

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.

Update

If you installed the theme using git clone, pull the repository to get the latest version:

cd themes/risotto
git pull

Or, if you added it as a git submodule:

git submodule update --remote