mirror of
https://github.com/BBaoVanC/bbaovanc.com.git
synced 2025-10-11 10:15:17 -05:00
Use yaml front matter instead of toml
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
+++
|
||||
title = "Archivo"
|
||||
icon = "archive"
|
||||
---
|
||||
|
||||
description = """
|
||||
Entradas archivos de blog
|
||||
"""
|
||||
+++
|
||||
title: Archivo
|
||||
icon: archive
|
||||
|
||||
description: |
|
||||
Entradas archivos de blog
|
||||
|
||||
---
|
||||
|
@@ -1,8 +1,9 @@
|
||||
+++
|
||||
title = "Archive"
|
||||
icon = "archive"
|
||||
---
|
||||
|
||||
description = """
|
||||
Archived blog posts
|
||||
"""
|
||||
+++
|
||||
title: Archive
|
||||
icon: archive
|
||||
|
||||
description: |
|
||||
Archived blog posts
|
||||
|
||||
---
|
||||
|
@@ -1,20 +1,20 @@
|
||||
+++
|
||||
title = "New Comment System (again)"
|
||||
date = "2021-04-17"
|
||||
toc = true
|
||||
---
|
||||
|
||||
aliases = [
|
||||
"/blog/posts/new-comment-system-again/",
|
||||
"/blog/new-comment-system-again/",
|
||||
"/archive/new-comment-system-again/",
|
||||
]
|
||||
title: New Comment System (again)
|
||||
date: "2021-04-17"
|
||||
toc: true
|
||||
|
||||
tags = [
|
||||
"announcement",
|
||||
"hugo",
|
||||
"blog",
|
||||
]
|
||||
+++
|
||||
aliases:
|
||||
- /blog/posts/new-comment-system-again/
|
||||
- /blog/new-comment-system-again/
|
||||
- /archive/new-comment-system-again/
|
||||
|
||||
tags:
|
||||
- announcement
|
||||
- hugo
|
||||
- blog
|
||||
|
||||
---
|
||||
|
||||
I decided to switch my comment system from Isso to
|
||||
[Commento](https://www.commento.io/).
|
||||
|
@@ -1,20 +1,20 @@
|
||||
+++
|
||||
title = "New Comment System"
|
||||
date = "2021-04-11"
|
||||
toc = true
|
||||
---
|
||||
|
||||
aliases = [
|
||||
"/blog/posts/new-comment-system/",
|
||||
"/blog/new-comment-system/",
|
||||
"/archive/new-comment-system/",
|
||||
]
|
||||
title: New Comment System
|
||||
date: "2021-04-11"
|
||||
toc: true
|
||||
|
||||
tags = [
|
||||
"announcement",
|
||||
"hugo",
|
||||
"blog",
|
||||
]
|
||||
+++
|
||||
aliases:
|
||||
- /blog/posts/new-comment-system/
|
||||
- /blog/new-comment-system/
|
||||
- /archive/new-comment-system/
|
||||
|
||||
tags:
|
||||
- announcement
|
||||
- hugo
|
||||
- blog
|
||||
|
||||
---
|
||||
|
||||
I added a comment system to my blog, using [Isso](https://posativ.org/isso/).
|
||||
|
||||
|
Reference in New Issue
Block a user