deploy: ecf90a59ef
This commit is contained in:
parent
b314123188
commit
24deebe981
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
BIN
favicon.png
BIN
favicon.png
Binary file not shown.
|
Before Width: | Height: | Size: 442 KiB After Width: | Height: | Size: 62 KiB |
24
index.html
24
index.html
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1,17 @@
|
||||||
|
<!DOCTYPE html><meta charset="utf-8"><h1 id="my-first-blog-post">My First Blog Post</h1>
|
||||||
|
<p>Published on: 2022-07-01</p>
|
||||||
|
<p>Welcome to my <em>new blog</em> about learning Astro! Here, I will share my learning journey as I build a new website.</p>
|
||||||
|
<h2 id="what-ive-accomplished">What I’ve accomplished</h2>
|
||||||
|
<ol>
|
||||||
|
<li>
|
||||||
|
<p><strong>Installing Astro</strong>: First, I created a new Astro project and set up my online accounts.</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p><strong>Making Pages</strong>: I then learned how to make pages by creating new <code>.astro</code> files and placing them in the <code>src/pages/</code> folder.</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p><strong>Making Blog Posts</strong>: This is my first blog post! I now have Astro pages and Markdown posts!</p>
|
||||||
|
</li>
|
||||||
|
</ol>
|
||||||
|
<h2 id="whats-next">What’s next</h2>
|
||||||
|
<p>I will finish the Astro tutorial, and then keep adding more posts. Watch this space for more to come.</p>
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
<!DOCTYPE html><meta charset="utf-8"><p>After a successful first week learning Astro, I decided to try some more. I wrote and imported a small component from memory!</p>
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
<!DOCTYPE html><meta charset="utf-8"><p>It wasn’t always smooth sailing, but I’m enjoying building with Astro. And, the <a href="https://astro.build/chat">Discord community</a> is really friendly and helpful!</p>
|
||||||
Loading…
Reference in New Issue