-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
47 lines (43 loc) · 960 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
baseURL = "https://techntalks.github.io/"
languageCode = "en-us"
title = "Tech Talks"
theme = 'my-theme'
paginate = 5
[params]
author = "Tech Talks"
description = "We are a friendly community with the only purpose of improving our English ❤️"
cover = "/img/cover.png"
twitter = "@lnxzpn"
[taxonomies]
category = "categories"
tag = "tags"
kinds = 'kinds'
[menu]
[[menu.main]]
identifier = "blog"
name = "Blog"
url = "/blog"
weight = 10
[[menu.main]]
identifier = "resources"
name = "Resources"
url = "/learning-resources"
weight = 20
[[menu.main]]
identifier = "events"
name = "Events"
url = "/events"
weight = 30
[markup]
[markup.highlight]
anchorLineNos = true
codeFences = true
guessSyntax = false
hl_Lines = ""
lineAnchors = ""
lineNoStart = 1
lineNos = true
lineNumbersInTable = false
noClasses = true
style = "night-owl"
tabWidth = 2