-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
159 lines (127 loc) · 2.88 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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
baseURL = '/'
languageCode = 'en-us'
title = 'Mary Fortuna - Detroit Michigan Artist'
theme = 'dolls'
[params]
author = "Andrew M McCall"
description = "Mary Fortuna is a Detroit, Michigan Artist Currently Living in Traverse City, Michigan"
opengraphdefault = "/images/site-assets/White_Rabbit_Girl_with_Green_Hat_2017.png"
imgAltDefault = "Mary Fortuna is a Detroit, Michigan artist currently living in Traverse City, Michigan."
[[params.social]]
name = "facebook"
url = "https://www.facebook.com/mary.fortuna"
icon = "fa fa-facebook fa-2x"
[[params.social]]
name = "instagram"
url = "https://www.instagram.com/mary.fortuna/"
icon = "fa fa-instagram fa-2x"
[menu]
[[menu.main]]
identifier = '/'
name = 'Home'
url = '/'
weight = -210
[[menu.main]]
identifier = 'blog'
name = 'Blog'
url = '/blog/'
weight = -160
[[menu.main]]
identifier = 'about'
name = "Resume"
url = '/about/'
weight = -180
[[menu.main]]
identifier = 'contact'
name = 'Contact Mary'
url = '/contact/'
weight = -190
[[menu.main]]
identifier = 'gallery'
name = 'Gallery'
url = '/gallery/'
weight = -200
[[menu.main]]
identifier = 'links'
name = 'Links'
url = '/links/'
weight = -100
## Gallery Children
[[menu.main]]
identifier = 'masks'
name = 'Masks'
url = '/gallery/masks'
parent = 'gallery'
weight = -220
[[menu.main]]
identifier = 'mobiles-and-hanging-sculptures'
name = 'Mobiles & Hanging Sculptures'
url = '/gallery/mobiles-and-hanging-sculptures'
parent = 'gallery'
weight = -230
[[menu.main]]
identifier = 'animals-and-insects'
name = 'Animals & Insects'
url = '/gallery/animals-and-insects'
parent = 'gallery'
weight = -210
[[menu.main]]
identifier = 'collages'
name = 'Collages'
url = '/gallery/collages'
parent = 'gallery'
weight = -200
[[menu.main]]
identifier = 'paintings'
name = 'Paintings'
url = '/gallery/paintings'
parent = 'gallery'
weight = -200
[[menu.main]]
identifier = 'papa-legba'
name = 'Papa Legba'
url = '/gallery/papa-legba'
parent = 'gallery'
weight = -200
[[menu.main]]
identifier = 'shadow-puppets'
name = 'Shadow Puppets'
url = '/gallery/shadow-puppets'
parent = 'gallery'
weight = -200
[[menu.main]]
identifier = 'textiles'
name = 'Textiles'
url = '/gallery/textiles'
parent = 'gallery'
weight = -200
[[menu.main]]
identifier = 'commissions-and-kids-drawings'
name = "Commissions & Kid's Drawings"
url = '/gallery/commissions-and-kids-drawings'
parent = 'gallery'
weight = -190
[[menu.main]]
identifier = 'dolls'
name = 'Dolls'
url = '/gallery/dolls'
parent = 'gallery'
weight = -180
[[menu.main]]
identifier = 'felt-and-fabric-dolls'
name = 'Felt & Fabric'
url = '/gallery/dolls/felt-and-fabric-dolls'
parent = 'dolls'
weight = -210
[[menu.main]]
identifier = 'leather-dolls'
name = 'Leather Dolls'
url = '/gallery/dolls/leather-dolls'
parent = 'dolls'
weight = -210
[[menu.main]]
identifier = 'nesting-dolls'
name = 'Nesting Dolls'
url = '/gallery/dolls/nesting-dolls'
parent = 'dolls'
weight = -210