The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(lume): exclude patron-exclusive posts from sitemap (#1057)

- Update sitemap query to only include pages with index=true
- Add index: false to patron-exclusive homelab-v2 posts
- Fixes issue where patron-only content appeared in search engines

Resolves: SITE-7

authored by

Xe Iaso and committed by
GitHub
9b50a8c7 815de8b7

+4 -1
+1 -1
lume/_config.ts
··· 157 157 })); 158 158 site.use(postcss()); 159 159 site.use(sitemap({ 160 - query: "", 160 + query: "index=true", 161 161 })); 162 162 site.use(readInfo({ 163 163 extensions: [".md", ".mdx"],
+1
lume/src/notes/2024/homelab-v2/01.mdx
··· 2 2 title: "Rebuilding the homelab: A Rocky start" 3 3 date: 2024-04-29 4 4 patronExclusive: true 5 + index: false 5 6 tags: 6 7 - homelab 7 8 - RockyLinux
+1
lume/src/notes/2024/homelab-v2/02.mdx
··· 2 2 title: "Rebuilding the homelab: CoreOS has entered the chat" 3 3 date: 2024-05-05 4 4 patronExclusive: true 5 + index: false 5 6 tags: 6 7 - homelab 7 8 - coreos
+1
lume/src/notes/2024/homelab-v2/03.mdx
··· 3 3 desc: "Maybe there is light at the end of the tunnel." 4 4 date: 2024-05-06 5 5 patronExclusive: true 6 + index: false 6 7 tags: 7 8 - homelab 8 9 - talosLinux