diff --git a/content/page/about/index.md b/content/page/about/index.md new file mode 100644 index 0000000..abe3aaa --- /dev/null +++ b/content/page/about/index.md @@ -0,0 +1,10 @@ +--- +title: About +description: Who I am +menu: + main: + weight: 10 + params: + icon: user +--- +Hello world ! diff --git a/content/page/homelab/index.md b/content/page/homelab/index.md index 689d9d9..8dbcefc 100644 --- a/content/page/homelab/index.md +++ b/content/page/homelab/index.md @@ -1,8 +1,13 @@ --- -title: "My Homelab" +title: "Homelab" layout: "page" description: "An overview of the hardware, software, and projects powering my personal homelab." showToc: true +menu: + main: + weight: 20 + params: + icon: home --- Welcome to my homelab — a space where I explore new technologies, break things on purpose, and learn by doing. What started as a few old machines has grown into a modest but powerful setup that I use for self-hosting, automation, testing infrastructure tools, and running personal projects. diff --git a/content/page/search/index.md b/content/page/search/index.md index 2a4bff1..0f6d651 100644 --- a/content/page/search/index.md +++ b/content/page/search/index.md @@ -1,13 +1,13 @@ --- -title: "Search" -slug: "search" -layout: "search" +title: Search +slug: search +layout: search outputs: - - html - - json + - html + - json menu: - main: - weight: 3 - params: - icon: search + main: + weight: 30 + params: + icon: search ---