Welcome to mirror list, hosted at ThFree Co, Russian Federation.

config.toml « exampleSite - github.com/mdashx/basicwebtheme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c3322c75e38eef02a8a0349f029a3394332c659f (plain)
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
title = "Example Site For Basic Web Theme"
baseURL = "https://demo.basicwebtheme.com"
languageCode = "en-us"
theme = "basicwebtheme"
themesDir = "../.."

[params]
headerImage = "/assets/images/header.svg"

[menu]

[[menu.main]]
title = "Home"
name = "The homepage"
url = "/"
weight = 1

[[menu.main]]
title = "Posts"
name = "All posts"
url = "/post"
weight = 2

[[menu.main]]
title = "Archive"
name = "All posts with tags"
url = "/archives"
weight = 3

[[menu.main]]
title = "About"
name = "About page"
url = "/about"
weight = 4