-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
77 lines (71 loc) · 1.91 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
baseURL = "https://bibiresep.web.app/"
languageCode = "en-us"
title = "Egg Recipes"
theme = "z"
[taxonomies]
tag = ""
category = ""
[permalinks]
post = ":slug"
[params]
description = "More than 10,000 best recipes for your complete cooking guide"
topdescription = "More than 10,000 best recipes for your complete cooking guide"
toptitle = "Egg Recipes"
contentBackgroundColor = "#fff"
contentLinkColor = "#007bff"
contentLinkHoverColor = "#0056b3"
contentTextColor = "#212529"
cookieConsent = false
customBlockquoteStyle = true
customCodeStyle = true
customDateFormat = "Jan 2, 2006"
faviconMsApplicationTileColor = "#da532c"
faviconSafariPinnedTabColor = "#5bbad5"
faviconThemeColor = "#ffffff"
googleAnalytics = ""
includeBootstrapJs = true
navbarBackgroundColor = "#212529"
navbarLinkColor = "rgba(255, 255, 255, 0.75)"
navbarLinkHoverColor = "rgba(255, 255, 255, 1)"
showPostSummary = false
wrapperMaxWidth = ""
[menu]
[[menu.nav]]
name = "Home"
url = "/"
weight = 1
[author]
name = "Clara Bernadette"
homepage = "https://bibiresep.web.app/"
bio = "True Food Lover"
image = "https://i.imgur.com/qNQv8nK.jpg"
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark]
[markup.goldmark.extensions]
definitionList = true
footnote = true
linkify = true
strikethrough = true
table = true
taskList = true
typographer = true
[markup.goldmark.parser]
attribute = true
autoHeadingID = true
[markup.goldmark.renderer]
hardWraps = false
unsafe = true
xHTML = false
[markup.highlight]
codeFences = true
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "monokai"
tabWidth = 4
[markup.tableOfContents]
endLevel = 6
startLevel = 2