~ruther/blog

blog/themes/poison/theme.toml -rw-r--r-- 802 bytes
1e4dd2e3 — Rutherther chore: add rsync a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name = "Poison"
license = "GPL-3.0 License"
licenselink = "https://github.com/lukeorth/poison/blob/master/LICENSE.md"
description = "A pragmatic Hugo theme for bloggers.  Based on the classic \"Hyde\" design by mdo."
min_version = "0.101.0"

# The home page of the theme, where the source can be found.
homepage = "https://github.com/lukeorth/poison"

# If you have a running demo of the theme.
demosite = "https://poison.lukeorth.com"

tags = ["blog", "personal", "dark", "dark-mode", "light", "minimal"]
features = ["blog", "katex", "table-of-contents", "tabs", "dark-mode", "series"]

[author]
    name = "Luke Orth"
    homepage = "https://lukeorth.com"

# If Porting existing theme
[original]
    author =  "mdo"
    homepage = "http://markdotto.com/"
    repo = "https://www.github.com/mdo/hyde"
Do not follow this link