mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
Update index.astro
This commit is contained in:
+3
-14
@@ -35,7 +35,7 @@ const homePath = getRelativeLocaleUrl(locale, "");
|
||||
>
|
||||
<section id="hero" class="border-border border-b pt-8 pb-6">
|
||||
<h1 class="my-4 inline-block text-4xl font-bold sm:my-8 sm:text-5xl">
|
||||
Mingalaba
|
||||
启涵的小破站
|
||||
</h1>
|
||||
<a
|
||||
target="_blank"
|
||||
@@ -53,20 +53,9 @@ const homePath = getRelativeLocaleUrl(locale, "");
|
||||
</a>
|
||||
|
||||
<p>
|
||||
AstroPaper is a minimal, responsive, accessible and SEO-friendly Astro
|
||||
blog theme. This theme follows best practices and provides accessibility
|
||||
out of the box. Light and dark mode are supported by default. Moreover,
|
||||
additional color schemes can also be configured.
|
||||
</p>
|
||||
<p class="mt-2">
|
||||
Read the blog posts or check
|
||||
<LinkButton
|
||||
class="hover:text-accent underline decoration-dashed underline-offset-4"
|
||||
href="https://github.com/satnaing/astro-paper#readme"
|
||||
>
|
||||
README
|
||||
</LinkButton> for more info.
|
||||
最慢的步伐不是跬步,而是徘徊;最快的脚步不是冲刺,而是坚持。
|
||||
</p>
|
||||
|
||||
{
|
||||
socials.length > 0 && (
|
||||
<div class="mt-4 flex max-sm:flex-col sm:items-center">
|
||||
|
||||
Reference in New Issue
Block a user