-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
61 lines (52 loc) · 1.56 KB
/
config.yml
File metadata and controls
61 lines (52 loc) · 1.56 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
baseURL: https://reed.pizza
languageCode: en-us
title: Reed Allman
description: Making it easy for you to stalk me on the internet since 2014
theme: PaperMod
enableRobotsTXT: true
menu:
main:
- name: Blog
url: posts
weight: 10
params:
env: production
defaultTheme: dark
disableThemeToggle: true
ShowReadingTime: true
ShowCodeCopyButtons: true
ShowRssButtonInSectionTermList: true
assets:
# disableHLJS: true # to disable highlight.js
# disableFingerprinting: true
favicon: "/favicon.ico"
favicon16x16: "/favicon-16x16.png"
favicon32x32: "/favicon-32x32.png"
apple_touch_icon: "/apple-touch-icon.png"
# safari_pinned_tab: "<link / abs url>"
label:
text: "Reed Allman"
icon: /apple-touch-icon.png
iconHeight: 25
profileMode:
enabled: true
title: "Hi, I'm Reed"
subtitle: "I make computers do things"
imageUrl: "/profile.jpg"
imageWidth: 120 # custom size
imageHeight: 120 # custom size
socialIcons: # optional
- name: "twitter"
url: "https://twitter.com/rdallman10"
- name: "medium"
url: "https://medium.com/@rdallman10"
- name: "github"
url: "https://github.com/rdallman"
- name: "goodreads"
url: "https://app.thestorygraph.com/profile/rdallman"
- name: "linkedin"
url: "https://www.linkedin.com/in/rdallman10"
- name: "cv"
url: "/cv"
- name: "email"
url: "mailto:hello@reed.pizza"