Add site title setting

This commit is contained in:
Paul Jones 2021-12-04 12:06:35 -05:00
parent 11168325ab
commit 1e5ab50e79
2 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,8 @@ GetCategory() {
# create index page
rm index.groff
custom_index=`cat index_custom.groff`
echo ".B \"""$SITETITLE""\"" >> index.groff
echo "" >> index.groff
echo ".B \"""$SITEDESCRIPTION""\"" >> index.groff
echo "" >> index.groff
echo ".MTO "$MAILTO >> index.groff

View File

@ -1,5 +1,6 @@
SITENAME="My Website"
SITEADDRESS=https://example.com
SITETITLE="My Personal Site"
SITEDESCRIPTION="My Personal Web Pages"
MAILTO=me@example.com