Skip to content

Commit

Permalink
Personalize the home page
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloThys committed May 11, 2024
1 parent ecb8fa4 commit 1dc7053
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const socialCount = SOCIALS.filter(social => social.active).length;
<Header />
<main id="main-content">
<section id="hero">
<h1>Mingalaba</h1>
<h1>Let's learn together</h1>
<a
target="_blank"
href="/rss.xml"
Expand All @@ -41,20 +41,15 @@ const socialCount = SOCIALS.filter(social => social.active).length;
<span class="sr-only">RSS Feed</span>
</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>The posts will be about topics I'm currently studying</p>
<p>
Read the blog posts or check
<LinkButton
className="underline decoration-dashed underline-offset-4 hover:text-skin-accent"
href="https://github.com/satnaing/astro-paper#readme"
href="https://github.com/AngeloThys"
>
README
</LinkButton> for more info.
my github
</LinkButton> for my current projects.
</p>
{
// only display if at least one social link is enabled
Expand Down

0 comments on commit 1dc7053

Please sign in to comment.