From 125ad7dd4c26d0d87c11cd7efcfd6ba63fcd33c5 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Mon, 9 Oct 2023 22:24:58 -0400 Subject: [PATCH] Made announcement of configurable site --- ...e-hard-coded-variables-now-configurable.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 content/news/2023-10-10-site-hard-coded-variables-now-configurable.md diff --git a/content/news/2023-10-10-site-hard-coded-variables-now-configurable.md b/content/news/2023-10-10-site-hard-coded-variables-now-configurable.md new file mode 100644 index 000000000..1c8453f3f --- /dev/null +++ b/content/news/2023-10-10-site-hard-coded-variables-now-configurable.md @@ -0,0 +1,19 @@ +--- +slug: site-hard-coded-variables-now-configurable +date: '2023-10-10T02:26:48Z' +title: The Site's Hard Coded Variables are Now Configurable +tags: +- Administration +- ActivityPub +draft: false +--- + +For those of you using our static site code for your own site, or following the +progress, this update is for you. We have recently updated the code to move all +hard-coded references specific to this site out to a configuration file where +possible. This means we will very soon be moving the repo and starting up a new +account solely for this sites software (so FLEAR can do what it was supposed to). + +Please keep a close eye for our next status update, which hopefully will be to +announce the new repo and home for this project. In the meantime the code is +ready for more eyes. -- GitLab