-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yaml
108 lines (96 loc) · 2.13 KB
/
hugo.yaml
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
baseURL: https://samantha.wiki
languageCode: en-us
title: samantha.wiki
theme: PaperMod
outputs:
home:
- HTML
- RSS
- JSON
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
taxonomies:
category: categories
tag: tags
minify:
disableXML: true
minifyOutput: true
menu:
main:
- name: About
url: about/
weight: 1
- name: CV
url: cv/
weight: 2
- name: Now
url: now/
weight: 4
- name: Uses
url: uses/
weight: 4
- name: Search
url: search/
weight: 10
- name: Tags
url: tags/
weight: 10
- name: Bookmarks
url: bookmarks/
weight: 15
params:
profileMode:
enabled: true
title: "Hi there!"
subtitle: |
I'm Samantha Barron.
🏠 [NYC](https://www.theweekendest.com/trains) 🏢 [IBM Quantum](https://www.ibm.com/quantum)
I make the computer go beep boop.
All opinions my own.
buttons:
- name: Posts
url: "/posts"
- name: Papers
url: "/papers"
- name: Projects
url: "/projects"
socialIcons:
- name: github
url: https://github.com/samanthavbarron
- name: rss
url: index.xml
- name: bluesky
url: https://bsky.app/profile/samantha.wiki
- name: matrix
url: https://matrix.to/#/@samantha:matrix.samantha.wiki
- name: email
url: mailto:[email protected]
- name: googlescholar
url: https://scholar.google.com/citations?user=2ak_k_UAAAAJ
- name: instagram
url: https://instagram.com/samantha.wiki
- name: linkedin
url: https://www.linkedin.com/in/svbarron/
DateFormat: "January 2, 2006"
ShowPostNavLinks: true
comments: true
ShowCodeCopyButtons: true
ShowRssButtonInSectionTermList: true
UseHugoToc: true
disableSpecial1stPost: false
disableScrollToTop: false
hidemeta: false
hideSummary: false
showtoc: false
tocopen: false
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
limit: 10
keys: ["title", "permalink", "summary", "content"]