diff --git a/src/pages/blog.astro b/src/pages/blog.astro new file mode 100644 index 0000000..e1df38a --- /dev/null +++ b/src/pages/blog.astro @@ -0,0 +1,5 @@ +--- +import BaseLayout from "../layouts/BaseLayout.astro"; +--- + +
Blomg
diff --git a/src/pages/thoughtlog.astro b/src/pages/thoughtlog.astro new file mode 100644 index 0000000..c052841 --- /dev/null +++ b/src/pages/thoughtlog.astro @@ -0,0 +1,5 @@ +--- +import BaseLayout from "../layouts/BaseLayout.astro"; +--- + +
Thoughtlog