Compare commits

..

No commits in common. "85c51aea14550b67b4f19c3c998875a8f8468468" and "c140f855d7fc6ddef3bee3c1c255ef0d15898d38" have entirely different histories.

2 changed files with 12 additions and 11 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 themes/tlwiki 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: 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 themes/tlwiki git submodule add https://git.thurstylark.com/thurstylark/tlwiki-hugo-theme.git
``` ```
## Configure ## Configure
To use the theme, add `theme = tlwiki` 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. 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 cd themes/tlwiki-hugo-theme
git pull git pull
``` ```

View File

@ -1,15 +1,16 @@
name = "tlwiki" name = "risotto"
license = "MIT" license = "MIT"
licenselink = "https://git.thurstylark.com/thurstylark/tlwiki-hugo-theme/src/branch/main/LICENSE" licenselink = "https://github.com/joeroe/risotto/blob/master/LICENSE"
description = "The style and layout for Thurstylark's Wiki" description = "A minimalist, responsive theme inspired by terminal ricing aesthetics."
homepage = "https://git.thurstylark.com/thurstylark/tlwiki-hugo-theme" homepage = "https://github.com/joeroe/risotto"
demosite = "https://wiki.thurstylark.com/" demosite = "https://risotto.joeroe.io"
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 = "Thurstylark" name = "Joe Roe"
homepage = "https://wiki.thurstylark.com/" homepage = "https://joeroe.io"