Meta: remove comments

This commit is contained in:
Jan Kremer 2024-05-31 14:27:45 +02:00
parent ff91ad1f8d
commit e083b710ec
Signed by: jan
GPG key ID: A7DA689CB3B078EC
8 changed files with 0 additions and 23 deletions

View file

@ -3,6 +3,5 @@ title: {{ replace .Name "-" " " | title }}
date: {{ .Date }} date: {{ .Date }}
description: description:
tags: tags:
showComments: false
draft: true draft: true
--- ---

View file

@ -3,6 +3,5 @@ title: {{ replace .Name "-" " " | title }}
date: {{ .Date }} date: {{ .Date }}
tags: tags:
- micro - micro
showComments: false
draft: true draft: true
--- ---

View file

@ -5,6 +5,5 @@ description:
feature: feature:
tags: tags:
- photos - photos
showComments: false
draft: true draft: true
--- ---

View file

@ -3,7 +3,6 @@ title: "Easter eggs of this Websites"
date: 2023-09-19 date: 2023-09-19
description: "What you can't see is what you GET." description: "What you can't see is what you GET."
tags: [meta] tags: [meta]
showComments: true
draft: true draft: true
--- ---
## .well_known ## .well_known
@ -39,7 +38,3 @@ I think you need to use a [nerd font](https://nerdfonts.com) for the QR code to
> Why? > Why?
Just for fun. Just for fun.
## More?
What am I missing? Tell me in the comments or via [email](/about#kontakt).

View file

@ -4,7 +4,6 @@ date: 2024-03-14
description: Moving from Homebrew to Nix. Mostly. description: Moving from Homebrew to Nix. Mostly.
tags: tags:
- nix - 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. 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.

View file

@ -3,6 +3,5 @@ title: Obsidian
date: 2023-12-25T11:34:38+01:00 date: 2023-12-25T11:34:38+01:00
description: Friendship ended with Emacs, now Obsidian is my best friend. description: Friendship ended with Emacs, now Obsidian is my best friend.
tags: tags:
showComments: false
draft: true draft: true
--- ---

View file

@ -3,7 +3,6 @@ title: Markdown Tables Suck
date: 2023-12-25T16:28:52+01:00 date: 2023-12-25T16:28:52+01:00
tags: tags:
- micro - micro
showComments: false
--- ---
Tables are arguably the worst part of Markdown. Tables are arguably the worst part of Markdown.
No horizontal lines except for the mandatory one at the top. No horizontal lines except for the mandatory one at the top.

View file

@ -1,12 +0,0 @@
<script type="text/javascript" src="https://latest.cactus.chat/cactus.js"></script>
<link rel="stylesheet" href="https://latest.cactus.chat/style.css" type="text/css">
<div id="comment-section"></div>
<script>
initComments({
node: document.getElementById("comment-section"),
defaultHomeserverUrl: "https://matrix.cactus.chat:8448",
serverName: "cactus.chat",
siteName: "jankremer",
commentSectionId: "{{ index .Params 0 }}"
})
</script>