mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-28 22:19:59 +02:00
hugolib: Add option to disable rendering of 404 page
Fixes #1889 Closes #2037
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
72bda5ad26
commit
b7efbdc12f
@@ -96,7 +96,9 @@ Following is a list of Hugo-defined variables that you can configure and their c
|
||||
# Do not build Sitemap file
|
||||
disableSitemap: false
|
||||
# Build robots.txt file
|
||||
enableRobotsTXT: false
|
||||
enableRobotsTXT: false
|
||||
# Do not render 404 page
|
||||
disable404: false
|
||||
# edit new content with this editor, if provided
|
||||
editor: ""
|
||||
# Enable Emoji emoticons support for page content.
|
||||
|
Reference in New Issue
Block a user