-
Notifications
You must be signed in to change notification settings - Fork 53
/
_config.yml
88 lines (70 loc) · 1.9 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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: I am Chuan !
name: DONGChuan
email: dongchuan55@gmail.com
location: Nice, France
company: Gfi Informatique
company_url: http://www.gfi.fr/en/
github_url: https://github.com/DONGChuan
description: This is personnel website of DONG Chuan
favicon: favicon.png # Image must be in assets/images
url: http://dongchuan.github.io # the base hostname & protocol for your site
## Gem
gems:
- jekyll-paginate
- jekyll-geo-pattern
- rouge
- kramdown
- jekyll-github-metadata
# Build settings
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
source: .
destination: ./_site
quiet: false
defaults: []
kramdown:
input: GFM
enable_coderay: true
# Disque
disque: httpdongchuangithubio.disqus.com
# Pagination
paginate: 10
paginate_path: 'page:num'
# Navigation
navs:
-
href: /
label: Home
-
href: /open-source
label: Open-Source
-
href: /blog
label: Blog
-
href: /bookmark
label: Bookmark
-
href: /about
label: About
# Sidebar to show popular repo
side_bar_repo_limit: 5 # Number of repos to show
# Google Analytics
analytics :
provider : google
google :
tracking_id : 'UA-72165600-1'
# For about.html. Fell free to create your own!
skill_software_keywords: [Java, C, C++, Qt, Python, MySQL, Oracle, SQLite, PL/SQL, Design Patterns]
skill_j2ee_keywords: [Spring, Struct, Hibernet, MyBatis, JSP]
skill_web_keywords: [HTML, CSS, JS, JQuery, Ajax, AngularJS, NodeJS, ExpressJS, MongoDB, Redis, PHP, Symfony, Boostrap]
skill_mobile_app_keywords: [Android, Sketch UI Desgin]