Skip to content

Commit

Permalink
Updated sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
cmahnke committed Oct 20, 2024
1 parent 363dbae commit 66f4d39
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 1 deletion.
4 changes: 4 additions & 0 deletions assets/scss/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -652,3 +652,7 @@ p.small {
font-family: open sans,sans-serif;
}
}

.meta .tagcloud {
margin-bottom: 1.8em;
}
1 change: 1 addition & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ paginate = 6
#ignoreErrors = ["error-disable-taxonomy"]
timeout = 60
enableGitInfo = true
enableRobotsTXT = true

# navigation
[menu]
Expand Down
15 changes: 15 additions & 0 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,19 @@ outputs:
- iiif-collection
- html
- rss
cascade:
- _target:
kind: 'page'
path: '/privacy'
params:
sitemap:
disable: true
- _target:
kind: '*'
lang: '*'
path: '**'
params:
sitemap:
priority: 1.0

---
14 changes: 14 additions & 0 deletions content/post/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Beiträge
displayinlist: false
sitemap:
priority: 1.0
cascade:
- _target:
kind: 'page'
lang: '*'
path: '**'
params:
sitemap:
priority: 0.5
---
2 changes: 1 addition & 1 deletion themes/projektemacher-base

0 comments on commit 66f4d39

Please sign in to comment.