-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
76 lines (61 loc) · 1.25 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
languageCode = "en-us"
title = "Alexandra Gibson | Speech Language Therapist based in New York City"
baseurl = "http://alexandragibsonslp.com"
theme = "prologue"
[params]
name = "Jane Doe"
description = "Hyperspace Engineer"
copyright = "Untitled."
[[params.social]]
medium = "twitter"
icon = "twitter"
link = "#"
[[params.social]]
medium = "facebook"
icon = "facebook"
link = "#"
[[params.social]]
medium = "github"
icon = "github"
link = "#"
[[params.social]]
medium = "dribbble"
icon = "dribbble"
link = "#"
[[params.social]]
medium = "email"
icon = "envelope"
link = "#"
# Portfolio column one
[[params.portfolio1]]
title = "Ipsum Feugiat"
alt = ""
source = "img/pic02.jpg"
url = "#"
[[params.portfolio1]]
title = "Rhoncus Semper"
alt = ""
source = "img/pic03.jpg"
url = "#"
# Portfolio column two
[[params.portfolio2]]
title = "Magna Nullam"
alt = ""
source = "img/pic04.jpg"
url = "#"
[[params.portfolio2]]
title = "Natoque Vitae"
alt = ""
source = "img/pic05.jpg"
url = "#"
# Portfolio column 3
[[params.portfolio3]]
title = "Dolor Penatibus"
alt = ""
source = "img/pic06.jpg"
url = "#"
[[params.portfolio3]]
title = "Orci Convallis"
alt = ""
source = "img/pic07.jpg"
url = "#"