fixes: fix dark scheme & port from legacy blog
My old blog only ever had 1 post, but its a good place to start.
This commit is contained in:
@@ -1,18 +1,20 @@
|
||||
---
|
||||
title: 'About'
|
||||
description: 'There is a simple secret to building a faster website — just ship less.'
|
||||
description: 'Letters for Humans & Computers'
|
||||
---
|
||||
import DefaultPageLayout from '$/layouts/default.astro'
|
||||
import Prose from '$/components/Prose.astro'
|
||||
|
||||
<DefaultPageLayout content={{ title: frontmatter.title, description: frontmatter.description }}>
|
||||
<Prose>
|
||||
Astro-Ink is a crisp, minimal, personal blog theme for Astro, that shows the capability of statically built sites - offering all the goodness and DX of the modern JS ecosystem without actually shipping any JS by default. It's built by...
|
||||
Drinks waaay too much coffee and sometimes it helps; currently an SRE at [IOG](https://iog.io).
|
||||
|
||||
## Few Bots, Meta-humans & a Guy!
|
||||
Aftab Alam // [@aftabbuddy](https://twitter.com/aftabbuddy) // [one-aalam](https://github.com/one-aalam)
|
||||
Timothy DeHerrera // [@timdeh:matrix.org](https://matrix.org) // [nrdxp](https://github.com/nrdxp)
|
||||
|
||||
##
|
||||
<div class="author">
|
||||
<img class="rounded-full" width="160" src="https://assets.website-files.com/5e51c674258ffe10d286d30a/5e5358878e2493fbea064dd9_peep-59.svg" title="Aalam" />
|
||||
<img class="rounded-full" width="160" src="https://avatars.githubusercontent.com/u/34083928?v=4" title="Tim" />
|
||||
</div>
|
||||
fingerprint: [5471 8D2B 78DC AA9C 7702 96F1 8985 725D B5B0 C122](https://github.com/nrdxp.gpg)
|
||||
</Prose>
|
||||
</DefaultPageLayout>
|
||||
|
||||
Reference in New Issue
Block a user