Switch global config to PHP.
This commit is contained in:
parent
9533cebef3
commit
3db294cfc8
28
config.cfg
28
config.cfg
@ -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 =
|
26
config.php
Normal file
26
config.php
Normal file
@ -0,0 +1,26 @@
|
||||
<?php
|
||||
# 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";
|
||||
|
||||
## page
|
||||
# page language.
|
||||
$lang = "en-US";
|
||||
# author (global default).
|
||||
$author = "Nicolás Ortega Froysa";
|
||||
# site keywords (global default), don't use too many.
|
||||
$keywords = "programming, language, society, religion, blog, catholicism";
|
||||
# site description (global default).
|
||||
$description = "Personal website for publishing projects and blog posts.";
|
||||
# copyright year
|
||||
$copyyear = "2025";
|
||||
|
||||
# default title.
|
||||
$title = "";
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user