-
Notifications
You must be signed in to change notification settings - Fork 13
/
_config.yml
63 lines (54 loc) · 1.48 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
# Site settings
title: Ethan Pickering
email: [email protected]
description: Academic webpage of Ethan Pickering
baseurl: ""
url: ""
affiliation: I am part of the <a href="http://meche.mit.edu/" target="_blank">Mechanical Engineering Department</a> at the Massachusetts Institute of Technology
# Google analytics ID
google_analytics: UA-176412042-1
# Location info. (shown in footer)
location: >
Coordinates: <br/>
Building 5 <br/>
Massachusetts Institute of Technology <br/>
77 Massachusetts Ave<br/>
Cambridge, MA 02139<br/>
# Contact info. (shown in footer)
contact: >
Contact Ethan via email: <a href="mailto:[email protected]" target="_blank">[email protected]</a> <br/>
<br/><a href="/aboutwebsite.html">Use this webpage as a template for your own!</a>
# Pages shown in navbar
nav_pages:
- name: about
- name: publications
- name: talks
- name: service
# - name: research
# - name: software
# - name: team
# - name: teaching
# Do you want to group your publications by year? {true/false}
group_pub_by_year: true
include:
- .htaccess
- _pages
sass:
sass_dir: _sass
# Conversion
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
incremental: false
# Markdown Processing
kramdown:
input: GFM
hard_wrap: false
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false
parse_block_html: true # default for kramdown is false. This will enable using Markdown links