forked from Layla-P/WomenOfDotNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
119 lines (110 loc) · 2.81 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
baseURL = "https://womenofdot.net"
title = "#WomenOfDotNet"
languageCode= "en-us"
defaultContentLanguage= "en"
theme = "mediumish-gohugo-theme"
summaryLength = 25
copyright = "Layla Porter - All rights reserved"
enableEmoji = true
publishDir = "public"
#googleAnalytics = "UA-1XXXXXXX1-1"
[params]
logo = "/images/women.png"
description ="A site dedicated to all the awesome individuals in the .NET space that identify as women!"
[params.index]
picture = "/images/women.png"
title = "#WomenOfDotNet"
subtitle = "A site dedicated to all the awesome individuals in the .NET space that identify as women!"
alertbar = false
[params.social]
github = "Layla-p/WomenOfDotNet"
twitter = "womendotnet"
twitch = "wmnofdotnet"
instagram = "women_of_dotnet"
tiktok = "@womenofdotnet"
youtube = "https://www.youtube.com/channel/UCwzYe9J7_S0onA9f8RIc-ag/featured"
## Main Menu
[[menu.main]]
name = "Profiles"
weight = 100
identifier = "profiles"
url = "/profiles"
[[menu.main]]
name = "About"
identifier = "about"
weight = 200
url = "/about"
[[menu.main]]
name = "Workshops"
identifier = "workshops"
weight = 300
url = "/workshops"
[[menu.main]]
name = "Sign up"
identifier = "sign-up"
weight = 400
url = "/sign-up"
[markup]
defaultMarkdownHandler = 'goldmark'
[markup.asciidocExt]
backend = 'html5'
extensions = []
failureLevel = 'fatal'
noHeaderOrFooter = true
preserveTOC = false
safeMode = 'unsafe'
sectionNumbers = false
trace = false
verbose = false
workingFolderCurrent = false
[markup.asciidocExt.attributes]
[markup.blackFriday]
angledQuotes = false
footnoteAnchorPrefix = ''
footnoteReturnLinkContents = ''
fractions = true
hrefTargetBlank = false
latexDashes = true
nofollowLinks = false
noreferrerLinks = false
plainIDAnchors = true
skipHTML = false
smartDashes = true
smartypants = true
smartypantsQuotesNBSP = false
taskLists = true
[markup.goldmark]
[markup.goldmark.extensions]
definitionList = true
footnote = true
linkify = true
strikethrough = true
table = true
taskList = true
typographer = true
[markup.goldmark.parser]
autoHeadingID = true
autoHeadingIDType = 'github'
[markup.goldmark.parser.attribute]
block = false
title = true
[markup.goldmark.renderer]
hardWraps = false
unsafe = false
xhtml = false
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ''
lineAnchors = ''
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = 'monokai'
tabWidth = 4
[markup.tableOfContents]
endLevel = 3
ordered = false
startLevel = 2