-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path_config.yml
93 lines (74 loc) · 2.32 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
# 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: HelloJS-JavaScript暑期苦幹實做訓練營 # ex. I m Chuan
name: HelloJS Blog # ex. DONGChuan
email: tutor@hellojs.school
location: Taiwan # ex. Nice, France
company: Trunk-Studio
company_url: http://trunk-studio.com/
github_url: https://github.com/hellojs-tw/blog # ex. https://github.com/DONGChuan
description: HelloJS
favicon: favicon.png # Image must be in assets/images
repository: hellojs-tw/blog # ex. DONGChuan/DONGChuan.github.io
# The base hostname & protocol for your site
# For local test, please use http://localhost:4000
# For production, use your github page url. ex. http://dongchuan.github.io
url: https://hellojs-tw.github.io/blog
## 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: my_disque_settings # ex. httpdongchuangithubio.disqus.com
# Pagination
paginate: 10
paginate_path: 'page:num'
# Navigation. If you do not like these modules, just remove them :D
navs:
-
href: /blog
label: Home
# -
# href: /open-source
# label: Open-Source
-
href: /blog/blog
label: Blog
# -
# href: /bookmark
# label: Bookmark
-
href: /blog/about
label: About
# Sidebar to show popular repo
side_bar_repo_limit: 10 # Number of repos to show
# Google Analytics
# analytics :
# provider : google
# google :
# tracking_id : 'tracking_id' # ex. UA-72165600-X
# 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]