Use >- instead of | in front matter + update .editorconfig

This commit is contained in:
2021-10-14 21:38:12 -05:00
parent 4cf931c2ea
commit 86d346e4ae
9 changed files with 11 additions and 9 deletions

View File

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

View File

@@ -2,7 +2,7 @@
title: Home
description: |
description: >-
This is my website.
---

View File

@@ -3,7 +3,7 @@
title: Archivo
icon: archive
description: |
description: >-
Entradas archivos de blog
---

View File

@@ -3,7 +3,7 @@
title: Archive
icon: archive
description: |
description: >-
Archived blog posts
---

View File

@@ -2,7 +2,7 @@
title: Blog
description: |
description: >-
Mis entradas de blog
---

View File

@@ -2,7 +2,7 @@
title: Blog
description: |
description: >-
My blog posts
---

View File

@@ -4,7 +4,7 @@ title: Contact
menu: main
toc: false
description: |
description: >-
Want to contact me? Here's how you can.
---

View File

@@ -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.

View File

@@ -7,7 +7,7 @@ toc: true
aliases:
- /blog/links/
description: |
description: >-
A page with links to a lot of my different projects.
---