forked from nandomoreirame/end2end
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·57 lines (49 loc) · 1.48 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
# Build settings
permalink : /:categories/:year/:month/:day/:title/
markdown : kramdown
# highlighter : rouge
kramdown:
input: GFM
gems: [jekyll-paginate]
paginate: 7
paginate_path: "/blog/page/:num/"
comments: true
source: source
destination: _site
sass:
sass_dir: _scss
style: compressed # expanded
# SEO settings
# title: end2end
# description: "A free Jekyll theme for download"
# keywords: "Jekyll, theme, free, download, SEO, blog, web"
# url: http://nandomoreira.me
# baseurl: "/end2end"
# baseurl: ""
# google_analytics: UA-52446115-1
repo: http://github.com/liuyang1520/liuyang1520.github.io
disqus_shortname: "liuyang1520"
disqus_site_shortname: "liuyang1520"
# Author settings
author:
name : Marvin Liu
job : software developer
bio : "Eliminate mediocrity, effectuate jocularity." #enumerate, effectuate
thumb : /images/author.jpg
email : [email protected]
url : http://liuyang1520.github.io
github : https://github.com/liuyang1520
twitter : http://twitter.com/liuyang1520
facebook : http://facebook.com/liuyang1520
linkedin : http://linkedin.com/in/liuyang1520
# navbar pages
navbar:
- slug: about
title: About
- slug: resume
title: Resume
- slug: skills
title: Skills
- slug: blog
title: Blog
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"]