diff options
author | Valentin Popov <valentin@popov.link> | 2024-02-14 13:48:55 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-02-14 13:48:55 +0300 |
commit | 631ca196c9bbc7fc3eeef4cce6bd9a6463ef74d1 (patch) | |
tree | 43fae88532a2c9dcf998ed14661d5d8380eb544f /_data/authors.yml | |
parent | d863b358a6570e397414b21d71e6236561ea8519 (diff) | |
download | popov.link-631ca196c9bbc7fc3eeef4cce6bd9a6463ef74d1.tar.xz popov.link-631ca196c9bbc7fc3eeef4cce6bd9a6463ef74d1.zip |
Set up the RSS feed and the authors of the posts
Diffstat (limited to '_data/authors.yml')
-rw-r--r-- | _data/authors.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/_data/authors.yml b/_data/authors.yml new file mode 100644 index 0000000..d9daa7a --- /dev/null +++ b/_data/authors.yml @@ -0,0 +1,7 @@ +adrianhenke: + name: Adrian Henke + email: "" + +valentineus: + name: Valentin Popov + email: valentin@popov.link
\ No newline at end of file |