-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.yaml
46 lines (40 loc) · 1.12 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
baseURL: https://blog.alexwendland.com
languageCode: en-us
title: Alex W.'s Blog
permalinks:
posts: "/:filename/"
collected-notes: "/:filename/"
notes: "/:filename/"
disableKinds:
- "taxonomy"
- "term"
- "section"
outputFormats:
RSS:
mediaType: "application/rss+xml"
baseName: "rss.xml"
# TODO: change page titles (in browser tab UI) to be the post titles
markup:
goldmark:
renderer:
unsafe: true
highlight:
style: rose-pine-down
params:
author: Alex Wendland
dateFormat:
iso: "2006-01-02T15:04:05Z"
humanDateShort: "2006 Jan 02"
humanDate: "January 2, 2006"
mainSections:
- posts
# TODO: create Github Action that checks collected notes daily (hourly?) to look for notes not in content/collected-notes and then adds + commits any missing entries to `main` automatically
- collected-notes
social:
twitter: alexrwendland
github: awendland
linkedin: alexrwendland
facebook: alexrwendland
instagram: alexrwendland
dev:
showPageData: false # Set this to `true` to render a "Page Data" dropdown on most pages which will show the page's data as JSON