mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2026-08-02 03:47:16 -05:00
Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c23b43342c
|
||
|
|
2f6db565a9
|
@@ -21,6 +21,23 @@ taxonomies:
|
||||
outputs:
|
||||
page:
|
||||
- html
|
||||
home:
|
||||
- html
|
||||
- rss
|
||||
- redirects
|
||||
|
||||
outputFormats:
|
||||
# https://honnef.co/articles/generating-netlify-_redirects-from-hugo/
|
||||
redirects:
|
||||
baseName: _redirects
|
||||
isPlainText: true
|
||||
mediaType: text/redirects
|
||||
root: true
|
||||
|
||||
mediaTypes:
|
||||
# https://honnef.co/articles/generating-netlify-_redirects-from-hugo/
|
||||
text/redirects:
|
||||
delimeter: ""
|
||||
|
||||
privacy:
|
||||
googleAnalytics:
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
{{ range hugo.Sites -}}
|
||||
{{ range $p := .Pages -}}
|
||||
{{ range .Aliases -}}
|
||||
{{ . }} {{ $p.RelPermalink }}
|
||||
{{ end -}}
|
||||
{{ end -}}
|
||||
{{ end -}}
|
||||
Reference in New Issue
Block a user