-
Notifications
You must be signed in to change notification settings - Fork 451
/
Copy path_config.yml
88 lines (81 loc) · 2.39 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
# 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."
baseurl: ""
url: "http://yourdomain.com"
# Build settings
markdown: kramdown
permalink: /:categories/:title
excerpt_separator: <!--more-->
colors:
primary: "#00b3fe" #hex code without the hashtag "#929292"
primary_rgb: "0,179,254"
secondary: "#384452" #hex code without the hashtag "#3F3F3F"
# Social networks usernames (many more available: google-plus, flickr, linkedin, etc.)
social:
- title: dribbble
url:
- title: facebook
url:
- title: twitter
url:
- title: instagram
url:
- title: tumblr
url:
# Members information
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:[email protected]
- 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:[email protected]
- 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:[email protected]
- 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:[email protected]
- title: twitter
url: http://twitter.com/handle
# Clients
clients:
- name: dribbble
img: client01.png
- name: Code is Poetry
img: client02.png
- name: Vimeo
img: client03.png
- name: VimeoPro
img: client04.png
# Postal address (add as many lines as necessary)
address:
- lines:
- Some Ave, 987,
- 23890, New York,
- United States.
email: [email protected]
tel: +34 8493-4893