forked from jarrekk/Jalpc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·56 lines (47 loc) · 2.18 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
# Welcome to Jekyll!
# Website settings
title: Kun's Experience
description: Kun's personal website, use Jekyll and github pages.
keywords: Kun,Jalpc,blog,Jekyll,github pages
baseurl: # if you have suburl as homepage like '/homepage', please change it to '/homepage' and your repo's name should be 'homepage'
url: http://kunliu-kelvin.github.io # url should be changed to 'http://www.jack003.com/homepage' as before
# url: http://127.0.0.1:4000
img_path: /static/assets/img/blog # url should be changed to '/homepage/static/assets/img/blog' as before
# author -- index page "about me" section
author: # change following line to your infomation.
name: 刘坤(Kun Kelvin Liu) # Be used at blog posts' author.
first_name: 坤(Kun) # Be used at index page about me section.
last_name: 刘(Liu) # Be used at index page about me section.
cv: # http://cv.jack003.com # A online CV can be printed as PDF, leave blank if you don't have now
email: kunliu2012@gmail.com # Leave blank if you don't have now
facebook_username: kunliukelvin # Leave blank if you don't have now
github_username: kunliu-kelvin # Leave blank if you don't have now
avatar: /static/assets/img/landing/avatar.jpg # upload your avatar at directory and edit it.
skill_icon1:
- name: icon-apache
- name: fa-linux
skill_icon2:
- name: fa-linux
- name: icon-apache
desc: Introduce myself will be here.
# comment
disqus: # if you wanna comment feature, go to https://disqus.com/ to get your configuration; if not, comment following two lines.
name: kunliu-kelvin
public_key: GgZ7HEMdSFqIckT8veSyWrBdNIPqIRf8Zw2dJMMsKoAFS0SjrrdkPBFtzLR3twoA
# analytics
## google analytics
ga: # if you wanna this feature, go to https://www.google.com/analytics/ to get your configuration; if not, comment following line.
id: UA-92619028-1
## growingIO
gio: # if you wanna this feature, go to https://www.growingio.com/ to get your configuration; if not, comment following line.
# id:
## donation
donation: on # type 'on'/'off' to choice display donation button at post page or not
# Build settings
encoding: utf-8
# other settings
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge