diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-24 18:36:15 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-24 18:36:15 +0100 |
commit | 1892bc38d8416a6ec79f37c41a9ffb38b6f44938 (patch) | |
tree | ffd211a1718ff2b793179c6fb115faf190e3cdfb /_data | |
parent | be6c61295058e32604e4d18da3689d2675e5bf19 (diff) |
minimalize layout
Diffstat (limited to '_data')
-rw-r--r-- | _data/.gitignore | 1 | ||||
-rw-r--r-- | _data/authors.yml | 15 |
2 files changed, 8 insertions, 8 deletions
diff --git a/_data/.gitignore b/_data/.gitignore index 8b1e502..ef668c9 100644 --- a/_data/.gitignore +++ b/_data/.gitignore @@ -1 +1,2 @@ post +meta.yml diff --git a/_data/authors.yml b/_data/authors.yml index 62cc535..286b392 100644 --- a/_data/authors.yml +++ b/_data/authors.yml @@ -1,8 +1,7 @@ -authors: - - name: Loek - git: - - Loek Le Blansch - - lonkaars - - name: Willem - git: - - Willem Paternotte +- name: Loek + git: + - Loek Le Blansch + - lonkaars +- name: Willem + git: + - Willem Paternotte |