-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
82 lines (57 loc) · 1.21 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
theme = "casper"
languageCode = "en-us"
title = "RAWWERKS"
baseurl = "http://rawwerks.com/"
pygmentsStyle = "native"
canonifyurls = true
copyright = " © 2017 Raymond Weitekamp. All rights reserved."
comments = false
disqusShortname = ""
paginate = 5
pluralizelisttitles = false
codePenUser = "rawwerks"
codepenuser = "rawwerks"
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = -120
[[menu.main]]
name = "Science"
url = "/science"
weight = 99
[[menu.main]]
name = "Music"
url = "/music"
weight = 100
[[menu.main]]
name = "Tools"
url = "/tools"
weight = 101
[[menu.main]]
name = "ingMob"
pre = "<h6>AKA</h6>"
url = "http://ingmob.com"
weight = 102
[[menu.main]]
name = "polySpectra"
url = "https://polyspectra.com"
weight = 109
[params]
author = "Raymond Weitekamp"
authorlocation = "Berkeley, CA"
authorwebsite = "http://rawwerks.com"
bio = "Scientist, Artist, Entrepreneur"
cover = "/media/rainbow_cover_small.png"
description = "Resonant ramblings."
hideHUGOSupport = false
#logo = "images/logo.png"
twitterName = "ing_mob"
[permalinks]
post = "/:slug/"
[sitemap]
ChangeFreq = ""
Filename = "sitemap.xml"
Priority = "-1"
[blackfriday]
hrefTargetBlank = true