diff --git a/src/pages/about.astro b/src/pages/about.astro new file mode 100644 index 0000000..4bc3482 --- /dev/null +++ b/src/pages/about.astro @@ -0,0 +1,21 @@ +--- +const pageTitle = "About Andre Rossouw"; +--- + + +
+ + + + +This is my firwst paragraph on my about page. It sure does look good!
+And here is another parapgraph that I'm adding. I think it looks pretty darn cool.
+ + diff --git a/src/pages/blog.astro b/src/pages/blog.astro new file mode 100644 index 0000000..838484c --- /dev/null +++ b/src/pages/blog.astro @@ -0,0 +1,22 @@ +--- +--- + + + + +This is where I will post about my journey learning Astro.
+ + + \ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index 2d14107..c457af5 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -11,6 +11,9 @@