README.md: Updated to point to new repo location

This commit is contained in:
David Thurstenson 2021-10-07 00:20:24 -05:00
parent 07f1b3ecfd
commit c140f855d7
3 changed files with 12 additions and 7 deletions

View File

@ -1,26 +1,26 @@
# risotto
# Thurstylark Wiki Hugo Theme
risotto is a minimalist, responsive [hugo](https://gohugo.io) theme inspired by terminal ricing aesthetics.
The style and layout for [Thurstylark's Wiki](https://wiki.thurstylark.com/).
![Screenshot of the risotto theme](https://raw.githubusercontent.com/joeroe/risotto/master/images/screenshot.png)
A fork of [risotto](https://github.com/joeroe/risotto).
## Install
The easiest way to install the theme is to clone this repository into your site's `themes` directory:
```shell
git clone https://github.com/joeroe/risotto themes/risotto
git clone https://git.thurstylark.com/thurstylark/tlwiki-hugo-theme.git
```
If your site is already a git repository, you can add the theme as a submodule instead:
```shell
git submodule add https://github.com/joeroe/risotto.git themes/risotto
git submodule add https://git.thurstylark.com/thurstylark/tlwiki-hugo-theme.git
```
## Configure
To use the theme, add `theme = risotto` to your site's `config.toml` or `config.yaml`.
To use the theme, add `theme = tlwiki-hugo-theme` 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.
@ -29,7 +29,7 @@ See `exampleSite/config.toml` for the theme-specific parameters you need to add
If you installed the theme using `git clone`, pull the repository to get the latest version:
```shell
cd themes/risotto
cd themes/tlwiki-hugo-theme
git pull
```
@ -39,3 +39,8 @@ Or, if you added it as a git submodule:
git submodule update --remote
```
## License
See: [./LICENSE](./LICENSE)
TL;DR: MIT. go nuts.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 181 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 KiB