Skip to content

Commit 6cee871

Browse files
Coderjosenino95
authored andcommitted
replace hugo.toml for hugo.yaml
1 parent cfb43d0 commit 6cee871

2 files changed

Lines changed: 25 additions & 22 deletions

File tree

hugo.toml

Lines changed: 0 additions & 22 deletions
This file was deleted.

hugo.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)