[examples/blog] move copy

This commit is contained in:
Fred K. Schott 2022-08-13 01:12:57 -07:00
parent d2063b4cf9
commit 6a3aa12079

View file

@ -19,12 +19,6 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../config';
template serves as a lightweight, minimally-styled starting point for anyone looking to build
a personal website, blog, or portfolio with Astro.
</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>
<p>
This template comes with a few integrations already configured in your
<code>astro.config.mjs</code> file. You can customize your setup with
@ -47,6 +41,12 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../config';
>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>