Redo index

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
baalajimaestro 2024-07-14 11:28:36 +05:30
parent fb895092e8
commit 71bc9478d0
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5
2 changed files with 30 additions and 86 deletions

View file

@ -21,5 +21,8 @@ import { getLinkTarget } from '@/utils/link'
<span op-70>&nbsp;&nbsp;&copy;&nbsp;&nbsp;{{ new Date().getFullYear() }}&nbsp;&nbsp;{{ siteConfig.author
}}.</span>
</div>
<div flex>
<span op-70>Powered by&nbsp;</span><a nav-link href="https://ghost.io">Ghost CMS</a><span op-70>&nbsp;&amp;&nbsp;</span><a nav-link href="https://astro.build">Astro</a>
</div>
</footer>
</template>

View file

@ -4,94 +4,35 @@ import siteConfig from '@/site-config'
---
<BaseLayout description={siteConfig.description}>
<article class="prose">
<h1 class="text-title">Vitesse theme</h1>
<p>Vitesse theme for Astro, supports Vue and UnoCSS.</p>
<p>
A minimal, SEO-riendly portfolio and blog theme for Astro. It's inspired
by <a target="_blank" href="https://antfu.me">antfu.me</a>.
</p>
<p>
<img width="640" height="360" src="/hero.jpg" alt="Hero Image" />
</p>
<p>
Based on first principles thinking, and you can also see from the picture
<sup>👆</sup>, the goal of this theme is to
<b>make complex things as simple as possible</b>
. So, the core of this theme is the content, and the other elements are just
auxiliary.
</p>
<p>Here are the features you don't need to worry about:</p>
<h1 class="text-title">baalajimaestro</h1>
<p>Hey there! I'm Baalaji, a 24-year-old tech wizard who accidentally stumbled into the "maestro" title because some random dude stole my username. Thanks, internet!</p>
<h2>What I Do:</h2>
<ul>
<li>100 / 100 Lighthouse performance</li>
<li>Responsive</li>
<li>SEO-friendly</li>
<li>Light / Dark Theme</li>
<li>Markdown support</li>
<li>
<a target="_blank" href="https://mdxjs.com/">MDX</a>
(components in your markdown) support
</li>
<li>
<a target="_blank" href="https://vuejs.org/">Vue</a>
SFC component support
</li>
<li>Auto generated sitemap and RSS Feed</li>
<li>
<a target="_blank" href="https://vueuse.org/">VueUse</a>
&
<a target="_blank" href="https://lodash.com/">Lodash</a>
support
</li>
<li>The Fireman, helping your servers burn better. (DevOps Engineer)</li>
<li>The Aquaman, I can't talk to fish, only to databases. (Backend Engineer, as a hobby)</li>
<li>Self-Hosting everything I use</li>
</ul>
<p>
By the way, this theme use the <a
target="_blank"
href="https://unocss.dev/">UnoCSS</a
> for style, it's fast.
</p>
<p>
Visit it
<a
target="_blank"
href="https://github.com/kevinwong865/astro-theme-vitesse"
>
on GitHub
</a>
to fork the repository, read the docs or one-click deploy on Netlify.
</p>
<p>
If you like Vitesse theme for Astro, please
<a target="_blank" href="https://github.com/kevinwong865">
click follow
</a>
for me.
</p>
<h2>Languages I Speak:</h2>
<ul>
<li>Tamil (native)</li>
<li>English (fluent)</li>
<li>Hindi (enough to order food and argue with cab drivers)</li>
<li>Sksksksk (Python)</li>
</ul>
<h2>Useless Facts:</h2>
<ul>
<li>Hayasaka Best Girl (I'm legally obligated to mention this in every conversation)</li>
<li>I once created a UserBot named PaperPlane</li>
<li>Produced a lot of reliable hand-warmers using software (Android ROMs)</li>
<li>I use NixOS</li>
</ul>
<hr class="hr-line" />
<p>Find me on</p>
<p class="flex gap-x-4 gap-y-2 flex-wrap">
{
siteConfig.socialLinks.map((link) => (
<a
aria-label={link.text}
href={link.href}
target="_blank"
class="prose-link"
>
<i class:list={[link.icon]} />
{link.text}
</a>
))
}
</p>
<p>
If you have any questions, please email me at
<a
prose-link
aria-label={siteConfig.email}
href={`mailto:${siteConfig.email}`}
>
{siteConfig.email}
</a>.
</p>
<p>Want to chat about tech, anime, or why NixOS is the best? Feel free to reach out! You can find all my contact information and social media links at <a href="https://links.baalajimaestro.ptr.moe" target="_blank">https://links.baalajimaestro.ptr.moe</a>.</p>
</article>
</BaseLayout>