The style and layout for Thurstylark's Wiki
Go to file
David Thurstenson ca98192cfb asside: remove author and related logic, replace date with lastmod, tweak formatting 2022-01-05 17:22:53 -06:00
archetypes Initial commit 2021-03-05 10:44:42 +01:00
exampleSite exampleSite/config.toml: Filing off the serial numbers 2021-10-07 00:54:37 -05:00
layouts asside: remove author and related logic, replace date with lastmod, tweak formatting 2022-01-05 17:22:53 -06:00
static Merge pull request #22 from mntn-xyz/patch-15 2021-09-09 10:03:34 +02:00
LICENSE Initial commit 2021-03-05 10:44:42 +01:00
README.md README.md: Change name of theme to 'tlwiki' 2021-10-07 00:32:21 -05:00
config.toml Update theme.toml and add config.toml 2021-07-28 20:39:25 +02:00
theme.toml theme.toml: Update name, author and links 2021-10-07 00:45:36 -05:00

README.md

Thurstylark Wiki Hugo Theme

The style and layout for Thurstylark's Wiki.

A fork of risotto.

Install

The easiest way to install the theme is to clone this repository into your site's themes directory:

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:

git submodule add https://git.thurstylark.com/thurstylark/tlwiki-hugo-theme.git themes/tlwiki

Configure

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.

Update

If you installed the theme using git clone, pull the repository to get the latest version:

cd themes/tlwiki
git pull

Or, if you added it as a git submodule:

git submodule update --remote

License

See: ./LICENSE

TL;DR: MIT. go nuts.