diff --git a/README.md b/README.md index acb717a..8b2b4c1 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/images/screenshot.png b/images/screenshot.png deleted file mode 100644 index 475685f..0000000 Binary files a/images/screenshot.png and /dev/null differ diff --git a/images/tn.png b/images/tn.png deleted file mode 100644 index 2d0e330..0000000 Binary files a/images/tn.png and /dev/null differ