Neuer Microblog: Helix
This commit is contained in:
parent
5ac9181042
commit
ceed0a3945
4 changed files with 12 additions and 4 deletions
|
|
@ -42,7 +42,6 @@ body {
|
||||||
font-family: "EB Garamond", Constantia, "Lucida Bright", Lucidabright,
|
font-family: "EB Garamond", Constantia, "Lucida Bright", Lucidabright,
|
||||||
"Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif",
|
"Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif",
|
||||||
"Liberation Serif", Athelas, Georgia, serif;
|
"Liberation Serif", Athelas, Georgia, serif;
|
||||||
/* font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", Avenir, "Nimbus Sans L", Roboto, Noto, "Segoe UI", Arial, Helvetica, "Helvetica Neue", sans-serif; */
|
|
||||||
font-variant-numeric: oldstyle-nums;
|
font-variant-numeric: oldstyle-nums;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
|
|
||||||
8
content/micro/helix.md
Normal file
8
content/micro/helix.md
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
title: Neovim → Helix
|
||||||
|
date: 2024-10-24T22:23:05+02:00
|
||||||
|
tags:
|
||||||
|
- micro
|
||||||
|
---
|
||||||
|
|
||||||
|
Friendship ended with Neovim, now Helix is my best friend.
|
||||||
|
|
@ -28,5 +28,5 @@ tags:
|
||||||
| Text editor | [Helix](https://helix-editor.com) |
|
| Text editor | [Helix](https://helix-editor.com) |
|
||||||
| Word processing | [Typst](https://typst.app) |
|
| Word processing | [Typst](https://typst.app) |
|
||||||
| Terminal emulator | [Ghostty](https://github.com/mitchellh/ghostty) |
|
| Terminal emulator | [Ghostty](https://github.com/mitchellh/ghostty) |
|
||||||
| Package manager | [Nix](https://nixos.org) ([Homebrew](https://brew.sh)) |
|
| Package manager | [Nix](https://nixos.org) + [Homebrew](https://brew.sh) |
|
||||||
| Color theme | [Rosé Pine Moon](https://rosepinetheme.com) |
|
| Color theme | [Rosé Pine](https://rosepinetheme.com) |
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,8 @@
|
||||||
@context {page} page The current page. @context {string} taxonomy The taxonony.
|
@context {page} page The current page. @context {string} taxonomy The taxonony.
|
||||||
@example: {{ partial "terms.html" (dict "taxonomy" "tags" "page" .)
|
@example: {{ partial "terms.html" (dict "taxonomy" "tags" "page" .)
|
||||||
}}
|
}}
|
||||||
*/}} {{- $page := .page }}
|
*/}}
|
||||||
|
{{- $page := .page }}
|
||||||
{{- $taxonomy := .taxonomy }}
|
{{- $taxonomy := .taxonomy }}
|
||||||
{{- with $page.GetTerms
|
{{- with $page.GetTerms
|
||||||
$taxonomy
|
$taxonomy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue