Use new summary system

This commit is contained in:
2021-10-09 15:44:49 -05:00
parent 20406c8a51
commit 19a94b2f81
7 changed files with 28 additions and 28 deletions

View File

@@ -7,11 +7,6 @@ aliases = [
"posts/new-comment-system-again/",
]
description = """
I decided to switch my comment system from Isso to
[Commento](https://www.commento.io/)
"""
#tags = [
# "announcement",
# "hugo",
@@ -19,6 +14,11 @@ I decided to switch my comment system from Isso to
#]
+++
I decided to switch my comment system from Isso to
[Commento](https://www.commento.io/).
<!--more-->
## Isso vs Commento
I know it's only been six days since I added Isso, but I decided to switch to a

View File

@@ -7,10 +7,6 @@ aliases = [
"posts/new-comment-system/",
]
description = """
I added a comment system to my blog, using [Isso](https://posativ.org/isso/).
"""
#tags = [
# "announcement",
# "hugo",
@@ -18,6 +14,10 @@ I added a comment system to my blog, using [Isso](https://posativ.org/isso/).
#]
+++
I added a comment system to my blog, using [Isso](https://posativ.org/isso/).
<!--more-->
## About
I set up a comment system named [Isso](https://posativ.org/isso/) on my blog

View File

@@ -7,17 +7,17 @@ aliases = [
"posts/allow-non-root-processes-to-bind-to-privileged-ports/",
]
description = """
In Linux, processes cannot bind to privileged ports (<=1024) unless they are
running as root. Here's how to allow any process to bind to privileged ports.
"""
tags = [
"guide",
"linux",
]
+++
In Linux, processes cannot bind to privileged ports (<=1024) unless they are
running as root. Here's how to allow any process to bind to privileged ports.
<!--more-->
## Introduction
In Linux, processes cannot bind to privileged ports (<=1024) unless they are

View File

@@ -7,10 +7,6 @@ aliases = [
"posts/checkra1n-gui-on-other-distros/",
]
description = """
You can run the GUI version of checkra1n on non Debian-based distributions.
"""
tags = [
"guide",
"linux",
@@ -25,6 +21,10 @@ src = "gui.webp"
title = "Checkra1n GUI running on Arch Linux"
+++
You can run the GUI version of checkra1n on non Debian-based distributions.
<!--more-->
![Checkra1n GUI running on Arch Linux](gui.webp)
## Introduction

View File

@@ -7,11 +7,6 @@ aliases = [
"posts/edited-in-middle-of-message-discord/",
]
description = """
With a bit of trickery using the RLE character (U+202B), you can get the
(edited) text on a message to be somewhere other than at the end of the message.
"""
tags = [
"tutorial",
"discord",
@@ -24,6 +19,11 @@ src = "example.webp"
title = "Example image"
+++
With a bit of trickery using the RLE character (U+202B), you can get the
(edited) text on a message to be somewhere other than at the end of the message.
<!--more-->
![Example image](example.webp)
## Tutorial

View File

@@ -8,10 +8,6 @@ aliases = [
"/blog/posts/text-substitution-in-discord-using-sed/",
]
description = """
Discord has (very primitive) support for text replacement using `sed` syntax.
"""
tags = [
"tutorial",
"discord",
@@ -24,6 +20,10 @@ src = "example.mov"
title = "Example Video"
+++
Discord has (very primitive) support for text replacement using `sed` syntax.
<!--more-->
## Tutorial
{{< video src="example.mov" title="Example Video" >}}