mirror of
https://github.com/BBaoVanC/bbaovanc.com.git
synced 2025-09-06 12:57:35 -05:00
Use >-
instead of |
in front matter + update .editorconfig
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
root = true
|
||||
|
||||
[*.{md,toml}]
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
|
||||
[*.{md,toml}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
trim_trailing_whitespace = true
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
title: Home
|
||||
|
||||
description: |
|
||||
description: >-
|
||||
This is my website.
|
||||
|
||||
---
|
||||
|
@@ -3,7 +3,7 @@
|
||||
title: Archivo
|
||||
icon: archive
|
||||
|
||||
description: |
|
||||
description: >-
|
||||
Entradas archivos de blog
|
||||
|
||||
---
|
||||
|
@@ -3,7 +3,7 @@
|
||||
title: Archive
|
||||
icon: archive
|
||||
|
||||
description: |
|
||||
description: >-
|
||||
Archived blog posts
|
||||
|
||||
---
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
title: Blog
|
||||
|
||||
description: |
|
||||
description: >-
|
||||
Mis entradas de blog
|
||||
|
||||
---
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
title: Blog
|
||||
|
||||
description: |
|
||||
description: >-
|
||||
My blog posts
|
||||
|
||||
---
|
||||
|
@@ -4,7 +4,7 @@ title: Contact
|
||||
menu: main
|
||||
toc: false
|
||||
|
||||
description: |
|
||||
description: >-
|
||||
Want to contact me? Here's how you can.
|
||||
|
||||
---
|
||||
|
@@ -4,7 +4,7 @@ title: Donate
|
||||
menu: main
|
||||
toc: false
|
||||
|
||||
description: |
|
||||
description: >-
|
||||
I have a few cryptocurrency addresses that you can use if you want to donate to
|
||||
me.
|
||||
|
||||
|
@@ -7,7 +7,7 @@ toc: true
|
||||
aliases:
|
||||
- /blog/links/
|
||||
|
||||
description: |
|
||||
description: >-
|
||||
A page with links to a lot of my different projects.
|
||||
|
||||
---
|
||||
|
Reference in New Issue
Block a user