Add site title setting
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
SITENAME="My Website"
|
||||
SITEADDRESS=https://example.com
|
||||
SITETITLE="My Personal Site"
|
||||
SITEDESCRIPTION="My Personal Web Pages"
|
||||
MAILTO=me@example.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user