mirror of
https://codeberg.org/lauralani/www-lauka-net.git
synced 2024-11-23 20:50:40 +01:00
Compare commits
3 commits
28158644ef
...
88f84f78a7
Author | SHA1 | Date | |
---|---|---|---|
88f84f78a7 | |||
56573f2b24 | |||
93379a9fd1 |
3 changed files with 6 additions and 8 deletions
13
index.njk
13
index.njk
|
@ -2,7 +2,7 @@
|
||||||
layout: layouts/home.njk
|
layout: layouts/home.njk
|
||||||
title: "lauka.net"
|
title: "lauka.net"
|
||||||
eleventyExcludeFromCollections: true
|
eleventyExcludeFromCollections: true
|
||||||
date: 2023-06-27T09:24:15+02:00
|
date: 2023-08-07T08:58:15+02:00
|
||||||
---
|
---
|
||||||
|
|
||||||
<h1>{{ title }}</h1>
|
<h1>{{ title }}</h1>
|
||||||
|
@ -87,13 +87,10 @@ date: 2023-06-27T09:24:15+02:00
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a rel="me" href="https://chaos.social/@lauralani">@lauralani@chaos.social</a>
|
<a rel="me" href="https://social.lila.network/@lauralani">@lauralani@lila.network</a>
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a rel="me" href="https://girl-is.gay/@lauralani">@lauralani@girl-is.gay</a> (My own instance ^-^)
|
|
||||||
</li>
|
</li>
|
||||||
<li>mail (at) (this domain) <a href="/encryption/" title="Lauras GPG and SMIME Public keys">(PGP and S/MIME Keys)</a></li>
|
<li>mail (at) (this domain) <a href="/encryption/" title="Lauras GPG and SMIME Public keys">(PGP and S/MIME Keys)</a></li>
|
||||||
<li>matrix: @lauralani:matrix.org</li>
|
<li>matrix: @lauralani:matrix.org or @lauralani:lila.network</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://www.linkedin.com/in/laura-kalb/" target="_blank">LinkedIn</a>
|
<a href="https://www.linkedin.com/in/laura-kalb/" target="_blank">LinkedIn</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -104,9 +101,9 @@ date: 2023-06-27T09:24:15+02:00
|
||||||
<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://codeberg.org/lauralani/www-lauka-net" target="_blank">Codeberg e.V.</a>. It's an entirely static webpage generated with
|
||||||
<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 Caddy.
|
and hosted with Netlify.
|
||||||
<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 :)
|
||||||
|
|
|
@ -27,6 +27,7 @@ A list of cool things, curated by me 🌠
|
||||||
## CSS
|
## CSS
|
||||||
- [Design tools and Tips for Developers in a Hurry](https://github.com/sw-yx/spark-joy)
|
- [Design tools and Tips for Developers in a Hurry](https://github.com/sw-yx/spark-joy)
|
||||||
- [Halfmoon](https://www.gethalfmoon.com/docs/) Framework which Codeberg based its design on
|
- [Halfmoon](https://www.gethalfmoon.com/docs/) Framework which Codeberg based its design on
|
||||||
|
- [CSS Patterns](https://css-pattern.com/)
|
||||||
|
|
||||||
## Fonts
|
## Fonts
|
||||||
- [Comic Mono](https://dtinth.github.io/comic-mono-font/) Comic Sans in good, as a monospace font
|
- [Comic Mono](https://dtinth.github.io/comic-mono-font/) Comic Sans in good, as a monospace font
|
||||||
|
|
Loading…
Reference in a new issue