-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
84 lines (76 loc) · 1.86 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
baseurl = "https://insileco.github.io/"
languageCode = "en-us"
title = "inSileco"
theme = "minimal"
ignoreFiles = ["\\.Rmd$", "_cache$", "\\.Rmarkdown$", "\\.knit\\.md$", "\\.utf8\\.md$", "Rscript/sessionInfo\\.Rmd"]
enableEmoji = true
copyright = "2017-2024 inSileco"
math = false
pygmentsUseClasses = false
summaryLength = 25
# relativeURLs = true
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.goldmark.extensions]
footnote = true
[markup.highlight]
lineNos = true
noClasses = false
[markup.tableOfContents]
endLevel = 2
startLevel = 2
[permalinks]
post = "/:year/:month/:day/:slug/"
[[menu.main]]
name = "About"
url = "/about/"
[[menu.main]]
name = "Resources"
url = "/resource/"
[[menu.main]]
name = "Posts"
url = "/post/"
[[menu.main]]
name = "Consulting"
url = "https://insilecoinc.github.io/"
[[menu.icon]]
url = "/"
name = "fas fa-home"
weight = 1
[[menu.icon]]
url = "https://github.com/inSileco/"
name = "fab fa-github"
weight = 2
[[menu.icon]]
url = "https://twitter.com/inSileco/"
name = "fab fa-twitter"
weight = 3
[[menu.icon]]
url = "https://insileco.github.io/index.xml"
name = "fas fa-rss"
weight = 4
[params]
author = "inSileco"
description = "Codes, ideas and methods in ecology"
githubUsername = "#inSileco"
twitterUsername = "inSileco"
font = "Lato"
accent = "#3fb3b2"
showBorder = true
backgroundColor = "white"
highlight = false
css = [
"https://cdn.jsdelivr.net/gh/tonsky/[email protected]/distr/fira_code.css",
"/css/academicons.min.css",
"/css/main.css",
"/css/syntax.css"
]
js = [
"/js/codecopypaste.js"
]
[taxonomies]
tag = "tags"
category = "categories"
rpkg = "rpkgs"