forked from marian-nmt/marian-nmt.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
48 lines (45 loc) · 1.06 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
title: Marian
email: [email protected]
description: Fast Neural Machine Translation in C++
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://marian-nmt.github.io/" # the base hostname & protocol for your site, e.g. http://example.com
github: "https://github.com/marian-nmt" # the path to github organisation name!
google_analytics: "UA-109819276-1"
# Build settings
markdown: kramdown
highlighter: rouge
exclude:
- Gemfile
- Gemfile.lock
- commit-and-deploy.sh
- Makefile
- "assets/css/_*.less"
- "*/CHANGELOG*"
- "*/README*"
- "*/LICENSE*"
- "*.json"
- "*.txt"
- "*.swp"
- "*.swo"
- Doxygen.marian.in
- marian
- vendor
plugins:
- "jekyll/scholar"
- 'jekyll-last-modified-at'
- 'jekyll-twitter-plugin'
# Theme settings
color_scheme: blue
pygments_css: github
header:
title_icon: icon_documents_alt
title_highlighted: Marian
title_bold: NMT
# Jekyll-schollar settings
scholar:
style: ./_layouts/acl.csl
sort_by: year
order: descending
source: ./_data
bibliography_template: bib
bibliography: marian.bib