diff --git a/src/pages/about.astro b/src/pages/about.astro new file mode 100644 index 0000000..b61bc05 --- /dev/null +++ b/src/pages/about.astro @@ -0,0 +1,25 @@ +--- + +--- + + +
+ + + + +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..b152892 --- /dev/null +++ b/src/pages/blog.astro @@ -0,0 +1,21 @@ +--- + +--- + + + + + + + +This is where I will post about my journey learning Astro.
+ + diff --git a/src/pages/index.astro b/src/pages/index.astro index 093acde..fbdecd5 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -11,6 +11,10 @@