-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
42 lines (37 loc) · 992 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
theme = "hugo-theme-detox"
baseURL = "https://thescienceofdating.rbind.io/"
languageCode = "en-us"
title = "The Science of Dating"
googleAnalytics = "UA-177840577-1"
[Params]
author = "Simona Gradinaru"
description = "Data-proven Insights from 21st Century Dating"
dateFormat = "2020-01-01"
custom_css = "css/main.css"
[markup]
defaultMarkdownHandler = "blackfriday"
[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.highlight]
codeFences = true
guessSyntax = false
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "monokai"
tabWidth = 4