-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
58 lines (47 loc) · 1.08 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
baseURL = "https://sriramviswanathan.com/"
languageCode = "en"
theme = "smigle"
title = "Sriram Viswanathan"
paginate = 5
[markup.goldmark.renderer]
unsafe= true
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "posts"
name = "Posts"
url = "/posts/"
weight = 2
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags/"
weight = 3
[params]
abbrDateFmt = "Jan 2"
dateFmt = "2006-01-02"
author = "Sriram Viswanathan"
subtitle = "Music, Software, Privacy, Poetry and more..."
brandIconFile = "logo.jpg"
customStylesheets = [ "css/custom.css" ]
[[params.social]]
name = "linkedin"
url = "https://www.linkedin.com/in/sriramvish/"
[[params.social]]
name = "mastodon"
url = "https://hostux.social/@sriramv"
[[params.social]]
name = "soundcloud"
url = "https://soundcloud.com/inthemidstofitall"
[[params.social]]
name = "github"
url = "https://github.com/FrailWords"
[[params.social]]
name = "reddit"
url = "https://www.reddit.com/user/frailwords"
[[params.social]]
name = "stackoverflow"
url = "https://stackoverflow.com/users/1216748/frailwords"