add: wikibonsai changes.

This commit is contained in:
manunamz
2023-10-03 10:58:17 -04:00
parent 8e2152a560
commit f87f774b2a
26 changed files with 4811 additions and 54 deletions
+7 -10
View File
@@ -13,11 +13,11 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';
<body>
<Header title={SITE_TITLE} />
<main>
<h1>🧑‍🚀 Hello, Astronaut!</h1>
<h1>🧑‍🌾 Hello, Gardener!</h1>
<p>
Welcome to the official <a href="https://astro.build/">Astro</a> blog starter template. This
template serves as a lightweight, minimally-styled starting point for anyone looking to
build a personal website, blog, or portfolio with Astro.
Welcome to <a href="https://github.com/wikibonsai/astro-wikibonsai/">astro-wikibonsai</a>, a digital garden starter template.
This template serves as a lightweight, minimally-styled starting point for anyone looking to
build a personal website, blog, digital garden, or portfolio with Astro.
</p>
<p>
This template comes with a few integrations already configured in your
@@ -32,18 +32,15 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';
<li>Add your name to the footer in <code>src/components/Footer.astro</code></li>
<li>Check out the included blog posts in <code>src/pages/blog/</code></li>
<li>Customize the blog post page layout in <code>src/layouts/BlogPost.astro</code></li>
<li>Check out the included entries in <code>src/pages/entries/</code></li>
<li>Customize the entry page layout in <code>src/layouts/Entry.astro</code></li>
<li>Check out the included topic index in <code>src/pages/index/</code></li>
</ul>
<p>
Have fun! If you get stuck, remember to <a href="https://docs.astro.build/"
>read the docs
</a> or <a href="https://astro.build/chat">join us on Discord</a> to ask questions.
</p>
<p>
Looking for a blog template with a bit more personality? Check out <a
href="https://github.com/Charca/astro-blog-template"
>astro-blog-template
</a> by <a href="https://twitter.com/Charca">Maxi Ferreira</a>.
</p>
</main>
<Footer />
</body>