diff --git a/app/certificates/page.tsx b/app/certificates/page.tsx new file mode 100644 index 0000000..e69de29 diff --git a/app/layout.tsx b/app/layout.tsx index ac6e265..acd726d 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -22,7 +22,9 @@ export default function RootLayout({
- + + +
{children} diff --git a/app/projects/page.tsx b/app/projects/page.tsx new file mode 100644 index 0000000..fd979be --- /dev/null +++ b/app/projects/page.tsx @@ -0,0 +1,23 @@ +export default async function Page() { + return ( +
+
+

Stan's Blog

+

+ but what do I know +

+
+ +

Posts ({[].length})

+ {/* + */} +
+ ); +} diff --git a/app/publications/blog/neural-nets/page.tsx b/app/publications/blog/neural-nets/page.tsx deleted file mode 100644 index 39fdec2..0000000 --- a/app/publications/blog/neural-nets/page.tsx +++ /dev/null @@ -1,7 +0,0 @@ -export default async function Index() { - return ( - <> -

hello

- - ); -} diff --git a/app/publications/blog/page.tsx b/app/publications/page.tsx similarity index 100% rename from app/publications/blog/page.tsx rename to app/publications/page.tsx