-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_config.yml
More file actions
64 lines (58 loc) · 2.04 KB
/
_config.yml
File metadata and controls
64 lines (58 loc) · 2.04 KB
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
title: Yanran's Attic
description: "Natural Language Processing, Semantic Embedding, Machine Conversation, Deep Learning"
disqus_shortname: yanranli
# Your site's domain goes here. When working locally use localhost server leave blank
# PS. If you set this wrong stylesheets and scripts won't load and most links will break.
# PPS. If you leave it blank for local testing home links won't work, they'll be fine for live domains though.
url: http://yanran.li
# Owner/author information
owner:
name: Yanran Li
avatar: avatar.jpg
bio: "2nd year PhD student"
email: yanranli.summer@gmail.com
# Social networking links used in footer. Update and remove as you like.
twitter:
facebook:
weibo: summerrlee
github: niangaotuantuan
stackexchange:
linkedin: 233043238
instagram:
flickr:
tumblr:
# For Google Authorship https://plus.google.com/authorship
google_plus:
kaggle:
# Analytics and webmaster tools stuff goes here
google_analytics:
google_verify:
# https://ssl.bing.com/webmaster/configure/verify/ownership Option 2 content= goes here
bing_verify:
# Links to include in top navigation
# For external links add external: true
links:
- title: PaperNotes
url: /categories/#peppypapers
- title: GuestBook
url: /guestbook
- title: Friends
url: /friends
- title: Publications of Deep Learning in NLP
url: /resources
- title: NLP links
url: https://web.cs.dal.ca/~vlado/nlp/
external: true
- title: r/machinelearning
url: http://www.reddit.com/r/machinelearning
external: true
- title: Deep Learning G+
url: https://plus.google.com/communities/112866381580457264725
external: true
# http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
timezone: Asia/Hong_Kong
future: true
rouge: true
markdown: kramdown
# Amount of posts to show on home page
paginate: 10