Großes Update

This commit is contained in:
Jan Kremer 2024-12-20 22:22:37 +01:00
parent ee74bb466e
commit a17a42ad8e
Signed by: jan
GPG key ID: A7DA689CB3B078EC
11 changed files with 23 additions and 48 deletions

View file

@ -122,8 +122,8 @@ time {
table { table {
border-collapse: collapse; border-collapse: collapse;
width: 100%; width: 90%;
margin: 1rem; margin: 5%;
& th { & th {
text-align: left; text-align: left;

View file

@ -1,12 +1,9 @@
--- ---
title: Über mich title: Über mich
date: 2022-12-10 date: 2024-12-12
showDate: false
draft: false
showPagination: false
--- ---
Mein Name ist Jan Kremer. Ich bin 27 Jahre alt und studiere Pharmazie an der Uni Regensburg. Manchmal schreibe ich über Technik und Software [die ich benutze](/uses). Mein Name ist Jan Kremer. Ich bin 28 Jahre alt und habe Pharmazie an der Uni Regensburg studiert. Manchmal schreibe ich über Technik und Software [die ich benutze](/uses).
Wenn ich nicht gerade lerne, mache ich gerne Sport, vor allem Joggen, Kraftsport und Skifahren. Wenn ich nicht gerade lerne, mache ich gerne Sport, vor allem Joggen, Kraftsport und Skifahren.

View file

@ -1,13 +1,7 @@
--- ---
title: Bitcoin title: Bitcoin
date: 2022-12-10 date: 2022-12-10
showDate: false
showDateUpdated: false
showSummary: false
draft: false
tags: [crypto] tags: [crypto]
searchHidden: true
showPagination: false
--- ---
## Address ## Address

View file

@ -1,12 +1,7 @@
--- ---
title: Ethereum title: Ethereum
date: 2022-12-10 date: 2022-12-10
showDate: false
showDateUpdated: false
showSummary: false
tags: [crypto] tags: [crypto]
searchHidden: true
showPagination: false
--- ---
## Address ## Address

View file

@ -3,8 +3,6 @@ title: Evening Cloud
date: 2023-07-19T10:48:33+02:00 date: 2023-07-19T10:48:33+02:00
description: "Evening cloud over Regensburg." description: "Evening cloud over Regensburg."
tags: [fotos, regensburg] tags: [fotos, regensburg]
thumbnail: "evening-cloud.webp"
draft: false
--- ---
![Evening cloud over Regensburg.](evening-cloud.webp) ![Evening cloud over Regensburg.](evening-cloud.webp)

View file

@ -1,10 +1,6 @@
--- ---
title: Was ich benutze title: Was ich benutze
date: 2023-12-30T08:03:20+01:00 date: 2023-12-30T08:03:20+01:00
showDate: false
showTOC: false
showPagination: false
description: ""
tags: tags:
- meta - meta
--- ---
@ -15,18 +11,17 @@ tags:
- iPhone X - iPhone X
- Apple Watch SE - Apple Watch SE
- AirPods Pro - AirPods Pro
- Logitech MX Master 3 (rarely) - Logitech MX Master 3
## Software ## Software
| Category | Software | | Kategorie | Software |
| ----------------------- | ------------------------------------------------------ | | ------------------------------ | ------------------------------------------------------ |
| Unless otherwise stated | Apple default apps | | Wenn nicht weiter spezifiziert | Apple default apps |
| RSS reader | [NetNewsWire](https://netnewswire.com) | | RSS Reader | [NetNewsWire](https://netnewswire.com) |
| Notes | [Obsidian](https://obsidian.md) | | To-Do Liste | [Things](https://culturedcode.com/things) |
| To-Do list | [Things](https://culturedcode.com/things) | | Texteditor | [Helix](https://helix-editor.com) |
| Text editor | [Helix](https://helix-editor.com) | | PDF Erstellung | [Typst](https://typst.app) |
| Word processing | [Typst](https://typst.app) | | Terminal | [Ghostty](https://github.com/mitchellh/ghostty) |
| Terminal emulator | [Ghostty](https://github.com/mitchellh/ghostty) | | Paketmanager | [Nix](https://nixos.org) + [Homebrew](https://brew.sh) |
| Package manager | [Nix](https://nixos.org) + [Homebrew](https://brew.sh) | | Farbschema | [Rosé Pine](https://rosepinetheme.com) |
| Color theme | [Rosé Pine](https://rosepinetheme.com) |

View file

@ -1,13 +1,7 @@
--- ---
title: Monero title: Monero
date: 2022-12-10 date: 2022-12-10
showDate: false
showDateUpdated: false
draft: false
showSummary: false
tags: [crypto] tags: [crypto]
searchHidden: true
showPagination: false
--- ---
## Address ## Address

View file

@ -1,7 +1,9 @@
baseURL = 'https://jankremer.eu/' baseURL = 'https://jankremer.eu/'
languageCode = 'de'
title = 'Jan Kremer' title = 'Jan Kremer'
copyright = 'CC-BY-SA 4.0' copyright = 'CC-BY-SA 4.0'
defaultContentLanguage = 'de'
enableGitInfo = true
[markup] [markup]
[markup.highlight] [markup.highlight]

View file

@ -6,8 +6,8 @@
{{ range $pages.Pages }} {{ range $pages.Pages }}
<a href="{{ .RelPermalink }}" style="display: block"> <a href="{{ .RelPermalink }}" style="display: block">
<div class="list"> <div class="list">
{{ $dateMachine := .Date | time.Format "2006-01-02T15:04:05-07:00" }} {{ $dateMachine := .Lastmod | time.Format "2006-01-02T15:04:05-07:00" }}
{{ $dateHuman := .Date | time.Format "2006-01-02" }} {{ $dateHuman := .Lastmod | time.Format ":date_long" }}
<time datetime="{{ $dateMachine }}">{{ $dateHuman }}</time> <time datetime="{{ $dateMachine }}">{{ $dateHuman }}</time>
<h2>{{ .Title }}</h2> <h2>{{ .Title }}</h2>

View file

@ -3,8 +3,8 @@
{{ range .Pages }} {{ range .Pages }}
<a href="{{ .RelPermalink }}" style="display: block"> <a href="{{ .RelPermalink }}" style="display: block">
<div class="list"> <div class="list">
{{ $dateMachine := .Date | time.Format "2006-01-02T15:04:05-07:00" }} {{ $dateMachine := .Lastmod | time.Format "2006-01-02T15:04:05-07:00" }}
{{ $dateHuman := .Date | time.Format "2006-01-02" }} {{ $dateHuman := .Lastmod | time.Format ":date_long" }}
<time datetime="{{ $dateMachine }}">{{ $dateHuman }}</time> <time datetime="{{ $dateMachine }}">{{ $dateHuman }}</time>
<h2>{{ .Title }}</h2> <h2>{{ .Title }}</h2>

View file

@ -1,7 +1,7 @@
{{ define "main" }} {{ define "main" }}
<article> <article>
{{ $dateMachine := .Lastmod | time.Format "2006-01-02T15:04:05-07:00" }} {{ $dateMachine := .Lastmod | time.Format "2006-01-02T15:04:05-07:00" }}
{{ $dateHuman := .Lastmod | time.Format "2006-01-02" }} {{ $dateHuman := .Lastmod | time.Format ":date_long" }}
<time datetime="{{ $dateMachine }}">{{ $dateHuman }}</time> <time datetime="{{ $dateMachine }}">{{ $dateHuman }}</time>
<br /> <br />