forked from handong1587/handong1587.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
136 lines (119 loc) · 2.98 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
# Where things are
source: .
destination: ./_site
plugins_dir: ./_plugins
layouts_dir: ./_layouts
paginate: 8
# Handling Reading
safe: false
include: [".htaccess"]
exclude: []
keep_files: [".git", ".svn"]
encoding: "utf-8"
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
textile_ext: "textile"
#gems: ['jekyll-paginate', 'jekyll-lunr-js-search']
gems: ['jekyll-paginate']
# Filtering Content
show_drafts: null
limit_posts: 0
future: true
unpublished: false
# Conversion
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
toc_levels: 1..3 # TOC # 2015/11/29
# Serving
detach: false
port: 4000
host: 127.0.0.1
baseurl: "" # does not include hostname
# Outputting
permalink: date
paginate_path: /page:num
timezone: null
#Site config
title: handong1587
description: handong1587's blog
keywords: Deep Learning
url: https://handong1587.github.io
feed: /atom.xml
favicon: /images/shortcut.jpg
#Nav config
nav:
- text: HOME
url: /index.html
- text: CATEGORIES
url: /categories.html
- text: ARCHIVES
url: /archives.html
- text: LINKS
url: /links.html
- text: SEARCH
url: /search.html
- text: ABOUT ME
url: /about.html
#Author config
author:
name: handong1587
email: [email protected]
imageLink: /images/header2.jpg
simpleIntro: Hi world~
detailIntro:
<p>I am working as machine learning/deep learning engineer.</p>
<p>This blog is used to organise interesting papers, projects, websites, blogs and my reading/study notes.</p>
<p>Feel free to send PRs or open issues to help maintain this blog: https://github.com/handong1587/handong1587.github.io</p>
<p></p>
#You can choose your icon by http://fortawesome.github.io/Font-Awesome/icons/#brand
follow:
- class: icon-rss
url: /atom.xml
- class: icon-weibo
url: http://weibo.com/
- class: icon-facebook
url: https://www.facebook.com/
- class: icon-github-alt
url: https://github.com/handong1587/
- class: icon-twitter
url: https://www.twitter.com/
- class: icon-google-plus
url: https://plus.google.com/116595571760191938657/about
#Links
customLinks:
- item:
- text: Caffe on github
url: https://github.com/BVLC/caffe
- text: Deep Learning Tutorials
url: http://deeplearning.net/tutorial/
- text: Deep Learning Reading List
url: http://deeplearning.net/reading-list/
message: About Deep Learning
- item:
- text: 爱可可-爱生活
url: http://weibo.com/fly51fly
message: Resources
googleAnaly:
config: false
id: UA-58146229-1
#baidu tongji
baiduTongji:
config: true
id: 9144251ce5a4f4019de4bc601b9b490b
#comment config
disqus:
config: true
id: handong1587
duoshuo:
config: false
id: null
#baidu share config
baiduShare:
config: false
# lunr search
lunr_search:
excludes: [rss.xml, atom.xml]
stopwords: "stopwords.txt"
min_length: 3
js_dir: "javascript"