forked from y7kim/agency-jekyll-theme
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
168 lines (147 loc) · 3.76 KB
/
_config.yml
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
157
158
159
160
161
162
163
164
165
166
167
168
url: https://y7kim.github.io
baseurl:
# Site settings
email: [email protected]
meta-description: "Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description."
# Trackers
google_analytics_id:
hotjar_id:
# Content
block-header:
template: header.html
context:
logo: img/logos/reef_logo.png
main-title: Main title
secondary-title: Secondary title
action-button-text: Action button text
block-icons:
template: icons.html
menu-item: Icons
context:
title: Icons
header: Icons header
items:
- name: Icons item 1
icon: fa-laptop
text: Icons item 1 description text
- name: Icons item 2
icon: fa-laptop
text: Icons item 2 description text
- name: Icons item 3
icon: fa-laptop
text: Icons item 3 description text
block-icons-2:
template: icons.html
menu-item: Icons 2
context:
title: Icons 2
header: Icons header
items:
- name: Icons item 1
icon: fa-laptop
text: Icons item 1 description text
- name: Icons item 2
icon: fa-laptop
text: Icons item 2 description text
- name: Icons item 3
icon: fa-laptop
text: Icons item 3 description text
block-posts:
template: posts.html
menu-item: Posts
context:
title: Posts
header: Posts header
block-timeline:
template: timeline.html
menu-item: Timeline
context:
title: Timeline
header: Timeline header
items:
- header: Timeline item 1
subheader: Timeline item 1 subheader
text: Timeline item 1 text description
image: img/about/1.jpg
- header: Timeline item 2
subheader: Timeline item 2 subheader
text: Timeline item 2 text description
image: img/about/1.jpg
end-text: Timeline<br>end<br>text
block-people:
template: people.html
menu-item: People
context:
title: People
header: People header
footer: People footer
items:
- name: Person 1
image: img/team/1.jpg
position: Lead Designer
social:
- title: twitter
url: #
- title: facebook
url: #
- title: stack-overflow
url: #
- name: Person 2
image: img/team/1.jpg
position: Lead Marketer
social:
- title: twitter
url: #
- title: facebook
url: #
- title: linkedin
url: #
- name: Person 3
image: img/team/1.jpg
position: Lead Developer
social:
- title: twitter
url: #
- title: facebook
url: #
- title: google-plus
url: #
block-logos:
template: logos.html
menu-item: Logos
context:
items:
- image: img/logos/envato.jpg
url: \#
- image: img/logos/envato.jpg
url: \#
- image: img/logos/envato.jpg
url: \#
- image: img/logos/envato.jpg
url: \#
block-contact:
template: contact.html
menu-item: Contact
context:
header: Contact form header
subheader: Contact form subheader
post-url: https://getform.io/f/cfca5e38-7bdc-4cff-ac7d-b0a059c4a673
# Social networks usernames (many more available: google-plus, flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc.)
social:
- title: twitter
url:
- title: facebook
url:
- title: stack-overflow
url:
- title: bitbucket
url:
- title: github
url: https://github.com/reef-technologies
# # Postal address (add as many lines as necessary)
# address:
# - line: 3481 Melrose Place
# - line: Beverly Hills, CA 90210
# Build settings
markdown: kramdown
permalink: pretty