-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
162 lines (144 loc) · 3.73 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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
# 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: Zhen-Yu Tang
description: Zhen-Yu Tang's blog
keywords: Deep Learning
url: https://tangzhenyu.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: PUBLICATIONS
url: /publications.html
#- text: SEARCH
# url: /search.html
- text: ABOUT ME
url: /about.html
#Author config
author:
name: Zhen-Yu Tang
email: [email protected]
imageLink: /images/avatar.jpg
simpleIntro: Learning world from machine.
detailIntro:
<p>I am working as machine learning/deep learning engineer,in the field of nature language processing,computer vision,slam,and interested in transfer learning,and related fields</p>
<p>This blog is used to organise interesting papers, projects, websites, blogs and my paper notes.</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/tangzhenyu/
- 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
#publications:
publications:
- item:
- title: Nonlinear Phenomena of the Langmuir Waves in a Plasm
year: 2017
place:
- title: On a Higher-Order Nonlinear Schrodinger Equation for the Secured Optical Communication
year: 2017
place:
- title: Nonlinear Phenomena of the Langmuir Waves in a Plasm
year: 2017
place:
- title: Denoising Mean-field Method for Compressed Sensing
year: 2017
place:
message: Publication
- item:
- title: Something interesting on RNN,Energy-based Model & Memory
year: 2017
place:
- title: Some Improvements on Generative Adversarial Models
year: 2017
place:
message: Slides
googleAnaly:
config: false
id: UA-58146229-1
#baidu tongji
#baiduTongji:
# config: true
# id: 9144251ce5a4f4019de4bc601b9b490b
#comment config
disqus:
config: false
id: Zhen-Yu Tang
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"