diff --git a/src/pages/about.astro b/src/pages/about.astro new file mode 100644 index 0000000..76049e2 --- /dev/null +++ b/src/pages/about.astro @@ -0,0 +1,30 @@ +--- + +--- + + +
+ + + + ++ I am working through Astro's introductory tutorial. This is the second + page on my website, and it's the first one I built myself! +
+ ++ This site will update as I complete more of the tutorial, so keep checking + back and see how my journey is going! +
+ + diff --git a/src/pages/blog.astro b/src/pages/blog.astro new file mode 100644 index 0000000..bc9d55d --- /dev/null +++ b/src/pages/blog.astro @@ -0,0 +1,20 @@ +--- + +--- + + + + + + + +This is where I will post about my journey learning Astro.
+ + diff --git a/src/pages/index.astro b/src/pages/index.astro index b3cac98..87638cc 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -11,6 +11,9 @@