-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
30 lines (30 loc) · 940 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
baseURL = 'https://blog.aayushg.com/'
languageCode = 'en-us'
title = "aayush's thoughts"
theme = "hackerman"
googleAnalytics = 'G-K3VZM7ZJ7M'
enableGitInfo = true
description = "Aayush's blog. Discusses zk cryptography including plume, zk email, quantum effects, and vickrey auctions on chain. Also reviews and recs for hidden gem movies, tv shows, and travel recs."
[menu]
[[menu.main]]
name = "Home"
pre = "home"
url = "/"
weight = 1
[[menu.main]]
name = "Posts"
pre = "pen-tool"
url = "/posts/"
weight = 2
[[menu.main]]
name = "Tags"
pre = "tag"
url = "/tags/"
weight = 4
[params]
description = "Aayush's blog. Discusses zk cryptography including plume, zk email, quantum effects, and vickrey auctions on chain. Also has aayushs recs for hidden gem movies, tv shows, and travel recs."
[markup.goldmark.renderer]
hardWraps = true
unsafe = true
[permalinks]
posts = "/:slug/"