-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
49 lines (42 loc) · 1.05 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
baseURL = "https://vorthosmine.online/"
languageCode = "en-us"
title = "Vorthos Mine"
theme = "mainroad"
ignoreFiles = [
"\\.Rmd$",
"\\.Rmarkdown$",
"_cache$",
"\\.knit\\.md$",
"\\.utf8\\.md$",
]
[Author]
name = "Tyler W. Davis"
bio = "Engineer, educator, dream weaver, plus coder."
avatar = "danger.png"
[Params]
description = "Alternative deck building for Magic: The Gathering"
opengraph = true
twitter_cards = false
readmore = false
authorbox = true
pager = true
post_meta = ["date", "categories"]
mainSections = ["post", "docs"]
[Params.logo]
image = "logo.png"
subtitle = "Alternative EDH deckbuilding"
[Params.sidebar]
home = "right"
list = "right"
single = "right"
# Enable widgets in given order
widgets = ["search", "recent", "categories", "taglist"]
[Params.widgets]
recent_num = 5 # Set the number of articles in the "Recent articles" widget
tags_counter = true # Enable counter for each tag in "Tags" widget
[permalinks]
post = "/:year/:month/:day/:slug/"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true