-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
219 lines (169 loc) · 7.39 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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
# ASCII-Font › http://patorjk.com/software/taag/#p=display&f=Slant&t=Phlow
#
# _____ _ __ _____ __ __ _
# / ___/(_) /____ / ___/___ / /_/ /_(_)___ ____ ______
# \__ \/ / __/ _ \ \__ \/ _ \/ __/ __/ / __ \/ __ `/ ___/
# ___/ / / /_/ __/ ___/ / __/ /_/ /_/ / / / / /_/ (__ )
# /____/_/\__/\___/ /____/\___/\__/\__/_/_/ /_/\__, /____/
# /____/
#
# Title of your website
title: "DKPro"
# The slogan describes your website and is used on homepage in <title> and other important places
slogan: "Getting things done in NLP"
# The description is used on homepage and in the footer to quickly describe your website. Use a maximum of 150 characters for SEO-purposes.
description: "DKPro - Software for NLP research."
# This URL is the main adresse. Don't include a slash at the end.
#
url: "//dkpro.github.io"
baseurl: ""
# This is for the editing function in _/includes/improve_content.html
# Leave it empty if your site is not on GitHub/GitHub Pages
improve_content: https://github.com/dkpro/dkpro.github.io/edit/master
# This URL points directly to the images directory making
# things easier to link to images in posts and templates. It needs a slash.
#
# Example: <img src="{{ site.urlimg }}/{{ post.image.title }}">
# Markdown-Example for posts ![Image Text]({{ site.urlimg }}/image.jpg)
#
urlimg: "/images/"
# Logo size is 600x80 pixels
logo: "logo.png"
# Paginates all X entries
paginate: 5
# Pagination path › Important for blog page in /blog/ to work
paginate_path: "blog/page:num"
# Theme works best with Kramdown (using the table of contents function)
markdown: kramdown
permalink: /:categories/:title/
highlight: pygments
excerpt_separator: "\n\n"
exclude: []
include: ['.htaccess']
sidebar: right
# The language setting is used in /includes/header.html for html-settings
language: "en"
# Exclude these files from your production _site
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
#
# ____ ____ ____
# / __ \___ / __/___ ___ __/ / /_
# / / / / _ \/ /_/ __ `/ / / / / __/
# / /_/ / __/ __/ /_/ / /_/ / / /_
# /_____/\___/_/ \__,_/\__,_/_/\__/
#
# Default Settings
defaults:
-
scope:
path: "" # an empty string here means all files in the project
type: "pages"
values:
show_meta: false # Show metadata beneath all pages
# sidebar: # Possible values › left, right › by default there will be no sidebar
comments: false
author: "your_author_name"
-
scope:
path: ""
type: "posts"
values:
show_meta: false # Show metadata beneath all posts
# sidebar: # Possible values › left, right › by default there will be no sidebar
comments: false
author: "your_author_name"
# _ __ _ __ _
# / | / /___ __ __(_)___ _____ _/ /_(_)___ ____
# / |/ / __ `/ | / / / __ `/ __ `/ __/ / __ \/ __ \
# / /| / /_/ /| |/ / / /_/ / /_/ / /_/ / /_/ / / / /
# /_/ |_/\__,_/ |___/_/\__, /\__,_/\__/_/\____/_/ /_/
# /____/
#
# Open _data/navigation.yml to adjust the left and right topbar navigation
#
# _____ __________
# / ___// ____/ __ \
# \__ \/ __/ / / / /
# ___/ / /___/ /_/ /
# /____/_____/\____/ Verify Website to Webmaster Tools
#google_author: "https://plus.google.com/u/0/118311555303973066167"
#google_site_verification: "Vk0IOJ2jwG_qEoG7fuEXYqv0m2rLa8P778Fi_GrsgEQ"
#bing_webmastertools_id: "0FB4C028ABCF07C908C54386ABD2D97F"
# alexa_verify_id: ""
# ______ _
# / ____/___ __ __(_)________ ____ _____
# / /_ / __ `/ | / / / ___/ __ \/ __ \/ ___/
# / __/ / /_/ /| |/ / / /__/ /_/ / / / (__ )
# /_/ \__,_/ |___/_/\___/\____/_/ /_/____/ Favicons, Apple Touch Buttons
# More information » http://j.mp/apple-touch-icons
favicon-32x32: "favicon-32x32.png"
touch-icon-192x192: "apple-icon-precomposed.png"
apple-touch-icon-180x180-precomposed: "apple-icon-180x180.png"
apple-touch-icon-152x152-precomposed: "apple-icon-152x152.png"
apple-touch-icon-144x144-precomposed: "apple-icon-144x144.png"
apple-touch-icon-120x120-precomposed: "apple-icon-120x120.png"
apple-touch-icon-114x114-precomposed: "apple-icon-114x114.png"
apple-touch-icon-76x76-precomposed: "apple-icon-76x76.png"
apple-touch-icon-72x72-precomposed: "apple-icon-72x72.png"
apple-touch-icon-precomposed: "apple-icon-precomposed.png"
msapplication_tileimage: "ms-icon-144x144.png" # Size 144x144
msapplication_tilecolor: "#fabb00"
# ______ __ __
# / ____/___ _________ / /_ ____ ____ / /__
# / /_ / __ `/ ___/ _ \/ __ \/ __ \/ __ \/ //_/
# / __/ / /_/ / /__/ __/ /_/ / /_/ / /_/ / ,<
# /_/ \__,_/\___/\___/_.___/\____/\____/_/|_| Facebook-Optimization › http://j.mp/fb_optimize
#og_image: "http://images.phlow.de/phlow/phlow_de-logo-512x.png"
#og_locale: "en_EN"
#og_type: "website"
#og_title: "Feeling Responsive – A Responsive Theme for Jekyll"
#og_description: "Feeling Responsive is built on the fabulous Foundation Framework and comes with lots of features to show your content right."
# og_url: ""
# og_site_name: ""
# _____ _ __ __ ___ ___
# / ___/____ _____(_)___ _/ / / |/ /__ ____/ (_)___ _
# \__ \/ __ \/ ___/ / __ `/ / / /|_/ / _ \/ __ / / __ `/
# ___/ / /_/ / /__/ / /_/ / / / / / / __/ /_/ / / /_/ /
# /____/\____/\___/_/\__,_/_/ /_/ /_/\___/\__,_/_/\__,_/
#
# Open _data/socialmedia.yml to adjust the left and right topbar navigation
#
# ____ _
# / __ \(_)________ ___ _______
# / / / / / ___/ __ `/ / / / ___/
# / /_/ / (__ ) /_/ / /_/ (__ )
# /_____/_/____/\__, /\__,_/____/
# /_/
#
# used in _includes/comments.html
#disqus_shortname: feelingresponsive
# _____
# / ___/____ ___________
# \__ \/ __ `/ ___/ ___/
# ___/ / /_/ (__ |__ ) More › http://sass-lang.com/
# /____/\__,_/____/____/ More › http://jekyllrb.com/docs/assets/#sassscss
#
sass:
sass_dir: _sass
style: :compressed
# ___ __ __ _
# / | ____ ____ _/ /_ __/ /_(_)_________
# / /| | / __ \/ __ `/ / / / / __/ / ___/ ___/
# / ___ |/ / / / /_/ / / /_/ / /_/ / /__(__ )
# /_/ |_/_/ /_/\__,_/_/\__, /\__/_/\___/____/ https://www.google.com/analytics/
# /____/
#
# used in _includes/footer_scripts.html
google_analytics_tracking_id: UA-66159313-1
# ______ ____ __ _
# / ____/___ / / /__ _____/ /_(_)___ ____ _____
# / / / __ \/ / / _ \/ ___/ __/ / __ \/ __ \/ ___/
# / /___/ /_/ / / / __/ /__/ /_/ / /_/ / / / (__ )
# \____/\____/_/_/\___/\___/\__/_/\____/_/ /_/____/
#
#collections:
#- groovy_recipes