-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·59 lines (49 loc) · 1.5 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
permalink : /:title/
markdown : kramdown
highlighter : pygments
paginate: 100
paginate_path: "/blogs/page/:num/"
plugins:
- jekyll-paginate
baseurl: null
domain_name: zhewe.me
source: source
destination: _site
itemtype: WebPage
cover: /assets/images/facebook.png
# site title, description, keywords
name: Zhewei Hu
title: Zhewei Hu
description: "DevOps | Ruby on Rails"
keywords: "Web application, Ruby, Ruby on Rails, RSpec, FactoryBot, Capybara, Git, MySQL, Heroku, Amazon AWS"
url: http://zhewe.me
repo: http://github.com/Winbobob/winbobob.github.io
rss_path: source/
author:
name : Zhewei Hu
image : /assets/images/author.png
email : [email protected]
url : http://zhewe.me
google_scholar: https://scholar.google.com/citations?user=NRbTY7EAAAAJ
github : http://github.com/Winbobob
linkedin : http://www.linkedin.com/in/zhewei-hu
docker : https://hub.docker.com/u/winbobob
bio : "Software Engineer@Microsoft Azure | Ph.D.@NC State"
# Plugin: jekyll-assets
assets:
dirname: /assets
baseurl: /assets/
sources:
- _assets/images
- _assets/fonts
- _assets/css
- _assets/js
# Compress HTML
compress_html:
clippings: all
comments: all
endings: all
profile: false
ignore:
envs: all
exclude: ["gulp", "node_modules", "bower", "bower_components", "config.rb", "src", "Gemfile", "Gemfile.lock", ".rvmrc", ".rbenv-version", "package.json", "gulpfile.js", "README.md", "Rakefile", "changelog.md"]