mntn 43feb8c94c
Add margin and padding to pre blocks
This puts one character's worth of padding inside each pre block, making the text inside easier to read. It also changes the margin to match the spacing of paragraphs, ensuring that everything is aligned "on the line" as if it is displayed in a terminal.
2021-07-31 21:34:03 -04:00
2021-03-05 10:44:42 +01:00
2021-07-27 21:09:30 -04:00
2021-03-05 10:44:42 +01:00
2021-07-28 21:20:50 +02:00

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
Description
The style and layout for Thurstylark's Wiki
Readme
Languages
CSS 61%
HTML 39%