more git.gay corrections, docs
This commit is contained in:
parent
72755d1b17
commit
70a402e74f
3 changed files with 9 additions and 12 deletions
11
README.md
11
README.md
|
@ -1,8 +1,13 @@
|
|||
# Gaiety Life (Blog)
|
||||
|
||||
[](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
|
||||
```
|
||||
|
|
|
@ -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>,
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue