mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 03:00:50 +02:00
feat: add support for Hugo v0.91 breaking changes
Hugo team prevented users from building Hugo sites unless all env vars are added to an allow list. Refer to Hugo v0.91 breaking changes: https://github.com/gohugoio/hugo/releases/tag/v0.91.0
This commit is contained in:
parent
611b5215c3
commit
6d4989f90f
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
|||
markup:
|
||||
_merge: deep
|
||||
defaultMarkdownHandler: goldmark
|
||||
goldmark:
|
||||
renderer:
|
||||
|
@ -53,3 +52,8 @@ params:
|
|||
date_format: 'Jan 2, 2006'
|
||||
time_format: '3:04 PM'
|
||||
address_format: en-us
|
||||
security:
|
||||
funcs:
|
||||
getenv:
|
||||
- ^HUGO_
|
||||
- ^WC_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue