1
0
Fork 0

more git.gay corrections, docs

This commit is contained in:
Ava Gaiety W 2024-03-04 18:18:39 +00:00
parent 72755d1b17
commit 70a402e74f
3 changed files with 9 additions and 12 deletions

View file

@ -1,8 +1,13 @@
# Gaiety Life (Blog)
[![Netlify Status](https://api.netlify.com/api/v1/badges/fe5ba527-ff57-40ca-997a-97d37ad0a652/deploy-status)](https://app.netlify.com/sites/goofy-haibt-818fd7/deploys)
> 🐕 Canine pretending to be a web engineer addicted to design 💻
> Web Engineer by day who pretends to be a dog. Dog by night who pretends to be a programmer.
## Deploy steps
https://gaiety.life/
Requires Docker, NodeJS
_Docker container automatically performs dependency install and build_
```sh
npm run deploy
```

View file

@ -17,7 +17,6 @@
%}
<title>{{ title }}</title>
<link rel="stylesheet" href="/main.css" />
<script defer data-domain="gaiety.life" src="https://plausible.io/js/script.js"></script>
</head>
<body>
@ -42,7 +41,7 @@
<div>
Site built in <a href="https://www.11ty.dev/" class="underline">11ty</a> with <a
href="https://tailwindui.com/" class="underline">Tailwind UI</a>, <a
href="https://gitlab.com/gaiety/gaiety-life" class="underline">fork it here</a>.
href="https://git.gay/gaiety/gaiety-life" class="underline">fork it here</a>.
</div>
<div>
<a href="/feed.xml" class="underline">RSS</a>,

View file

@ -19,13 +19,6 @@ pagination:
</div>
<div class="flex-1 bg-white p-6 flex flex-col justify-between">
<div class="flex-1">
<!--
<p class="text-sm font-medium text-indigo-600">
<a href="#" class="hover:underline">
Case Study
</a>
</p>
-->
<a href="{{ post.url }}" class="block mt-2">
<h3 class="text-xl font-semibold text-gray-900">
{{ post.data.title }}