-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
34 lines (29 loc) · 1.02 KB
/
hugo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
baseURL = "https://jacmoe.github.io/brandt/"
languageCode = "en-us"
title = "Brandt's Duployan"
publishDir = "docs"
theme = "hugo-theme-relearn"
canonifyURLs = true
relativeURLs = true
[outputs]
home = ["HTML", "RSS", "PRINT", "SEARCH"]
section = ["HTML", "RSS", "PRINT"]
page = ["HTML", "RSS", "PRINT"]
[params]
author = "Jacob Moena"
description = "This site is dedicated to Brandt's Duployan shorthand adaptation to English. It provides information, manual, PDFs, Anki decks, and other resources."
latestRelease = "https://github.com/jacmoe/brandt/releases/download/07-23-pre"
themeVariant = [ "zen-light", "zen-dark" ]
disableExplicitIndexURLs = true
externalLinkTarget = "_blank"
alwaysopen = false
[[menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> GitHub repo"
url = "https://github.com/jacmoe/brandt"
weight = 10
[[menu.shortcuts]]
name = "<i class='fab fa-brands fa-reddit'></i> Shorthand Community"
url = "https://www.reddit.com/r/shorthand/"
weight = 20
[markup.goldmark.renderer]
unsafe = true