-
Notifications
You must be signed in to change notification settings - Fork 10
/
config.toml
138 lines (121 loc) · 4.32 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
baseurl = "https://doodles.mountainmath.ca/"
languageCode = "en-us"
title = "Mountain Doodles"
theme = "hugo-future-imperfect"
preserveTaxonomyNames = true
paginate = 5
disqusShortname = "doodlesmountainmathca"
googleAnalytics = "UA-54516567-1"
#ignoreErrors = ["error-remote-getjson"]
[params]
# Sets the meta tag description, usually reserved for the main page
description = "spare time data, analysis, visualization"
# This will appear on the top left of the navigation bar
navbarTitle = "Mountain Doodles"
# Social media buttons that appear on the sidebar
socialAppearAtTop = true
socialAppearAtBottom = true
# set this to the section name if section is not post
viewMorePostLink = "/blog/archives"
#default author, not sure if this works
author = "Jens von Bergmann"
dateFormat = "2006/01/02"
# Optional Params
categoriesByCount = true
includeReadingTime = true
# The set of favicons used are based on the write-up from this link:
# https://github.com/audreyr/favicon-cheat-sheet
# Please see the favicon partial template for more information
loadFavicon = true
faviconVersion = ""
# Load custom CSS or JavaScript files. This replaces the deprecated params
# minifiedFilesCSS and minifiedFilesJS. The variable is an array so that you
# can load multiple files if necessary. You can also load the standard theme
# files by adding the value, "default".
# customCSS = ["default", "/path/to/file"]
# customJS = ["default", "/path/to/file"]
# Loading min files for exampleSite
customCSS = ["/css/main.min.css"] #, "/css/custom.css"
customJS = ["/js/main.min.js"]
# parms.intro will appear on the sidebar
# This is optional, but it's suggested to use
[params.intro]
header = "Mountain Doodles"
paragraph = "Too much data, too little time."
about = "Mountain Doodles is an insomnia driven MountainMath side project, born out of random questions, trying to give partial answers through data."
# This will also appear on the sidebar.
# A width of less than 100px is recommended
# This is optional
[params.intro.pic]
src = "/img/main/jens_square_small.jpeg"
# modify your picture in the shape of a circle or
# future imperfect's hexagonal shape
circle = false
imperfect = false
width = "150"
alt = "Mountain Doodles"
# Adjust the amount of recent posts on the sidebar.
# This is optional. The default value 5 will be used
[params.postAmount]
sidebar = 5
# Set up your menu items in the navigation bar
# You can use identifier to prepend a font awesome icon to your text
#[[menu.main]]
# name = "Blog"
# url = "/blog"
# identifier = "fa fa-newspaper-o"
# weight = 1
[[menu.main]]
name = "Archives"
url = "/blog/archives/"
weight = 2
[[menu.main]]
name = "Categories"
url = "/categories/"
weight = 3
[[menu.main]]
name = "About"
url = "/about/"
weight = 4
# Insert your username and the icon will apear on the page as long as
# socialAppearAtTop or socialAppearAtBottom is set to true in the params area
# The social media icons will appear on the sidebar
[social]
github = "mountainmath"
bitbucket = ""
jsfiddle = ""
codepen = ""
foursquare = ""
dribbble = ""
deviantart = ""
behance = ""
flickr = ""
instagram = ""
youtube = ""
vimeo = ""
vine = ""
medium = ""
wordpress = ""
tumblr = ""
xing = ""
linkedin = "vb-jens"
slideshare = ""
stackoverflow = ""
reddit = ""
pinterest = ""
googleplus = ""
facebook = ""
facebook_admin = ""
twitter_domain = ""
mastodon = "econtwitter.net/@vb_jens"
twitter = "vb_jens"
email = "[email protected]"
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$", "\\.knit\\.md$", "\\.utf8\\.md$"]
[permalinks]
post = "/blog/:year/:month/:day/:slug/"
posts = "/blog/:year/:month/:day/:slug/"
blog = "/blog/:year/:month/:day/:slug/"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true