mirror of
https://codeberg.org/lauralani/www-lauka-net.git
synced 2024-11-27 22:40:02 +01:00
update docuentation of repo
This commit is contained in:
parent
dd69298855
commit
4a193b8f1d
2 changed files with 6 additions and 6 deletions
|
@ -1,9 +1,9 @@
|
||||||
# www.lauka.net
|
# www.lauka.net
|
||||||
|
|
||||||
## Netlify deploy status
|
## SourceHut deploy status
|
||||||
[![Netlify Status](https://api.netlify.com/api/v1/badges/205e235a-050a-472f-aad1-0f012fb5c925/deploy-status)](https://app.netlify.com/sites/www-lauka-net/deploys)
|
[![SourceHut CI Status](https://builds.sr.ht/~lauralani/www-lauka-net.svg)](https://builds.sr.ht/~lauralani/www-lauka-net)
|
||||||
|
|
||||||
## About
|
## About
|
||||||
This is the source code for my personal website.
|
This is the source code for my personal website.
|
||||||
|
|
||||||
It's an entirely static webpage generated by Eleventy and hosted with Azure Static Web Apps.
|
It's an entirely static webpage generated by Eleventy and hosted with Caddy.
|
||||||
|
|
|
@ -87,12 +87,12 @@ eleventyExcludeFromCollections: true
|
||||||
<h2>About</h2>
|
<h2>About</h2>
|
||||||
<p class="p-note">
|
<p class="p-note">
|
||||||
This website is open source and hosted at
|
This website is open source and hosted at
|
||||||
<a href="https://codeberg.org/lauralani/www-lauka-net" target="_blank">Codeberg e.V.</a>. It's an entirely static webpage generated by
|
<a href="https://git.sr.ht/~lauralani/www-lauka-net" target="_blank">SourceHut</a>. It's an entirely static webpage generated by
|
||||||
<a href="https://www.11ty.dev/" target="_blank">{{ eleventy.generator }}</a>
|
<a href="https://www.11ty.dev/" target="_blank">{{ eleventy.generator }}</a>
|
||||||
and hosted with
|
and hosted with Caddy.
|
||||||
<a href="https://azure.com/" target="_blank">Azure Static Web Apps</a>.
|
|
||||||
<br/><br/>
|
<br/><br/>
|
||||||
This page makes due without any cookies, frontend javascript, tracking and databases
|
This page makes due without any cookies, frontend javascript, tracking and databases
|
||||||
in the effort to make the web quick and usable again :)
|
in the effort to make the web quick and usable again :)
|
||||||
|
|
||||||
<br/><br/><a href="/impressum.html">Impressum und Datenschutzerklärung</a>
|
<br/><br/><a href="/impressum.html">Impressum und Datenschutzerklärung</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue