This repository has been archived by the owner on Aug 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
107 lines (95 loc) · 2.21 KB
/
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
languageCode = "en-us"
title = "Crab"
theme = "crab"
baseurl = "https://oct8l.github.io/crab-example/"
publishDir = "docs"
canonifyurls = "true"
relativeURLs = "true"
[params]
description = "A clean Hugo theme for websites"
mainSections = ["blog", "features"]
# logoimage = "images/logo.jpg"
# copyright = "foo"
# mathjax = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"
## Uncomment if you want mathjax enabled. The above cdn source is taken from https://gohugo.io/content-management/formats/#mathjax-with-hugo
[permalinks]
blog = "/blog/:title/"
[taxonomies]
tags = "tags"
[[menu.main]]
weight = 1
name = "Home"
url = "/"
[[menu.main]]
weight = 2
name = "Features"
url = "/features/"
identifier = "features"
[[menu.main]]
parent = "features"
weight = 1
name = "Responsive design"
url = "/features/responsive-design/"
[[menu.main]]
parent = "features"
weight = 2
name = "Nested menus"
url = "/features/nested-menus/"
identifier = "nested-menus"
[[menu.main]]
parent = "nested-menus"
weight = 1
name = "Third level page #1"
url = "/features/nested-menus/third-level-1/"
[[menu.main]]
parent = "nested-menus"
weight = 2
name = "Third level page #2"
url = "/features/nested-menus/third-level-2/"
[[menu.main]]
parent = "nested-menus"
weight = 3
name = "Third level page #3"
url = "/features/nested-menus/third-level-3/"
[[menu.main]]
parent = "features"
weight = 3
name = "Two-column layout"
url = "/features/two-column-layout/"
[[menu.main]]
parent = "features"
weight = 4
name = "Tags"
url = "/features/tags/"
[[menu.main]]
weight = 3
name = "Another item"
url = "/another/"
[[menu.main]]
weight = 4
name = "More items"
url = "/more/"
identifier = "more"
[[menu.main]]
parent = "more"
weight = 1
name = "Some more menu"
url = "/more/some-more-menu/"
[[menu.main]]
parent = "more"
weight = 2
name = "items to show"
url = "/more/items-to-show/"
[[menu.main]]
parent = "more"
weight = 3
name = "the nested menus feature"
url = "/more/the-nested-menus-feature/"
[[menu.main]]
weight = 5
name = "Blog"
url = "/blog/"
[[menu.main]]
weight = 6
name = "Contact"
url = "/contact/"