-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.yaml
More file actions
131 lines (118 loc) 路 2.38 KB
/
Copy pathconfig.yaml
File metadata and controls
131 lines (118 loc) 路 2.38 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
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
130
131
ignoreFiles:
- _templates/
title: Jason A. Heppler
theme: paper # basalt # sagebrush # pine # big-sky # trailhead
description: >-
Jason Heppler is the senior web developer at the Roy Rosenzweig Center for
History and New Media at George Mason University.
baseURL: "https://jasonheppler.org/"
copyright: 2008-2026
locale: en-us
footnoteReturnLinkContents: " "
permalinks:
blog: "/:year/:month/:day/:slug/"
microblog: "/:year/:month/:day/:slug/"
archive: "/:slug/"
page: "/:section/:slug/"
taxonomies:
category: categories
tag: tags
params:
Author:
name: Jason Heppler
email: jason@jasonheppler.org
social:
bluesky: https://bsky.app/profile/jasonheppler.org
mastodon: https://hcommons.social/@jaheppler
github: https://github.com/hepplerj
linkedin: https://www.linkedin.com/in/jasonheppler
microblog: https://updates.jasonheppler.org
buymeacoffee: https://buymeacoffee.com/jasonheppler
outputs:
home:
- HTML
- RSS
- JSONFeed
- JSON
page:
- HTML
section:
- HTML
- RSS
- JSONFeed
term:
- HTML
- RSS
- JSONFeed
markup:
goldmark:
renderer:
unsafe: true
highlight:
guessSyntax: true
style: nord
lineNos: false
tabWidth: 4
codeFences: false
mediaTypes:
"application/feed+json":
suffixes:
- json
outputFormats:
RSS:
mediatype: application/rss
baseName: feed
JSONFeed:
mediaType: "application/feed+json"
baseName: feed
isPlainText: true
notAlternative: false
sitemap:
changefreq: weekly
priority: 0.5
filename: sitemap.xml
services:
rss:
limit: 20
menu:
nav:
- identifier: essays
name: Essays
url: /blog/
weight: 1
- identifier: microblog
name: Microblog
url: /microblog/
weight: 2
- identifier: publications
name: Publications
url: /publications/
weight: 3
- identifier: digital-history
name: Digital History
url: /research/
weight: 4
- identifier: bookshelf
name: Bookshelf
url: /books/
weight: 5
- identifier: about
name: About
url: /about/
weight: 6
enableGitInfo: true
security:
allowContent:
- .*
funcs:
getenv:
- ^HUGO_
- ^BLOG_
node:
permissions:
allowAddons:
- tailwindcss
- postcss
allowWorker:
- tailwindcss
- postcss