Add index and styles
[~bandali/bndl.org] / ssng
diff --git a/ssng b/ssng
index c9cb4d0..8ea78e2 100755 (executable)
--- a/ssng
+++ b/ssng
 # ssng is a fork of Roman Zolotarev's ssg. See end of file for ssg's
 # license notice.
 
-: "${WEBSITE_TITLE:=Roman Zolotarev}"
-: "${SERVER_NAME:=www.romanzolotarev.com}"
+: "${WEBSITE_TITLE:=Amin Bandali}"
+: "${SERVER_NAME:=aminb.org}"
 : "${SERVER_PROTO:=https}"
-: "${RSS_AUTHOR:=hi@romanzolotarev.com (Roman Zolotarev)}"
+: "${RSS_AUTHOR:=amin@aminb.org}"
 : "${RSS_DESCRIPTION:=Personal website}"
-: "${COPYRIGHT_YEAR:=2016}"
+: "${COPYRIGHT_FROM_YEAR:=2016}"
 
 ##########################################################################