-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathconfig.yml
112 lines (104 loc) · 2.95 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
baseURL: "https://pascalmichaillat.org/"
title: Pascal Michaillat
theme: PaperMod
enableInlineShortcodes: true
enableRobotsTXT: true
paginate: 20
taxonomies:
tag: tags
menu:
main:
- name: Papers
url: /papers/
weight: 1
- name: Courses
url: /courses/
weight: 2
- name: Design
url: /design/
weight: 3
- name: Tags
url: /tags/
weight: 4
- name: Archive
url: /archive/
weight: 5
params:
description: "This website hosts Pascal Michaillat's research papers, course materials, design templates, curriculum vitae, and contact information."
author: Pascal Michaillat
googleAnalyticsID: "G-97G4MZ4061"
images: ["cover.png"]
DateFormat: "January 2006"
defaultTheme: light
hideFooter: true
disableThemeToggle: true
ShowShareButtons: false
ShowReadingTime: false
disableSpecial1stPost: true
disableAnchoredHeadings: true
ShowPostNavLinks: false
ShowBreadCrumbs: false
ShowCodeCopyButtons: true
ShowAllPagesInArchive: false
MainSections: ["papers","courses","design"]
ShowToc: false
disableScrollToTop: true
TocOpen: true
ShowWordCount: false
UseHugoToc: true
comments: false
math: true
profileMode:
enabled: true
title: Pascal Michaillat
subtitle: "I am an associate professor of economics at the University of California, Santa Cruz. I work primarily on economic slack, especially unemployment: why it exists, why it fluctuates over the business cycle, and how macroeconomic policies should respond to such fluctuations."
imageUrl: "/picture.jpeg"
imageWidth: 160
imageHeight: 160
buttons:
- name: Papers
url: /papers/
- name: Courses
url: /courses/
- name: Design
url: /design/
- name: Tags
url: /tags/
- name: Archive
url: /archive/
socialIcons:
- name: CV
url: /cv.pdf
- name: Email
url: mailto:[email protected]
- name: Location
url: /location/
- name: Office Hours
url: /officehours/
- name: Google Scholar
url: https://scholar.google.com/citations?user=cL23w-4AAAAJ
- name: YouTube
url: https://www.youtube.com/@pmichaillat
- name: GitHub
url: https://github.com/pmichaillat
assets:
disableScrollBarStyle: true
cover:
hiddenInList: true
hiddenInSingle: true
label:
text: "Pascal Michaillat"
icon: /favicon.ico
iconHeight: 18
markup:
goldmark:
renderer:
unsafe: true
highlight:
guessSyntax: true
style: xcode
tableOfContents:
endLevel: 2
ordered: false
startLevel: 2
titleCaseStyle: 'none'