-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy path_config.yml
executable file
·117 lines (97 loc) · 2.82 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
title: Jaan
titlehilight: Altosaar
tagline: Machine learning for health & science at Columbia University..
description: Machine learning for health & science at Columbia University.
logo: jathumb.jpg
#Comment out url when working locally to resolve base urls correctly
url: https://jaan.io
# Owner/author information
owner:
name: Jaan Altosaar
# avatar: avatar.png
bio: "Machine learning for health & science at Columbia University."
email: [email protected]
twitter: thejaan
github: altosaar
# instagram: ctrunsthis
# dribbble: coletownsend
# disqus: balzac
# Plug in your disqus shortname!
# For Google Authorship https://plus.google.com/authorship
google_plus: 111852587957033089389 #other
# Analytics and webmaster tools stuff goes here
google_analytics: UA-34129661-2
google_verify: LTwvMh1s7cdUyjaHqQYsBg-I4ZPy0wm_TKUoU0IT5HU#LTwvMh1s7cdUyjaHqQYsBg-I4ZPy0wm_TKUoU0IT5HU
# https://ssl.bing.com/webmaster/configure/verify/ownership Option 2 content= goes here
bing_verify: B3B21CDB59D1FC75DFE9B0D0CC329C8C
# Links to include in top navigation
# For external links add external: true
links:
- title: About
url: /about
- title: Projects
url: /projects
- title: Papers
url: /papers
- title: Consulting
url: /consulting
- title: Blog
url: /blog
# - title: Talks
# url: /talks
collections:
papers:
output: false # do not create html files for each paper in _papers
defaults:
- scope:
type: papers
values:
layout: paper
# http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
timezone: America/New_York
future: true
highlighter: pygments
markdown: kramdown
kramdown:
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
# syntax_highlighter_opts:
# coderay:
# line_numbers:
# line_numbers_start: 1
# tab_width: 4
# bold_every: 10
# css: class
# https://github.com/mojombo/jekyll/wiki/Permalinks -- was /:categories/:title
permalink: /:title/
# katex:
# path_to_js: "assets/js/katex.min.js"
#include: [".htaccess"]
exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp"]
# gems: ['jekyll/minibundle']
maruku:
use_tex: true
# for clean vector diagrams
assets:
assets:
- "*.svg"
sources:
- _svg
# http://www.rubydoc.info/gems/jekyll-minify-html/1.1.0
#env: production
sass:
sass_dir: assets/sass
style: compressed
responsive_image:
cache: true
template: _includes/responsive-image.html
output_path_format: images/resized/%{width}/%{basename}
strip: true
sizes:
- width: 480 # [Required] How wide the resized image will be.
quality: 80 # [Optional] Overrides default_quality for this size.
- width: 800
- width: 1400
quality: 90