Skip to content

Commit

Permalink
update netlify settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tfsomrat committed Jul 30, 2022
1 parent 1473a7c commit 718e6c3
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 110 deletions.
22 changes: 0 additions & 22 deletions .github/dependabot.yml

This file was deleted.

6 changes: 3 additions & 3 deletions config/_default/mediatypes.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
["text/netlify"]
suffixes = [""]
delimiter = ""
# ["text/netlify"]
# suffixes = [""]
# delimiter = ""
2 changes: 1 addition & 1 deletion config/_default/module.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ disabled = false

[[imports]]
path = "github.com/davidsneighbour/hugo-netlification"
disabled = false
disabled = true
20 changes: 10 additions & 10 deletions config/_default/outputformats.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[REDIR]
mediatype = "text/netlify"
baseName = "_redirects"
isPlainText = true
notAlternative = true
# [REDIR]
# mediatype = "text/netlify"
# baseName = "_redirects"
# isPlainText = true
# notAlternative = true

[HEADERS]
mediatype = "text/netlify"
baseName = "_headers"
isPlainText = true
notAlternative = true
# [HEADERS]
# mediatype = "text/netlify"
# baseName = "_headers"
# isPlainText = true
# notAlternative = true
6 changes: 3 additions & 3 deletions config/_default/outputs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
################################################################################
# see https://gohugo.io/templates/output-formats/
# see https://gohugo.io/news/http2-server-push-in-hugo/
home = [ "HTML", "RSS", "JSON", "REDIR", "HEADERS" ]
page = [ "HTML" ]
post = [ "HTML" ]
home = ["HTML", "RSS", "JSON"]
page = ["HTML"]
post = ["HTML"]
71 changes: 0 additions & 71 deletions data/dnb/netlification/config.toml

This file was deleted.

0 comments on commit 718e6c3

Please sign in to comment.