Skip to content

Commit

Permalink
Großes Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jukremer committed Dec 20, 2024
1 parent ee74bb4 commit a17a42a
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 48 deletions.
4 changes: 2 additions & 2 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ time {

table {
border-collapse: collapse;
width: 100%;
margin: 1rem;
width: 90%;
margin: 5%;

& th {
text-align: left;
Expand Down
7 changes: 2 additions & 5 deletions content/about.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
6 changes: 0 additions & 6 deletions content/btc.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 0 additions & 5 deletions content/eth.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
---
title: Ethereum
date: 2022-12-10
showDate: false
showDateUpdated: false
showSummary: false
tags: [crypto]
searchHidden: true
showPagination: false
---

## Address
Expand Down
2 changes: 0 additions & 2 deletions content/photos/evening-cloud/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
27 changes: 11 additions & 16 deletions content/uses.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand All @@ -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) |
6 changes: 0 additions & 6 deletions content/xmr.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 3 additions & 1 deletion hugo.toml
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
4 changes: 2 additions & 2 deletions layouts/_default/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
{{ range $pages.Pages }}
<a href="{{ .RelPermalink }}" style="display: block">
<div class="list">
{{ $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" }}
<time datetime="{{ $dateMachine }}">{{ $dateHuman }}</time>

<h2>{{ .Title }}</h2>
Expand Down
4 changes: 2 additions & 2 deletions layouts/_default/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
{{ range .Pages }}
<a href="{{ .RelPermalink }}" style="display: block">
<div class="list">
{{ $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" }}
<time datetime="{{ $dateMachine }}">{{ $dateHuman }}</time>

<h2>{{ .Title }}</h2>
Expand Down
2 changes: 1 addition & 1 deletion layouts/_default/single.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{ define "main" }}
<article>
{{ $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>
<br />

Expand Down

0 comments on commit a17a42a

Please sign in to comment.