-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yaml
38 lines (37 loc) · 794 Bytes
/
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
baseURL: https://pinchy.cc/
defaultContentLanguage: en
disableKinds:
# Disable taxonomy pages generated by Hugo for tags and categories
- taxonomy
- term
enableEmoji: true
#
# Enable superscripts in markdown, e.g., 2^10^
#
markup:
goldmark:
extensions:
extras:
superscript:
enable: true
timeout: 45s
title: pinchy.cc
permalinks:
about: /:filename/
camera-roll: /:slug/
cc: /:filename/
cues: /:filename/
flashcards: /:filename/
fragments: /:filename/
generative-works: /:filename/
live-stream: /:filename/
posts: /:slug/
questions: /:filename/
reality-checks: /:filename/
screenshots: /:filename/
singularities: /:filename/
spoken: /:filename/
streams: /:filename/
stuff: /:filename/
tasks: /:filename/
topics: /:filename/