-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhugo.yaml
129 lines (119 loc) · 2.5 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
121
122
123
124
125
126
127
128
129
baseURL: https://victoria.dev/
languageCode: 'en-us'
title: 'victoria.dev'
theme: 'quint'
summaryLength: 20 # Number of characters in your card summaries
menus:
main:
- name: hello
url: /
weight: 1
- name: blog
identifier: posts
url: /posts/
weight: 3
- name: about
identifier: about
url: /about/
weight: 2
permalinks:
posts: :section/:title
archive: :section/:title
markup:
goldmark:
renderer:
unsafe: true
params:
author:
name: Victoria Drake
image: /images/profile.jpg
email: hello@victoria.dev
domain: https://victoria.dev
useToc: true
description: "Victoria Drake is an engineering director and principal software engineer."
logo: '/images/vd.svg'
socialImage: '/images/profile.jpg'
css: ["css/custom.css", "css/tags.css"]
social:
- url: 'https://x.com/victoriadotdev'
icon: '/social/x.svg'
name: 'X'
- url: 'https://github.com/victoriadrake/'
icon: '/social/github.svg'
name: 'Github'
- url: 'mailto:hello@victoria.dev'
icon: '/social/email.png'
name: 'Email'
plausible: true
monetization: $ilp.uphold.com/pBRfRwg2EJAe
githubuser: victoriadrake
twitteruser: victoriadotdev
mastodon: https://mastodon.social/@victoriadotdev
mediaTypes:
"application/atom+xml":
suffixes:
- "xml"
outputFormats:
EMAIL:
name: "Email"
mediaType: "application/rss+xml"
Json:
name: "Json"
mediaType: "application/json"
baseName: "feed"
isPlainText: false
rel: "alternate"
isHTML: false
permalinkable: false
Atom:
name: "Atom"
mediaType: "application/atom+xml"
baseName: "atom"
isPlainText: false
rel: "alternate"
isHTML: false
permalinkable: false
outputs:
home:
- HTML
- ATOM
- JSON
- RSS
page:
- HTML
blog:
- HTML
- ATOM
- RSS
- EMAIL
section:
- HTML
- RSS
- JSON
taxonomy:
- HTML
term:
- HTML
- ATOM
- JSON
- RSS
wc:
- RSS
related:
# Only include matches with rank >= threshold. This is a normalized rank between 0 and 100.
threshold: 80
# To get stable "See also" sections we, by default, exclude newer related pages.
includeNewer: true
# Will lower case keywords in both queries and in the indexes.
toLower: false
indices:
- name: "keywords"
weight: 100
- name: "author"
toLower: true
weight: 10
- name: "tags"
weight: 150
- name: "date"
weight: 10
pattern: "2006"