-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
62 lines (51 loc) · 1.26 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
title: Dr. Frank Wood
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
Research Homepage for Frank Wood
baseurl: "/~fwood" # the subpath to your homepage, typically /~username
url: "https://www.cs.ubc.ca" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: frankdonaldwood
github_username: fwood
nav:
- name: Home
link: "/"
# - name: Code
# link: "/code/"
- name: People
link: "/people"
- name: Teaching
link: "/teaching"
# - name: Talks
# link: "/talks/"
- name: Papers
link: "/papers"
- name: "Bio"
link: "/bio"
- name: "CV"
link: "/cv.pdf"
# - name: "Contact"
# link: "/contact"
## don't edit below here unless you want to customize beyond
## changing the menus
markdown: kramdown
theme: jekyll-faculty-theme
kramdown:
input: GFM
default_lang: clojure
syntax_highlighter: rouge
highlighter: rouge
plugins:
- jekyll-feed
- jekyll-scholar
scholar:
style: apa
repository: papers
bibliography_template: bibliography
bibliography_item_attributes:
class: paper
# this is where you put your Google analytics tracking ID should you
# wish to use Google analytics (a good idea -- it's free)
tracking_id: #
sass:
style: compressed
sass_dir: _sass