-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
58 lines (51 loc) · 1.52 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
# Build settings
permalink : /blog/:year/:title/
markdown : kramdown
highlighter : pygments
gems: [jekyll-paginate]
paginate: 3
paginate_path: "/blog/page/:num/"
comments: true
source: source
destination: _site
sass:
sass_dir: _scss
style: compressed # expanded
# SEO settings
title: home
description: "Homepage of Anna Potapenko."
keywords: "Anna Potapenko, NLP, Moscow, topic modeling, word embeddings, HSE, MSU"
url:
# baseurl: "/apotapenko.com"
baseurl: ""
google_analytics: UA-103954038-1
repo: http://github.com/anyap/apotapenko.com
disqus_shortname: "nandothemes"
disqus_site_shortname: "nandothemes"
# Author settings
author:
name : Anna Potapenko
job : AI researcher in language and biology
bio : "You can contact me at apotapenko[at]google.com."
thumb : /images/author.jpg
email : [email protected]
url : http://apotapenko.com
#github : http://github.com/nandomoreirame
#twitter : http://twitter.com/nandomoreirame
#facebook : http://facebook.com/anna.a.potapenko
#linkedin : http://linkedin.com/in/nandomoreirame
# navbar pages
navbar:
- slug: bio
title: Bio
- slug: research
title: Research
- slug: teaching
title: Teaching
# - slug: resume
# title: Resume
# - slug: skills
# title: Skills
#- slug: blog
# title: Blog
exclude: ["gulp", "node_modules", "bower", "bower_components", "config.rb", "src", "Gemfile", "Gemfile.lock", ".rvmrc", ".rbenv-version", "package.json", "gulpfile.js", "README.md", "Rakefile", "changelog.md"]