-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_config.yml
More file actions
70 lines (56 loc) · 1.14 KB
/
_config.yml
File metadata and controls
70 lines (56 loc) · 1.14 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
# Welcome to Jekyll!
# Site settings
title: "9X년생 개발자 모임"
baseurl: "/"
url: "http://9xd.github.io"
# url: "http://127.0.0.1:4000"
# author
author:
last_name: '9X년생'
first_name: '개발자 모임'
email: 'jayjinjay@gmail.com'
facebook_username: 'groups/1565641083693087'
head_img: 'static/img/landing/9xd.png'
# landing page
landing:
home: 'Home'
about: 'About'
meetup: 'Meet Up'
projects: 'Project'
blog: 'Blog'
contact: 'Contact'
# my projects
project:
meetup:
name: '정기 모임'
url: '/blog/meetup'
img: 'static/img/landing/menu_1.JPG'
blog:
name: '블로그'
url: '/blog/'
img: 'static/img/landing/menu_2.jpg'
undefined:
name: '새로운 영웅은 환영이야'
url: '/'
img: 'static/img/landing/menu_3.jpeg'
# blog index
index:
home: 'Home'
meetup: 'Meet Up'
interview: 'Interview'
# facebook share
facebook: True
# disqus comment
disqus: True
# google analytics
ga:
id: UA-79196391-1
# blog img path
img_path: '/static/img/blog'
# Build settings
encoding: "utf-8"
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge