-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path_config.yml
128 lines (110 loc) · 4.2 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
### GENERAL SETTINGS ###
# Site settings
title: Cloud-Barista
description: "Cloud-Barista는 멀티 클라우드 서비스/솔루션을 개발하는 반드시 필요한 기반/공통 소프트웨어 기술입니다."
analytics: #Google analytics code in the format XX-nnnnnnnn-n
baseurl: "" #important: start with /
url: "https://cloud-barista.github.io"
# 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"
# 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: github
url: http://github.com/cloud-barista
- title: youtube
url: https://cloud-barista.github.io/youtube
- title: facebook
url: https://www.facebook.com/groups/cloud.barista.community
- title: slideshare
url: https://www.slideshare.net/cloud-barista
- title: slack
url: https://cloud-barista.slack.com
# Postal address (add as many lines as necessary). Shown in footer and on Contact page.
address:
- lines:
- Cloud-Barista Community. SINCE 2019
- Email - [email protected]
email: [email protected]
tel: +82-xx-xxxx-xxxx
### 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:[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 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: "Cloud-Barista는 멀티 클라우드 서비스/솔루션을 만드는데 반드시 필요한 기반/공통 소프트웨어 기술입니다."
# Testimonial content. Shown on Home and About page.
testimonial:
message: "Cloud-Barista is designed to overcome the limitations of the use of a single cloud infrastructure and to develop core technologies that provide the essential functions necessary for the operation and management of multi-cloud services that have recently emerged as a trend."
author: Clood-Barista
position: Community Leader
plugins:
- jekyll-redirect-from
whitelist:
- jekyll-redirect-from
timezone: Asia/Seoul
# future: 'false' is the default setting, GitHub will ignore posts if they look like they're in the future according to GitHub's timezone.
future: true