Compare commits

...

2 Commits

2 changed files with 11 additions and 12 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: The easiest way to install the theme is to clone this repository into your site's `themes` directory:
```shell ```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: If your site is already a git repository, you can add the theme as a submodule instead:
```shell ```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 ## 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. 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: If you installed the theme using `git clone`, pull the repository to get the latest version:
```shell ```shell
cd themes/tlwiki-hugo-theme cd themes/tlwiki
git pull git pull
``` ```

View File

@ -1,16 +1,15 @@
name = "risotto" name = "tlwiki"
license = "MIT" license = "MIT"
licenselink = "https://github.com/joeroe/risotto/blob/master/LICENSE" licenselink = "https://git.thurstylark.com/thurstylark/tlwiki-hugo-theme/src/branch/main/LICENSE"
description = "A minimalist, responsive theme inspired by terminal ricing aesthetics." description = "The style and layout for Thurstylark's Wiki"
homepage = "https://github.com/joeroe/risotto" homepage = "https://git.thurstylark.com/thurstylark/tlwiki-hugo-theme"
demosite = "https://risotto.joeroe.io" demosite = "https://wiki.thurstylark.com/"
tags = ["responsive", "minimal", "dark mode"] tags = ["responsive", "minimal", "dark mode"]
features = [] features = []
min_version = "0.41.0" min_version = "0.41.0"
[author] [author]
name = "Joe Roe" name = "Thurstylark"
homepage = "https://joeroe.io" homepage = "https://wiki.thurstylark.com/"