-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
37 lines (27 loc) · 1.13 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
35
36
baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'MyDecisive Documentation'
# theme stuff here
# theme = "hugo-book" # https://github.com/alex-shpak/hugo-book
theme = "hugo-theme-relearn" # https://github.com/McShelby/hugo-theme-relearn
[params]
# (Optional, default light) Sets color theme: light, dark or auto.
# Theme 'auto' switches between dark and light modes based on browser/os preferences
# BookTheme = 'dark'
themeVariant = "relearn-dark"
linkTitle = " " # Sets text at top of sidebar, replace with logo, has space to prevent default behavior
landingPageName = '<i class="fa-fw fas fa-home"></i> Documentation' # text with home button
# theme = 'ananke' this is a basic/default but not really for docs
# theme = 'docsy' <-- this looks great on paper but very complicated error-prone setup
# sidebar menu
[menu]
[[menu.before]]
name = 'Home'
pageRef = '/'
weight = 1
# experimental to see if images will render correctly...
[markup]
[markup.goldmark]
[markup.goldmark.renderHooks]
[markup.goldmark.renderHooks.image]
enableDefault = true # enable embedded image render hook