-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
120 lines (103 loc) · 2.62 KB
/
_config.yml
File metadata and controls
120 lines (103 loc) · 2.62 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
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
# Site settings
title: HLP Lab
email: jaegerlab@bcs.rochester.edu
description: >
Florian Jaeger's Human Language Processing (HLP) Lab at The University of Rochester
#baseurl: "/2015refresh" # the subpath of your site, e.g. /blog/
baseurl: ""
url: "https://www.hlp.rochester.edu" # the base hostname & protocol for your site
twitter:
username: _hlplab_
github:
username: hlplab
bitbucket:
username: hlplab
wordpress:
username: hlplab
youtube_id: UCfAMdAEbXx1vr5uZFnRfcdw
google_api_key: AIzaSyCKbJAHLypyA2q1AwXOaJh51PMyx_zO4wY
logo: /pics/UR.v2.svg
#google_site_verification: UA-6365921-1
# Build settings
#markdown: redcarpet
# Generate pages even if date is in the future
future: true
kramdown:
input: GFM
#redcarpet:
# extensions: ["tables", "autolink", "strikethrough", "underline", "space_after_headers", "with_toc_data", "fenced_code_blocks", "footnotes"]
exclude:
- deploywww.sh
- Gemfile
- deps.txt
- tmp/
plugins:
- 'jekyll/scholar'
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-assets
- jekyll-feed
collections:
newsblurbs:
output: true
permalink: /news/:year/:month/:day/:slug.html
invited_talks:
output: true
permalink: /talks/:year/:month/:day/:slug.html
feed:
path: "posts.xml"
collections:
newsblurbs:
path: "news.xml"
invited_talks:
path: "talks.xml"
scholar:
style: elsevier-harvard
sort_by: author
# bibliography: hlplab.bib
bibliography_template: bib
bibtex_filters:
- latex
#- urllink
sass:
style: :compressed
jekyll-minifier:
exclude: 'atom.xml'
compress_css: false # Default: true
compress_javascript: false # Default: true
# You should set your JEKYLL_ENV=development on your development machine and JEKYLL_ENV=production when building to push.
# Being in production mode causes octopress-minify-html to minify and jekyll-assets to add digests to filenames
# Uncomment this to not minify even in production
# minify_html: false
# Temporarily commenting this out because the sha hashes it generates are wrong
assets:
# If you compress the assets the integrity hash comes out wrong
# https://github.com/jekyll/jekyll-assets/issues/328
compress:
css: false
js: false
digest: false
features:
integrity: true
autoprefixer:
browsers:
- "last 2 versions"
- "IE > 9"
defaults:
- scope:
path: ""
type: "newsblurbs"
values:
layout: newsblurb
- scope:
path: ""
type: "invited_talks"
values:
layout: talk_detail
# -
# scope:
# path: ""
# type: "posts"
# values:
# permalink: /news/:year/:month/:day/:title.html
#