mirror of
https://codeberg.org/lauralani/www-lauka-net.git
synced 2024-11-23 20:50:40 +01:00
Compare commits
No commits in common. "88f84f78a751a9b84beab468ee38724f0fa87e6e" and "28158644ef48234ead64b975ed7c1f53c32f754b" have entirely different histories.
88f84f78a7
...
28158644ef
3 changed files with 8 additions and 6 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-08-07T08:58:15+02:00
|
date: 2023-06-27T09:24:15+02:00
|
||||||
---
|
---
|
||||||
|
|
||||||
<h1>{{ title }}</h1>
|
<h1>{{ title }}</h1>
|
||||||
|
@ -87,10 +87,13 @@ date: 2023-08-07T08:58:15+02:00
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a rel="me" href="https://social.lila.network/@lauralani">@lauralani@lila.network</a>
|
<a rel="me" href="https://chaos.social/@lauralani">@lauralani@chaos.social</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 or @lauralani:lila.network</li>
|
<li>matrix: @lauralani:matrix.org</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>
|
||||||
|
@ -101,9 +104,9 @@ date: 2023-08-07T08:58: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 with
|
<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://www.11ty.dev/" target="_blank">{{ eleventy.generator }}</a>
|
<a href="https://www.11ty.dev/" target="_blank">{{ eleventy.generator }}</a>
|
||||||
and hosted with Netlify.
|
and hosted with Caddy.
|
||||||
<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,7 +27,6 @@ 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