diff --git a/assets/scss/style.scss b/assets/scss/style.scss index 736296c..0dd46aa 100644 --- a/assets/scss/style.scss +++ b/assets/scss/style.scss @@ -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; } diff --git a/content/_index.md b/content/_index.md index d220ec7..942ff66 100644 --- a/content/_index.md +++ b/content/_index.md @@ -39,17 +39,19 @@ Soon ## Contact Some ways to contact me: -- @lauralani@lila.network +- {{< 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) \ No newline at end of file +Copyright (c) Laura Kalb 2021-{{< copyright-date >}} + +[Impressum und Datenschutzerklärung](/impressum.html) \ No newline at end of file diff --git a/layouts/shortcodes/fediverse-handle.html b/layouts/shortcodes/fediverse-handle.html new file mode 100644 index 0000000..78bb99b --- /dev/null +++ b/layouts/shortcodes/fediverse-handle.html @@ -0,0 +1 @@ +@lauralani@lila.network \ No newline at end of file diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..a5c9746 --- /dev/null +++ b/readme.md @@ -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) \ No newline at end of file