-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathhugo.yaml
More file actions
70 lines (70 loc) · 1.71 KB
/
hugo.yaml
File metadata and controls
70 lines (70 loc) · 1.71 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
baseURL: https://deterministic.space
languageCode: en
title: Pascal's Scribbles
timeZone: Europe/Berlin
params:
description: Posts on programming topics, with a few crazy ideas thrown in.
author: Pascal Hertleif
activitypub:
domain: deterministic.space
username: blog
preferred_username: blog
avatar_url: https://deterministic.space/avatar.jpg
github: killercup
mastodon: https://mastodon.social/@killercup
bluesky: https://bsky.app/profile/killercup.de
imprint_url: https://pascalhertleif.de/impressum/
license_url: https://creativecommons.org/licenses/by-nc/4.0/
feedback_url: https://github.com/killercup/scribbles/issues/new
repository_url: https://github.com/killercup/scribbles
post_revisions_url: https://github.com/killercup/scribbles/commits/main/content/
permalinks:
posts: "/:slug"
uglyURLs:
posts: true
markup:
goldmark:
renderer:
unsafe: true
extensions:
footnote: true
highlight:
style: github
noClasses: false
tableOfContents:
endLevel: 3
ordered: true
startLevel: 2
mediaTypes:
application/activity+json:
suffixes: ["json"]
outputs:
home: [HTML, RSS, ActivityPubOutbox]
page: [HTML, ActivityPubNote]
outputFormats:
RSS:
mediaType: application/rss+xml
baseName: feed
ActivityPubNote:
mediaType: application/activity+json
baseName: index
path: socialweb/notes
isPlainText: true
ActivityPubOutbox:
mediaType: application/activity+json
baseName: outbox
path: socialweb
isPlainText: true
sitemap:
filename: sitemap.xml
services:
rss:
limit: 100
security:
http:
methods:
- "(?i)GET|HEAD|POST"
urls:
- 'https://kroki\.io/.*'
frontmatter:
date: ["date", ":filename"]