From e083b710ec70ec3c951fb2a0366e9df7d9338090 Mon Sep 17 00:00:00 2001 From: Jan Kremer Date: Fri, 31 May 2024 14:27:45 +0200 Subject: [PATCH] Meta: remove comments --- archetypes/blog.md | 1 - archetypes/micro.md | 1 - archetypes/photos.md | 1 - content/blog/easter-eggs.md | 5 ----- content/blog/nix.md | 1 - content/blog/obsidian.md | 1 - content/micro/markdown-tables.md | 1 - layouts/partials/comments.html | 12 ------------ 8 files changed, 23 deletions(-) delete mode 100644 layouts/partials/comments.html diff --git a/archetypes/blog.md b/archetypes/blog.md index 4ede716..9b03f36 100644 --- a/archetypes/blog.md +++ b/archetypes/blog.md @@ -3,6 +3,5 @@ title: {{ replace .Name "-" " " | title }} date: {{ .Date }} description: tags: -showComments: false draft: true --- diff --git a/archetypes/micro.md b/archetypes/micro.md index adffdc6..0bd066a 100644 --- a/archetypes/micro.md +++ b/archetypes/micro.md @@ -3,6 +3,5 @@ title: {{ replace .Name "-" " " | title }} date: {{ .Date }} tags: - micro -showComments: false draft: true --- diff --git a/archetypes/photos.md b/archetypes/photos.md index 4352cc8..2fcef3e 100644 --- a/archetypes/photos.md +++ b/archetypes/photos.md @@ -5,6 +5,5 @@ description: feature: tags: - photos -showComments: false draft: true --- diff --git a/content/blog/easter-eggs.md b/content/blog/easter-eggs.md index 5ef3c01..db4f05d 100644 --- a/content/blog/easter-eggs.md +++ b/content/blog/easter-eggs.md @@ -3,7 +3,6 @@ title: "Easter eggs of this Websites" date: 2023-09-19 description: "What you can't see is what you GET." tags: [meta] -showComments: true draft: true --- ## .well_known @@ -39,7 +38,3 @@ I think you need to use a [nerd font](https://nerdfonts.com) for the QR code to > Why? Just for fun. - -## More? - -What am I missing? Tell me in the comments or via [email](/about#kontakt). diff --git a/content/blog/nix.md b/content/blog/nix.md index 7abcd4b..4f70926 100644 --- a/content/blog/nix.md +++ b/content/blog/nix.md @@ -4,7 +4,6 @@ date: 2024-03-14 description: Moving from Homebrew to Nix. Mostly. tags: - nix -showComments: false --- For about a year, I've been fascinated by [Nix and NixOS](https://nixos.org). I don't remember exactly what fascinated me at first, probably the possibility to setup and configure my system using a single file. A few weeks ago, I decided to give it a serious try. diff --git a/content/blog/obsidian.md b/content/blog/obsidian.md index d408885..b51e523 100644 --- a/content/blog/obsidian.md +++ b/content/blog/obsidian.md @@ -3,6 +3,5 @@ title: Obsidian date: 2023-12-25T11:34:38+01:00 description: Friendship ended with Emacs, now Obsidian is my best friend. tags: -showComments: false draft: true --- diff --git a/content/micro/markdown-tables.md b/content/micro/markdown-tables.md index 1c2b828..db82fb9 100644 --- a/content/micro/markdown-tables.md +++ b/content/micro/markdown-tables.md @@ -3,7 +3,6 @@ title: Markdown Tables Suck date: 2023-12-25T16:28:52+01:00 tags: - micro -showComments: false --- Tables are arguably the worst part of Markdown. No horizontal lines except for the mandatory one at the top. diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html deleted file mode 100644 index b0ea160..0000000 --- a/layouts/partials/comments.html +++ /dev/null @@ -1,12 +0,0 @@ - - -
-