-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathconfig.toml
More file actions
43 lines (36 loc) · 807 Bytes
/
config.toml
File metadata and controls
43 lines (36 loc) · 807 Bytes
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
baseURL = "https://zerodha.tech"
languageCode = "en-us"
title = "Zerodha Tech Blog"
paginate = 50
pygmentsstyle = "solarized-dark"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
[params]
subtitle = "Technology blog of India's largest stock broker"
[taxonomies]
tag = "tags"
author = "authors"
[menu]
[[menu.header]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[menu.header]]
identifier = "blog"
name = "Blog"
url = "/blog"
weight = 2
[[menu.header]]
identifier = "projects"
name = "Projects"
url = "/projects"
weight = 3
[[menu.header]]
identifier = "stack"
name = "Stack"
url = "/stack"
weight = 4
[markup]
[markup.goldmark.renderer]
unsafe = true