From ce14ea72fd1fa217c8316b7550c78852f4c46418 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Sun, 8 Oct 2023 12:53:19 -0400 Subject: [PATCH] Added CHANGELOG and CONTRIBUTORS files --- CHANGELOG.md | 5 +++++ CONTRIBUTORS.md | 7 +++++++ config.toml | 8 ++++---- 3 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 CHANGELOG.md create mode 100644 CONTRIBUTORS.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..30ea40de4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## 0.0.1 + +* Initial release diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md new file mode 100644 index 000000000..2c2aa6ab0 --- /dev/null +++ b/CONTRIBUTORS.md @@ -0,0 +1,7 @@ +## Current Project Lead + +* [Jeffrey Phillips Freeman](http://JeffreyFreeman.me) - Founder and maintainer of the project. + +## Contributors + +* [Paul Kinland](https://paul.kinlan.me) - Adapted and heavily modified some of his code. diff --git a/config.toml b/config.toml index 2a8259a8a..54cd8ba94 100644 --- a/config.toml +++ b/config.toml @@ -17,12 +17,12 @@ limit = 50 post = "/:title/" [author] -name = "FLEAR" -email = "flear@flear.org" +name = "Jeffrey Phillips Freeman" +email = "the@jeffreyfreeman.me" [params] -author = "FLEAR" -description = "Free and Libre Engineers for Amateur Radio" +author = "Jeffrey Phillips Freeman" +description = "FLEAR - Free and Libre Engineers for Amateur Radio" analyticsid = "UA-114468-20" [taxonimies] -- GitLab