You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
archetypes | 3 years ago | |
exampleSite | 2 years ago | |
layouts | 2 years ago | |
static | 2 years ago | |
LICENSE | 3 years ago | |
README.md | 2 years ago | |
config.toml | 2 years ago | |
theme.toml | 2 years ago |
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.