-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
59 lines (45 loc) · 1010 Bytes
/
config.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
baseURL = "https://francoposa.io"
languageCode = "en-us"
theme = "hypo"
title = "francoposa.io"
#capitalizeListTitles = false
enableGitInfo = true
[params]
AuthorName = "Franco Posa"
Description = "Software Engineering and Technical Guides, Docs, and Blogs by Franco Posa"
# title of the collection to display on home page
homeCollectionTitle = 'Resources'
# show next/prev post links in footer of single page
singlePageFooterPagination = true
paginationSize = 8
listSummaries = true
# Breadcrumbs
breadcrumbs = true
[markup]
[markup.highlight]
style = "friendly"
tableOfContents = true
[markup.tableOfContents]
startLevel = 2
endLevel = 2
ordered = false
[taxonomies]
#category = 'categories'
tag = 'tags'
# Appearance settings
theme = 'auto'
colorPalette = 'default'
hideHeader = false
# Main menu pages
[[params.menu]]
name = "home"
url = "/"
[[params.menu]]
name = "resources"
url = "/resources"
# [[params.menu]]
# name = "tags"
# url = "/tags"
[[params.menu]]
name = "about"
url = "/about"