mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Add rss.xml to layouts/_default (#316)
* Add rss.xml to layouts/_default * Add myself to CONTRIBUTORS.md * Bump hugo version to fix rendering of RSS feed * Use minimum working version of hugo * Set base version to 0.57.0 Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
command = "make prepare && hugo --source demo --baseURL $URL"
|
||||
|
||||
[context.production.environment]
|
||||
HUGO_VERSION = "0.54.0"
|
||||
HUGO_VERSION = "0.57.0"
|
||||
|
||||
[context.deploy-preview]
|
||||
command = "make prepare && hugo --source demo --buildFuture --buildDrafts --baseURL $DEPLOY_PRIME_URL"
|
||||
|
||||
[context.deploy-preview.environment]
|
||||
HUGO_VERSION = "0.54.0"
|
||||
HUGO_VERSION = "0.57.0"
|
||||
|
||||
Reference in New Issue
Block a user