forked from jarrekk/Jalpc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
107 lines (89 loc) · 2.15 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
# Welcome to Jekyll!
# Website settings
title: "Jalpc"
description: "Jack's blog,use Jekyll and github pages."
keywords: "Jack,Jalpc,blog,Jekyll,github,gh-pages"
baseurl: "/"
url: "http://www.jack003.com"
# url: "http://127.0.0.1:4000"
# author
author:
name: 'Jack'
first_name: 'Jia'
last_name: 'Kun'
email: '[email protected]'
facebook_username: 'jiakunnj'
github_username: 'Jack614'
head_img: 'static/img/landing/Jack.jpg'
desc: 'I am a Full Stack engineer with website development, automation Ops and writing scripts experience. Life is a continuous learning process, so work makes me more rigorous, travel makes my life more colorful. I can make lots of friends when I coding and travel.'
# sections
sections:
- id: 'about-me'
i18n: 'nav.about_me'
name: 'About'
tpl: 'about.html'
css: ''
- id: 'career'
i18n: 'nav.career'
name: 'Career'
tpl: 'career.html'
css: 'timeline'
- id: 'skills'
i18n: 'nav.skills'
name: 'Skills'
tpl: 'skills.html'
css: 'team'
- id: 'projects'
i18n: 'nav.projects'
name: 'Projects'
tpl: 'projects.html'
css: 'project'
- id: 'blog'
i18n: 'nav.blog'
name: 'Blog'
tpl: 'blog.html'
css: 'testimonials navy-section'
- id: 'links'
i18n: 'nav.link'
name: 'Links'
tpl: 'links.html'
css: 'contact'
# localization
languages:
- locale: 'en'
flag: 'static/img/flags/United-States.png'
- locale: 'zh'
flag: 'static/img/flags/China.png'
# blog img path
img_path: 'http://www.jack003.com/static/img/blog'
# donate
donate:
wechat: 'static/img/pay/wechat.png'
alipay: 'static/img/pay/alipay.png'
# comment
changyan:
# appid: cysfY7ULn
# conf: prod_861928934cecb7a18e15bedaed9dae29
disqus:
name: jalpc
public_key: tj2MPaNlHMONwTH5bGDNSXyaBpW7q282MeUzh5CwcjJerNhK8Kxk3aWo7IckzTX7
# share
bshare:
uuid: 513f778e-a8f7-4c20-9ec2-d29cc2328d75
# baidu analytics
ba:
# uuid: 317acca9ef9255b934e46371e471431d
# google analytics
ga:
id: UA-73784599-1
# growingIO
gio:
id: a49d4901c7853da9
# Build settings
encoding: "utf-8"
# other settings
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge