-
Notifications
You must be signed in to change notification settings - Fork 1
/
hugo.yaml
120 lines (104 loc) · 2.71 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
109
110
111
112
113
114
115
116
117
118
119
120
baseURL: "https://hey.paris/"
title: hey.paris
copyright: "© Dr Paris Buttfield-Addison"
paginate: 10
theme: [PaperMod]
enableInlineShortcodes: true
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
enableEmoji: true
pygmentsUseClasses: true
mainsections: ["posts", "papermod"]
minify:
disableXML: true
languages:
en:
languageName: "English"
weight: 1
taxonomies:
category: categories
tag: tags
series: series
menu:
main:
- name: About
url: about
weight: 3
- name: Books
url: /books-and-events/books
weight: 2
- name: Events
url: /books-and-events/events
weight: 1
- name: Posts
url: all-posts
weight: 0
outputs:
home:
- html
- rss
section:
- html
- rss
params:
env: production
description: "Dr Paris Buttfield-Addison's personal website. Paris is bestselling author, and co-founder of Secret Lab, Yarn Spinner, and West Coast Space Centre."
author: Dr Paris Buttfield-Addison
defaultTheme: auto
ShowShareButtons: false
ShowReadingTime: false
displayFullLangName: true
hideAuthor: true
ShowPostNavLinks: false
ShowBreadCrumbs: false
ShowCodeCopyButtons: true
ShowRssButtonInSectionTermList: true
ShowAllPagesInArchive: true
ShowPageNums: true
ShowToc: true
images:
- /hobart.jpg
homeInfoParams:
Title: "Paris Buttfield-Addison"
Content:
Hi, I'm Paris 👋
<br /><br />
I've been doing things with technology, education, writing, and creative arts for a long time. You can [learn more about me here](/about).
<br /><br />
If you're looking for my wife, Mars, you can find her [here](https://themartianlife.com).
socialIcons:
- name: "Mastodon"
url: "https://cloudisland.nz/@parisba"
- name: "Bluesky"
url: "https://bsky.app/profile/hey.paris"
- name: "Threads"
url: "https://www.threads.net/@paris_b_a"
- name: "Instagram"
url: "https://www.instagram.com/paris_b_a"
- name: "Flickr"
url: "https://www.flickr.com/photos/parisba/"
- name: "GitHub"
url: "https://github.com/parisba"
- name: "Facebook"
url: "https://facebook.com/parisba"
- name: "LinkedIn"
url: "https://au.linkedin.com/in/parisba"
assets:
disableHLJS: true
cover:
hidden: false # hide everywhere but not in structured data
hiddenInList: false # hide on list pages and home
hiddenInSingle: false # hide on single page
markup:
goldmark:
renderer:
unsafe: true
highlight:
noClasses: false
services:
instagram:
disableInlineCSS: true
twitter:
disableInlineCSS: true