Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lume/_config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ site.use(tailwindcss({
}));
site.use(postcss());
site.use(sitemap({
query: "",
query: "index=true",
}));
site.use(readInfo({
extensions: [".md", ".mdx"],
Expand Down
1 change: 1 addition & 0 deletions lume/src/notes/2024/homelab-v2/01.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Rebuilding the homelab: A Rocky start"
date: 2024-04-29
patronExclusive: true
index: false
tags:
- homelab
- RockyLinux
Expand Down
1 change: 1 addition & 0 deletions lume/src/notes/2024/homelab-v2/02.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Rebuilding the homelab: CoreOS has entered the chat"
date: 2024-05-05
patronExclusive: true
index: false
tags:
- homelab
- coreos
Expand Down
1 change: 1 addition & 0 deletions lume/src/notes/2024/homelab-v2/03.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: "Rebuilding the homelab: The Talos Principle"
desc: "Maybe there is light at the end of the tunnel."
date: 2024-05-06
patronExclusive: true
index: false
tags:
- homelab
- talosLinux
Expand Down