Use YAML front matter for better AsciiDoctor support
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Marko Korhonen 2022-06-12 00:30:06 +03:00
parent e7bb772168
commit 6dcadd4b17
No known key found for this signature in database
GPG Key ID: 911B85FBC6003FE5
5 changed files with 27 additions and 24 deletions

View File

@ -1,5 +1,5 @@
+++
title = "{{ replace .Name "-" " " | title }}"
date = {{ .Date }}
draft = true
+++
---
title: {{ replace .Name "-" " " | title }}
date: {{ .Date }}
draft: true
---

View File

@ -1,7 +1,8 @@
+++
title = "Korhonen AUR"
date = 2022-03-25
+++
---
title: Korhonen AUR
date: 2022-03-25
---
= Korhonen AUR
This is a repository of prebuilt AUR packages that I use myself. I
decided to share it openly on the internet if somebody else finds it
@ -34,7 +35,7 @@ me] and I'll see what I can do.
== Usage
First, add my PGP key to your pacman keyring and trust it
First, add link:/pgp[my PGP key] to your pacman keyring and trust it
[source,shell]
----

View File

@ -1,7 +1,8 @@
+++
title = "Korhonen AUR"
date = 2022-03-25
+++
---
title: Korhonen AUR
date: 2022-03-25
---
= Korhonen AUR
Tämä on Arch Linux repo joka koostuu AUR paketeista joita käytän itse.
Ajattelin jakaa tämän julkisesti netissä jos joku tästä jotain
@ -31,7 +32,7 @@ viikossa. Jos haluaisit jonkun paketin lisättäväksi repoon, mailto:aur@marko.
== Käyttö
Ensiksi, lisää link:/fi/pgp/[PGP avaimeni] pacman
Ensiksi, lisää link:/fi/pgp[PGP avaimeni] pacman
avainnippuusi ja luota siihen
[source,shell]

View File

@ -1,7 +1,8 @@
+++
title = "PGP"
date = 2022-06-10
+++
---
title: PGP
date: 2022-03-25
---
= PGP
I like PGP and I secure everything I can with it. If you would like to
send me encrypted files, emails or anything of that sort, you came to

View File

@ -1,8 +1,8 @@
+++
title = "Hugo and Jekyll"
date = 2022-03-23
draft = true
+++
---
title: Hugo and Jekyll
date: 2022-03-23
draft: true
---
= Hugo and Jekyll
Marko Korhonen <marko@korhonen.cc>
v1.0, 2022-03-23