From 3db294cfc87f8611ba015fd7528d94a5ae938e1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Fri, 14 Feb 2025 14:30:56 +0100 Subject: [PATCH] Switch global config to PHP. --- config.cfg | 28 ---------------------------- config.php | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 28 deletions(-) delete mode 100644 config.cfg create mode 100644 config.php diff --git a/config.cfg b/config.cfg deleted file mode 100644 index 4311c45..0000000 --- a/config.cfg +++ /dev/null @@ -1,28 +0,0 @@ -# defaults: can be overwritten by any page. - -# last updated the site. -siteupdated = 2025-01-25 - -# site title (part of page ${title} probably). -sitetitle = The Music in Noise -# prefix site url. -siteurl = https://themusicinnoise.net -# site mail used for contact "mail link". -sitemail = nicolas AT ortegas DOT org -# site generator. -sitegenerator = saait (https://git.codemadness.org/saait/file/README.html) - -## page -# page language. -lang = en -# author (global default). -author = Nicolás Ortega Froysa -# site keywords (global default), don't use too many. -keywords = programming, language, society, religion, blog -# site description (global default). -description = Personal website for publishing projects and blog posts. -# copyright year -copyyear = 2025 - -# default title. -title = diff --git a/config.php b/config.php new file mode 100644 index 0000000..a129d8e --- /dev/null +++ b/config.php @@ -0,0 +1,26 @@ +