This commit is contained in:
parent
2bc74f6096
commit
016b05cdd4
4 changed files with 17 additions and 6 deletions
|
@ -26,8 +26,8 @@ body {
|
|||
font-family: $main-font-family;
|
||||
font-size: 130%;
|
||||
line-height: 1.4;
|
||||
margin: 3% 5%;
|
||||
max-width: 50em;
|
||||
margin: 1em auto;
|
||||
max-width: 45em;
|
||||
background: #303030;
|
||||
color: $body-font-color;
|
||||
}
|
||||
|
|
|
@ -39,17 +39,19 @@ Soon
|
|||
|
||||
## Contact
|
||||
Some ways to contact me:
|
||||
- <a rel="me" href="https://social.lila.network/@lauralani">@lauralani@lila.network</a>
|
||||
- {{< fediverse-handle >}}
|
||||
- mail (at) (this domain) [(PGP and S/MIME Keys)](/encryption)
|
||||
- matrix: @lauralani:matrix.org or @lauralani:lila.network
|
||||
- [LinkedIn](https://www.linkedin.com/in/laura-kalb/)
|
||||
- [XING](https://www.xing.com/profile/Laura_Kalb3/)
|
||||
|
||||
## About this website
|
||||
This website is open source and hosted at [Codeberg e.V.](https://code.lila.network/lauralani/personal-website). It's an entirely static webpage generated with [{{< hugo-version >}}](https://gohugo.io/) and hosted with Netlify.
|
||||
This website is [open source](https://code.lila.network/lauralani/personal-website). It's an entirely static site generated with [{{< hugo-version >}}](https://gohugo.io/) and hosted with Netlify.
|
||||
|
||||
This page makes due without any cookies, frontend javascript, tracking and databases in the effort to make the web quick and usable again :)
|
||||
This page makes due without any cookies, javascript frameworks, tracking and databases in the effort to make the web quick and usable again :)
|
||||
|
||||
This page was last updated at {{< last-updated >}}
|
||||
|
||||
Copyright (c) Laura Kalb 2021-{{< copyright-date >}} - [Impressum und Datenschutzerklärung](/impressum.html)
|
||||
Copyright (c) Laura Kalb 2021-{{< copyright-date >}}
|
||||
|
||||
[Impressum und Datenschutzerklärung](/impressum.html)
|
1
layouts/shortcodes/fediverse-handle.html
Normal file
1
layouts/shortcodes/fediverse-handle.html
Normal file
|
@ -0,0 +1 @@
|
|||
<a rel="me" href="https://social.lila.network/@lauralani">@lauralani@lila.network</a>
|
8
readme.md
Normal file
8
readme.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Personal Website
|
||||
This is the source code for my personal website.
|
||||
|
||||
It's built with https://gohugo.io and is available at https://www.lauka.net
|
||||
|
||||
|
||||
CI-Status:
|
||||
[![status-badge](https://ci.lila.network/api/badges/5/status.svg)](https://ci.lila.network/repos/5)
|
Loading…
Reference in a new issue