-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
30 lines (23 loc) · 748 Bytes
/
hugo.toml
File metadata and controls
30 lines (23 loc) · 748 Bytes
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
# run with `hugo server -D`
# COPY parameters from themes/hugo-book/exampleSite/hugo.toml
# use drafts/ for more on header tags
# DOCS: https://themes.gohugo.io/themes/hugo-book/
# EXAMPLE: https://hugo-book-demo.netlify.app/docs/example/
# ALL SHORTCODES: https://gohugo.io/content-management/shortcodes/
# when you're ready, publish:
# https://gohugo.io/hosting-and-deployment/hosting-on-github/
baseURL = 'https://docs.leontoddjohnson.com'
languageCode = 'en-us'
title = 'ltj'
theme = 'hugo-book'
[params]
BookTheme = 'dark'
BookRepo = 'https://github.com/leontoddjohnson/docs'
[markup.goldmark.renderer]
unsafe = true
[markup.tableOfContents]
startLevel = 1
endLevel = 2
[caches]
[caches.images]
dir = ':cacheDir/images'