forked from st4ple/solid-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
142 lines (124 loc) · 4.28 KB
/
_config.yml
File metadata and controls
142 lines (124 loc) · 4.28 KB
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
### GENERAL SETTINGS ###
# Site settings
title: SOLID.
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."
analytics: #Google analytics code in the format XX-nnnnnnnn-n
baseurl: "" #important: start with /
author: "John Doe"
url: "https://solid-jekyll.j3-tech.com"
fontawesome_kit_url: https://kit.fontawesome.com/7690dbcdcd.js
# Build settings
markdown: kramdown
permalink: /:categories/:title/
excerpt_separator: <!--more--> #use this in posts to define how long the excerpt of the post (that is shown on the Blog page) is
colors: #in hex code if not noted else
primary: "#00b3fe" #"#F70031"
primary_rgb: "0,179,254" #"247,0,49" #rgb of the primary. Needed in some places for the transparency effect.
secondary: "#384452" #"#33004D"
link: "#428bca"
link_hover: "#01b2fe"
footer_heading: "#ffffff"
footer_content: "#bfc9d3"
services:
- title: Example
intro: This is an example
icon: fa-person-digging
permalink: /services/example
# Making projects separate from posts
collections:
projects:
output: true
permalink: /projects/:title/
questions:
output: true
permalink: /questions/:title/
### CONTACT SETTINGS ###
# Social networks usernames. Many more available: google-plus, flickr, linkedin, etc). Shown in footer.
social:
- title: dribbble
url:
- title: facebook
url:
- title: twitter
url:
- title: instagram
url:
- title: tumblr
url:
# Postal address (add as many lines as necessary). Shown in footer and on Contact page.
address:
- lines:
- Some Ave, 987,
- 23890, New York,
- United States.
email: hello@solidtheme.com
tel: +34 8493-4893
### GENERAL DATA FOR VARIOUS LOCATIONS ###
# Members information. Shown on About page.
members:
- name: Mark Webber
position: CEO
text: Lorem Ipsum is simply dummy text of the printing and typesetting industry.
img: team01.jpg
social:
- title: envelope #use for email address
url: mailto:name@domain.com
- title: twitter
url: http://twitter.com/handle
- name: Paul Jameson
position: Lead Designer
text: Lorem Ipsum is simply dummy text of the printing and typesetting industry.
img: team02.jpg
social:
- title: envelope #use for email address
url: mailto:name@domain.com
- title: twitter
url: http://twitter.com/handle
- name: Laura Sommers
position: Lead Developer
text: Lorem Ipsum is simply dummy text of the printing and typesetting industry.
img: team03.jpg
social:
- title: envelope #use for email address
url: mailto:name@domain.com
- title: twitter
url: http://twitter.com/handle
- name: Martin Blunt
position: Marketing
text: Lorem Ipsum is simply dummy text of the printing and typesetting industry.
img: team04.jpg
social:
- title: envelope #use for email address
url: mailto:name@domain.com
- title: twitter
url: http://twitter.com/handle
# Clients information. Shown on Home and About pages.
clients:
- name: dribbble
img: client01.png
- name: Code is Poetry
img: client02.png
- name: Vimeo
img: client03.png
- name: VimeoPro
img: client04.png
# Short text about your company. Shown in footer on every page and also separately on Home and Contact page.
about: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s."
show_service: true
show_blog: true
show_portfolio: true
show_about: true
show_contact: true
# Testimonial content. Shown on Home and About page.
testimonial:
message: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged."
author: Marcel Newman
position: WEB DESIGNER - BLACKTIE.CO
sass:
style: compressed
jekyll_tidy:
compress_html: true
plugins:
- jekyll-seo-tag
- jekyll-tidy
- jekyll-sitemap