forked from AstroHackWeek/2015
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhugo.yaml
More file actions
110 lines (98 loc) · 2.49 KB
/
hugo.yaml
File metadata and controls
110 lines (98 loc) · 2.49 KB
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
baseURL: "https://stevertaylor.github.io/"
languageCode: "en-us"
title: "Dr. Stephen R. Taylor"
theme: "PaperMod"
# Site settings
params:
env: production
author: "Stephen R. Taylor"
description: "Associate Professor at Vanderbilt University | Gravitational Wave Astrophysicist | Chair, NANOGrav Collaboration"
images:
- "images/bio_pic.jpg"
# Profile section on homepage
profileMode:
enabled: true
title: "Dr. Stephen R. Taylor"
subtitle: |
**Associate Professor** at Vanderbilt University
**Gravitational Wave Astrophysicist**
*Chair, NANOGrav Collaboration*
*ESA-NASA LISA Science Team Member*
*Director, Vanderbilt Initiative for Probes of Extreme Relativity ([VIPER](https://as.vanderbilt.edu/viper/))*
imageUrl: "images/bio_pic.jpg"
imageWidth: 200
imageHeight: 200
buttons:
- name: Research
url: /research/
- name: Publications
url: /publications/
- name: CV
url: /cv.pdf
# Social icons
socialIcons:
- name: linkedin
url: "https://linkedin.com/in/stephen-taylor-a8164787"
- name: github
url: "https://github.com/stevertaylor"
- name: email
url: "mailto:stephen.r.taylor@vanderbilt.edu"
- name: googlescholar
url: "https://scholar.google.com/citations?user=iN2djBMAAAAJ&hl=en"
# Theme settings
ShowReadingTime: false
ShowShareButtons: false
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
disableSpecial1stPost: true
hideSummary: false
# Cover image defaults
cover:
hidden: false
hiddenInList: false
hiddenInSingle: false
# Home info (if not using profile mode)
# homeInfoParams:
# Title: "Dr. Stephen R. Taylor"
# Content: "Gravitational Wave Astrophysicist"
# Assets
assets:
favicon: "/images/favicon.ico"
# Analytics (optional)
# analytics:
# google:
# SiteVerificationTag: "your-verification-tag"
# Menu items
menu:
main:
- name: Home
url: /
weight: 1
- name: Research
url: /research/
weight: 2
- name: Teaching
url: /teaching/
weight: 3
- name: Publications
url: /publications/
weight: 4
- name: Resources
url: /resources/
weight: 5
- name: CV
url: /cv.pdf
weight: 6
# Build settings
minify:
disableXML: true
minifyOutput: true
# Output formats
outputs:
home:
- HTML
- RSS
# Disable taxonomies to keep it simple
disableKinds:
- taxonomy