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