-
Notifications
You must be signed in to change notification settings - Fork 12
/
_config.yml
46 lines (38 loc) · 1000 Bytes
/
_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
# Site settings
title: Paper Survey
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Survey of previous research and related works on machine learning (especially Deep Learning) in Japanese
baseurl: "/paper-survey" # the subpath of your site, e.g. /newpath-for-emping
url: "https://shunk031.github.io" # the base hostname & protocol for your site
twitter_username: shunk031
github_username: shunk031
GoogleAnalytics: UA-114287158-1
twitter:
username: shunk031
sass:
style: compressed
# Build settings
markdown: kramdown
kramdown:
parse_block_html: true
plugins:
- jekyll-redirect-from
- jekyll-paginate
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-feed
- jemoji
defaults:
- {scope: {type: posts}, values: {layout: post, permalink: '/summary/:categories/:title'}}
include:
- _pages
exclude:
- CNAME
- README.md
- format.md
- Gemfile
- Gemfile.lock
- vendor
paginate: 3
paginate_path: '/summary/:num'