We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfb43d0 commit 6cee871Copy full SHA for 6cee871
2 files changed
hugo.toml
hugo.yaml
@@ -0,0 +1,25 @@
1
+baseurl: 'https://ucsbcarpentry.github.io/'
2
+languagecode: en-us
3
+title: UCSB Library Software Carpentry Workshops
4
+
5
+# Equivalent to Jekyll's future: true - publish posts with future dates
6
+buildfuture: true
7
8
+# Disable features we don't need
9
+disablekinds:
10
+ - RSS
11
+ - sitemap
12
+ - taxonomy
13
+ - term
14
15
+# URL structure to match Jekyll's category-based permalinks
16
+permalinks:
17
+ page:
18
+ meeting: '/meeting/:year/:month/:day/:slug'
19
+ workshop: '/workshop/:year/:month/:day/:slug'
20
21
+# Allow raw HTML in markdown (needed for inline HTML in content)
22
+markup:
23
+ goldmark:
24
+ renderer:
25
+ unsafe: true
0 commit comments