diff --git a/assets/css/main.css b/assets/css/main.css index 47fea3e..27c7e11 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -42,7 +42,6 @@ body { font-family: "EB Garamond", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera 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; line-height: 1.5; margin: auto; diff --git a/content/micro/helix.md b/content/micro/helix.md new file mode 100644 index 0000000..e192916 --- /dev/null +++ b/content/micro/helix.md @@ -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. diff --git a/content/uses.md b/content/uses.md index 330c779..47b35ba 100644 --- a/content/uses.md +++ b/content/uses.md @@ -28,5 +28,5 @@ tags: | 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 Moon](https://rosepinetheme.com) | +| Package manager | [Nix](https://nixos.org) + [Homebrew](https://brew.sh) | +| Color theme | [Rosé Pine](https://rosepinetheme.com) | diff --git a/layouts/partials/terms.html b/layouts/partials/terms.html index fecc2a0..09500fa 100644 --- a/layouts/partials/terms.html +++ b/layouts/partials/terms.html @@ -2,7 +2,8 @@ @context {page} page The current page. @context {string} taxonomy The taxonony. @example: {{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }} -*/}} {{- $page := .page }} +*/}} +{{- $page := .page }} {{- $taxonomy := .taxonomy }} {{- with $page.GetTerms $taxonomy