Update
This commit is contained in:
parent
f78314dc2e
commit
bd19be0345
5 changed files with 4391 additions and 9074 deletions
7
favicon.svg
Normal file
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
9051
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -1,9 +1,9 @@
|
||||||
// Place any global data in this file.
|
// Place any global data in this file.
|
||||||
// You can import this data from anywhere in your site by using the `import` keyword.
|
// 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_URL = "https://micro.tiff.engineer";
|
||||||
export const SITE_TITLE = "Miniblog";
|
export const SITE_TITLE = "yak shaving with tiff on software";
|
||||||
export const SITE_DESCRIPTION =
|
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";
|
||||||
|
|
|
@ -10,29 +10,18 @@ import Layout from "../layouts/Layout.astro";
|
||||||
>
|
>
|
||||||
<main class="space-y-4">
|
<main class="space-y-4">
|
||||||
<p>
|
<p>
|
||||||
Miniblog is an opinionated and extremely minimal blogging template built
|
<em>yak shaving with tiff</em> is a minimal blog filled with maximum thoughts
|
||||||
with <a
|
on software. It is a companion to <a
|
||||||
href="https://astro.build/"
|
href="https://tiff.engineer"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class="text-blue-500 underline">Astro</a
|
class="text-blue-500 underline">tiff on software</a
|
||||||
> and <a
|
>, my main weblog.
|
||||||
href="https://tailwindcss.com/"
|
|
||||||
target="_blank"
|
|
||||||
class="text-blue-500 underline">Tailwind</a
|
|
||||||
>.
|
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Design heavily inspired by <a
|
Heavily inspired by <a
|
||||||
href="https://jrmyphlmn.com/"
|
href="https://leerob.com"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class="text-blue-500 underline">jrmyphlmn.com</a
|
class="text-blue-500 underline">leerob.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
|
|
||||||
>.
|
>.
|
||||||
</p>
|
</p>
|
||||||
</main>
|
</main>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue