-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
58 lines (58 loc) · 1.14 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
author = "Michelle J Levine"
baseURL = "http://michellejl.com/"
copyright = "© Copyright 2018 Michelle J Levine"
languageCode = "en-us"
pygmentsCodefences = true
pygmentsOptions = "linenos=table"
pygmentsUseClasses = true
theme = "magical"
title = "Michelle JL"
[[menu.footer]]
identifier = "resources"
name = "Resources"
url = "/resources/"
weight = 2
[[menu.footer]]
identifier = "about"
name = "About"
url = "/about/"
weight = 1
[[menu.main]]
identifier = "resources"
name = "Resources"
url = "/resources/"
weight = 5
[[menu.main]]
identifier = "writing"
name = "Writing"
url = "/writing/"
weight = 4
[[menu.main]]
identifier = "teaching"
name = "Speaking"
url = "/teaching/"
weight = 3
[[menu.main]]
identifier = "coding"
name = "Coding"
url = "/coding/"
weight = 2
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 1
[params]
dateformat = "January 2, 2006"
[params.author]
codepen = "michellejl"
github = "michellejl"
gravatar = "[email protected]"
instagram = "spacecadetmj"
linkedin = "michellejl"
name = "Michelle J Levine"
twitter = "michellejlevine"
[taxonomies]
category = "categories"
series = "series"
tag = "tags"