This commit is contained in:
tiff 2025-01-07 21:37:47 -05:00
parent f78314dc2e
commit bd19be0345
5 changed files with 4391 additions and 9074 deletions

7
favicon.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 60 KiB

9051
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,9 +1,9 @@
// Place any global data in this file.
// You can import this data from anywhere in your site by using the `import` keyword.
export const SITE_URL = "https://miniblog.nicholasly.com";
export const SITE_TITLE = "Miniblog";
export const SITE_URL = "https://micro.tiff.engineer";
export const SITE_TITLE = "yak shaving with tiff on software";
export const SITE_DESCRIPTION =
"Miniblog is an opinionated and extremely minimal blogging template built with Astro and Tailwind CSS.";
"Small, opinionated thoughts on softare engineering and my journey through it.";
export const EMAIL = "hello@nicholasly.com";
export const EMAIL = "contact@tifflabs.org";

View file

@ -10,29 +10,18 @@ import Layout from "../layouts/Layout.astro";
>
<main class="space-y-4">
<p>
Miniblog is an opinionated and extremely minimal blogging template built
with <a
href="https://astro.build/"
<em>yak shaving with tiff</em> is a minimal blog filled with maximum thoughts
on software. It is a companion to <a
href="https://tiff.engineer"
target="_blank"
class="text-blue-500 underline">Astro</a
> and <a
href="https://tailwindcss.com/"
target="_blank"
class="text-blue-500 underline">Tailwind</a
>.
class="text-blue-500 underline">tiff on software</a
>, my main weblog.
</p>
<p>
Design heavily inspired by <a
href="https://jrmyphlmn.com/"
Heavily inspired by <a
href="https://leerob.com"
target="_blank"
class="text-blue-500 underline">jrmyphlmn.com</a
>.
</p>
<p>
To use this template, check out the <a
href="https://github.com/nicholasdly/miniblog?tab=readme-ov-file"
target="_blank"
class="text-blue-500 underline">GitHub repository</a
class="text-blue-500 underline">leerob.com</a
>.
</p>
</main>

4372
yarn.lock Normal file

File diff suppressed because it is too large Load diff