Add site title setting
This commit is contained in:
parent
11168325ab
commit
1e5ab50e79
|
|
@ -40,6 +40,8 @@ GetCategory() {
|
||||||
# create index page
|
# create index page
|
||||||
rm index.groff
|
rm index.groff
|
||||||
custom_index=`cat index_custom.groff`
|
custom_index=`cat index_custom.groff`
|
||||||
|
echo ".B \"""$SITETITLE""\"" >> index.groff
|
||||||
|
echo "" >> index.groff
|
||||||
echo ".B \"""$SITEDESCRIPTION""\"" >> index.groff
|
echo ".B \"""$SITEDESCRIPTION""\"" >> index.groff
|
||||||
echo "" >> index.groff
|
echo "" >> index.groff
|
||||||
echo ".MTO "$MAILTO >> index.groff
|
echo ".MTO "$MAILTO >> index.groff
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
SITENAME="My Website"
|
SITENAME="My Website"
|
||||||
SITEADDRESS=https://example.com
|
SITEADDRESS=https://example.com
|
||||||
|
SITETITLE="My Personal Site"
|
||||||
SITEDESCRIPTION="My Personal Web Pages"
|
SITEDESCRIPTION="My Personal Web Pages"
|
||||||
MAILTO=me@example.com
|
MAILTO=me@example.com
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue