mirror of
https://github.com/BBaoVanC/bbaovanc.com.git
synced 2025-08-02 23:11:37 -05:00
Use new summary system
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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-->
|
||||
|
||||

|
||||
|
||||
## Introduction
|
||||
|
@@ -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-->
|
||||
|
||||

|
||||
|
||||
## Tutorial
|
||||
|
@@ -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" >}}
|
||||
|
Submodule themes/bobatheme updated: d359959351...b5f90127a0
Reference in New Issue
Block a user