From a17a42ad8eada96a101787e17bd680681258c41c Mon Sep 17 00:00:00 2001 From: Jan Kremer Date: Fri, 20 Dec 2024 22:22:37 +0100 Subject: [PATCH] =?UTF-8?q?Gro=C3=9Fes=20Update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/main.css | 4 ++-- content/about.md | 7 ++----- content/btc.md | 6 ------ content/eth.md | 5 ----- content/photos/evening-cloud/index.md | 2 -- content/uses.md | 27 +++++++++++---------------- content/xmr.md | 6 ------ hugo.toml | 4 +++- layouts/_default/home.html | 4 ++-- layouts/_default/list.html | 4 ++-- layouts/_default/single.html | 2 +- 11 files changed, 23 insertions(+), 48 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index 27c7e11..31b7c93 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -122,8 +122,8 @@ time { table { border-collapse: collapse; - width: 100%; - margin: 1rem; + width: 90%; + margin: 5%; & th { text-align: left; diff --git a/content/about.md b/content/about.md index 07f9d4d..e2dc49b 100644 --- a/content/about.md +++ b/content/about.md @@ -1,12 +1,9 @@ --- title: Über mich -date: 2022-12-10 -showDate: false -draft: false -showPagination: false +date: 2024-12-12 --- -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. diff --git a/content/btc.md b/content/btc.md index 8823c9f..fd5fafc 100644 --- a/content/btc.md +++ b/content/btc.md @@ -1,13 +1,7 @@ --- title: Bitcoin date: 2022-12-10 -showDate: false -showDateUpdated: false -showSummary: false -draft: false tags: [crypto] -searchHidden: true -showPagination: false --- ## Address diff --git a/content/eth.md b/content/eth.md index 0727e64..3eff84d 100644 --- a/content/eth.md +++ b/content/eth.md @@ -1,12 +1,7 @@ --- title: Ethereum date: 2022-12-10 -showDate: false -showDateUpdated: false -showSummary: false tags: [crypto] -searchHidden: true -showPagination: false --- ## Address diff --git a/content/photos/evening-cloud/index.md b/content/photos/evening-cloud/index.md index 025322f..3347353 100644 --- a/content/photos/evening-cloud/index.md +++ b/content/photos/evening-cloud/index.md @@ -3,8 +3,6 @@ title: Evening Cloud date: 2023-07-19T10:48:33+02:00 description: "Evening cloud over Regensburg." tags: [fotos, regensburg] -thumbnail: "evening-cloud.webp" -draft: false --- ![Evening cloud over Regensburg.](evening-cloud.webp) diff --git a/content/uses.md b/content/uses.md index 47b35ba..c33e469 100644 --- a/content/uses.md +++ b/content/uses.md @@ -1,10 +1,6 @@ --- title: Was ich benutze date: 2023-12-30T08:03:20+01:00 -showDate: false -showTOC: false -showPagination: false -description: "" tags: - meta --- @@ -15,18 +11,17 @@ tags: - iPhone X - Apple Watch SE - AirPods Pro -- Logitech MX Master 3 (rarely) +- Logitech MX Master 3 ## Software -| Category | Software | -| ----------------------- | ------------------------------------------------------ | -| Unless otherwise stated | Apple default apps | -| RSS reader | [NetNewsWire](https://netnewswire.com) | -| Notes | [Obsidian](https://obsidian.md) | -| To-Do list | [Things](https://culturedcode.com/things) | -| Text editor | [Helix](https://helix-editor.com) | -| Word processing | [Typst](https://typst.app) | -| Terminal emulator | [Ghostty](https://github.com/mitchellh/ghostty) | -| Package manager | [Nix](https://nixos.org) + [Homebrew](https://brew.sh) | -| Color theme | [Rosé Pine](https://rosepinetheme.com) | +| Kategorie | Software | +| ------------------------------ | ------------------------------------------------------ | +| Wenn nicht weiter spezifiziert | Apple default apps | +| RSS Reader | [NetNewsWire](https://netnewswire.com) | +| To-Do Liste | [Things](https://culturedcode.com/things) | +| Texteditor | [Helix](https://helix-editor.com) | +| PDF Erstellung | [Typst](https://typst.app) | +| Terminal | [Ghostty](https://github.com/mitchellh/ghostty) | +| Paketmanager | [Nix](https://nixos.org) + [Homebrew](https://brew.sh) | +| Farbschema | [Rosé Pine](https://rosepinetheme.com) | diff --git a/content/xmr.md b/content/xmr.md index 1fd13f8..e3b033b 100644 --- a/content/xmr.md +++ b/content/xmr.md @@ -1,13 +1,7 @@ --- title: Monero date: 2022-12-10 -showDate: false -showDateUpdated: false -draft: false -showSummary: false tags: [crypto] -searchHidden: true -showPagination: false --- ## Address diff --git a/hugo.toml b/hugo.toml index a773c5c..999e392 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,7 +1,9 @@ baseURL = 'https://jankremer.eu/' -languageCode = 'de' title = 'Jan Kremer' copyright = 'CC-BY-SA 4.0' +defaultContentLanguage = 'de' + +enableGitInfo = true [markup] [markup.highlight] diff --git a/layouts/_default/home.html b/layouts/_default/home.html index 535931a..935a5d3 100644 --- a/layouts/_default/home.html +++ b/layouts/_default/home.html @@ -6,8 +6,8 @@ {{ range $pages.Pages }}
- {{ $dateMachine := .Date | time.Format "2006-01-02T15:04:05-07:00" }} - {{ $dateHuman := .Date | time.Format "2006-01-02" }} + {{ $dateMachine := .Lastmod | time.Format "2006-01-02T15:04:05-07:00" }} + {{ $dateHuman := .Lastmod | time.Format ":date_long" }}

{{ .Title }}

diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 28e9dc2..d2d3c0b 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -3,8 +3,8 @@ {{ range .Pages }}
- {{ $dateMachine := .Date | time.Format "2006-01-02T15:04:05-07:00" }} - {{ $dateHuman := .Date | time.Format "2006-01-02" }} + {{ $dateMachine := .Lastmod | time.Format "2006-01-02T15:04:05-07:00" }} + {{ $dateHuman := .Lastmod | time.Format ":date_long" }}

{{ .Title }}

diff --git a/layouts/_default/single.html b/layouts/_default/single.html index f388f71..96aae64 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,7 +1,7 @@ {{ define "main" }}
{{ $dateMachine := .Lastmod | time.Format "2006-01-02T15:04:05-07:00" }} - {{ $dateHuman := .Lastmod | time.Format "2006-01-02" }} + {{ $dateHuman := .Lastmod | time.Format ":date_long" }}