Redo index
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
fb895092e8
commit
71bc9478d0
2 changed files with 30 additions and 86 deletions
|
@ -21,5 +21,8 @@ import { getLinkTarget } from '@/utils/link'
|
||||||
<span op-70> © {{ new Date().getFullYear() }} {{ siteConfig.author
|
<span op-70> © {{ new Date().getFullYear() }} {{ siteConfig.author
|
||||||
}}.</span>
|
}}.</span>
|
||||||
</div>
|
</div>
|
||||||
|
<div flex>
|
||||||
|
<span op-70>Powered by </span><a nav-link href="https://ghost.io">Ghost CMS</a><span op-70> & </span><a nav-link href="https://astro.build">Astro</a>
|
||||||
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
@ -4,94 +4,35 @@ import siteConfig from '@/site-config'
|
||||||
---
|
---
|
||||||
<BaseLayout description={siteConfig.description}>
|
<BaseLayout description={siteConfig.description}>
|
||||||
<article class="prose">
|
<article class="prose">
|
||||||
<h1 class="text-title">Vitesse theme</h1>
|
<h1 class="text-title">baalajimaestro</h1>
|
||||||
<p>Vitesse theme for Astro, supports Vue and UnoCSS.</p>
|
<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>
|
||||||
<p>
|
|
||||||
A minimal, SEO-riendly portfolio and blog theme for Astro. It's inspired
|
<h2>What I Do:</h2>
|
||||||
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>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>100 / 100 Lighthouse performance</li>
|
<li>The Fireman, helping your servers burn better. (DevOps Engineer)</li>
|
||||||
<li>Responsive</li>
|
<li>The Aquaman, I can't talk to fish, only to databases. (Backend Engineer, as a hobby)</li>
|
||||||
<li>SEO-friendly</li>
|
<li>Self-Hosting everything I use</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>
|
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
|
||||||
By the way, this theme use the <a
|
<h2>Languages I Speak:</h2>
|
||||||
target="_blank"
|
<ul>
|
||||||
href="https://unocss.dev/">UnoCSS</a
|
<li>Tamil (native)</li>
|
||||||
> for style, it's fast.
|
<li>English (fluent)</li>
|
||||||
</p>
|
<li>Hindi (enough to order food and argue with cab drivers)</li>
|
||||||
<p>
|
<li>Sksksksk (Python)</li>
|
||||||
Visit it
|
</ul>
|
||||||
<a
|
|
||||||
target="_blank"
|
<h2>Useless Facts:</h2>
|
||||||
href="https://github.com/kevinwong865/astro-theme-vitesse"
|
<ul>
|
||||||
>
|
<li>Hayasaka Best Girl (I'm legally obligated to mention this in every conversation)</li>
|
||||||
on GitHub
|
<li>I once created a UserBot named PaperPlane</li>
|
||||||
</a>
|
<li>Produced a lot of reliable hand-warmers using software (Android ROMs)</li>
|
||||||
to fork the repository, read the docs or one-click deploy on Netlify.
|
<li>I use NixOS</li>
|
||||||
</p>
|
</ul>
|
||||||
<p>
|
|
||||||
If you like Vitesse theme for Astro, please
|
|
||||||
<a target="_blank" href="https://github.com/kevinwong865">
|
|
||||||
click follow
|
|
||||||
</a>
|
|
||||||
for me.
|
|
||||||
</p>
|
|
||||||
<hr class="hr-line" />
|
<hr class="hr-line" />
|
||||||
<p>Find me on</p>
|
|
||||||
<p class="flex gap-x-4 gap-y-2 flex-wrap">
|
<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>
|
||||||
{
|
|
||||||
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>
|
|
||||||
</article>
|
</article>
|
||||||
</BaseLayout>
|
</BaseLayout>
|
||||||
|
|
Loading…
Reference in a new issue