diff --git a/src/components/Header.astro b/src/components/Header.astro index 0779abc..3092320 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -13,8 +13,7 @@ import ThemeIcon from './ThemeIcon.astro'; \ No newline at end of file diff --git a/src/pages/more.md b/src/pages/more.md new file mode 100644 index 0000000..2c2eb7e --- /dev/null +++ b/src/pages/more.md @@ -0,0 +1,13 @@ +--- +title: "More" +description: "The navbar was becoming unwieldy, here you'll see some more of the various pages." +layout: "../layouts/Layout.astro" +--- + +[📜 CV (under construction)](/) + +[📚 Logs (under construction)](/) + +[🌱 Digital garden (under construction)](/) + +[✨ Uses (under construction)](/) \ No newline at end of file