Großes Update
This commit is contained in:
parent
ee74bb466e
commit
a17a42ad8e
11 changed files with 23 additions and 48 deletions
|
|
@ -122,8 +122,8 @@ time {
|
|||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
margin: 1rem;
|
||||
width: 90%;
|
||||
margin: 5%;
|
||||
|
||||
& th {
|
||||
text-align: left;
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,12 +1,7 @@
|
|||
---
|
||||
title: Ethereum
|
||||
date: 2022-12-10
|
||||
showDate: false
|
||||
showDateUpdated: false
|
||||
showSummary: false
|
||||
tags: [crypto]
|
||||
searchHidden: true
|
||||
showPagination: false
|
||||
---
|
||||
|
||||
## Address
|
||||
|
|
|
|||
|
|
@ -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
|
||||
---
|
||||
|
||||

|
||||
|
|
|
|||
|
|
@ -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) |
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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 />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue