-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
56 lines (41 loc) · 1.43 KB
/
config.toml
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
# The URL the site will be built for
base_url = "https://pharringtonp19.github.io"
title = "Patrick Power"
description = "Economics PhD @ Boston University"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true
theme = "hermit_zola"
[markdown]
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = true
[extra]
home_subtitle = "Economics PhD @ Boston University"
logo = '/images/vmountains.png'
footer_copyright = ' · <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
hermit_menu = [
{ link = "/about", name = "About" },
{ link = "/research", name = "Research" },
{ link = "/teaching", name = "Teaching" },
{ link = "/blog", name = "Blog" }
]
hermit_social = [
{ name = "cv", link = "https://github.com/pharringtonp19/papers/blob/main/Power_Resume_Final.pdf" },
{ name = "github", link = "https://github.com/pharringtonp19" },
]
[extra.highlightjs]
enable = true
clipboard = true
theme = "vs2015"
[extra.disqus]
enable = false
# Take this from your Disqus account
shortname = "my-supa-dupa-blog"
[extra.author]
name = "Patrick Power"
email = "ppower1@bu.edu"
[extra.google_analytics]
enable = false
id = "UA-4XXXXXXX-X"