-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·106 lines (84 loc) · 3.26 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
# Welcome to Jekyll!
# Website settings
title: 升烟张诚 Ryan ZhangCheng
description: Ryan ZhangCheng/升烟张诚的个人主页
keywords: redhat,openshift,devops,CI,CD,python,Java,cloud,kubernetes,fabric8,云计算,运维,jekyll,reveal.js,javascript
baseurl: "" # This will be your homepage
url: https://ryanzhang.github.io # url should be 'http://<github_username>.github.io/homepage' as before
# url: http://127.0.0.1:4000
img_path: /static/assets/img # url should be '/homepage/static/assets/img/blog' as before
# author -- index page "about me" section
author: # change following line to your infomation.
name: RyanZhangCheng # Be used at blog posts' author.
first_name: Ryan # Be used at index page about me section.
last_name: ZhangCheng # Be used at index page about me section.
avatar: /static/assets/img/landing/avatar.jpg # upload your avatar at directory and edit it.
github_username: ryanzhang # Leave blank if you don't have now
linkedin_id: ryan-zhangcheng # Leave blank if you don't have now
facebook_username: ryan.zhangcheng # Leave blank if you don't have now
twitter_username: ryanzhangcheng # Leave blank if you don't have now
email: [email protected] # Leave blank if you don't have now
cv: #http://cv.ryanzhang.com # An online CV can be printed as PDF, leave blank if you don't have now
# skill icons are on avatar's left and right side. Reference urls are http://fontawesome.io/ and http://fizzed.com/oss/font-mfizz
skill_icon1:
- name: icon-apache
- name: fa-linux
skill_icon2:
- name: fa-linux
- name: icon-apache
desc: 未必凡事都要做到最完美 # Describe yourself.
# comment
disqus: # if you wanna comment feature, go to https://disqus.com/ to get your configuration; if not, comment following two lines.
config: true
id: ryanzhangcheng
# 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-4672340-3
## google optimize
go:
# id:
## 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: off # type 'on'/'off' to choice display donation button at post page or not
## carousels
index_carousel: on # index page carousel switch
blog_carousel: on # blog page carousel switch
# scss
sass:
style: compressed
# Build settings
encoding: utf-8
# other settings
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
#Slides settings
# The Reveal theme
reveal_theme: beige.css
# The Reveal transition
reveal_transition: slides # none/fade/slide/convex/concave/zoom
# Path to the used theme (defaults to the Reveal.js standard theme path)
reveal_theme_path: ../reveal.js/css/theme/
# Embed Server-side speaker notes?
reveal_notes_server: false
# Additional reveal.js options
reveal_options:
# Additional reveal.js dependencies
reveal_dependencies:
# Reveal.js subdirectory
reveal_path: ../reveal.js/
collections:
slides:
output: true
permalink: /:collection/:path
# This is for support md5 to slides and load customize plugin in local mode
#markdown: redcarpet
#highlighter: pygments
#markdown_ext: ignoreme
# gems:
# - jekyll-sitemap