]> njoseph.me Git - blog.git/blame - config.toml
chainsaw: Change References to Learn more
[blog.git] / config.toml
CommitLineData
b1833cc7
JN
1## Basic Configuration
2baseurl = "https://njoseph.me/blog/"
3languageCode = "en"
4
5title = "Blog"
6theme = "hyde"
7
8enableRobotsTXT = true
9
10[params]
11 copyright = "Joseph Nuthalapati"
12 description = "Random musings"
13
14## Main Menu
15[[menus.main]]
16 name = "Posts"
17 identifier = "posts"
18 url = "/posts/"
19[[menus.main]]
20 name = "Tags"
21 identifier = "tags"
22 url = "/tags/"
23[[menus.main]]
24 name = "Wiki"
25 identifier = "wiki"
26 url = "../mediawiki/"
27# [[menus.main]]
28# name = "About"
29# identifier = "about"
30# weight = 300
31# url = "/about/"