README.md: Change name of theme to 'tlwiki'

This commit is contained in:
David Thurstenson 2021-10-07 00:32:21 -05:00
parent c140f855d7
commit 9ea466d5fb
1 changed files with 4 additions and 4 deletions

View File

@ -9,18 +9,18 @@ A fork of [risotto](https://github.com/joeroe/risotto).
The easiest way to install the theme is to clone this repository into your site's `themes` directory:
```shell
git clone https://git.thurstylark.com/thurstylark/tlwiki-hugo-theme.git
git clone https://git.thurstylark.com/thurstylark/tlwiki-hugo-theme.git themes/tlwiki
```
If your site is already a git repository, you can add the theme as a submodule instead:
```shell
git submodule add https://git.thurstylark.com/thurstylark/tlwiki-hugo-theme.git
git submodule add https://git.thurstylark.com/thurstylark/tlwiki-hugo-theme.git themes/tlwiki
```
## Configure
To use the theme, add `theme = tlwiki-hugo-theme` to your site's `config.toml` or `config.yaml`.
To use the theme, add `theme = tlwiki` 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/tlwiki-hugo-theme
cd themes/tlwiki
git pull
```