31 lines
640 B
INI
31 lines
640 B
INI
[options site]
|
|
|
|
url = http://REPLACE-THE-WHOLE-URL.example.com
|
|
briefname = example.com
|
|
title = THE TITLE OF YOUR SITE
|
|
descr = VERY SHORT DESCRIPTION OF YOUR SITE
|
|
copyright = © YOUR NAME HERE PLEASE, 2024
|
|
|
|
local_css = no
|
|
|
|
|
|
|
|
[general]
|
|
|
|
# Choose one of the available color schemes (leave blank for the default;
|
|
# please note the default is boring)
|
|
#
|
|
# opt_selector:clr = twilight
|
|
# opt_selector:clr = cloudy
|
|
opt_selector:clr =
|
|
|
|
# Choose what do you want your feed to be: a blog or a news feed
|
|
# If you occasionally leave this blank, the result will look ugly
|
|
#
|
|
# opt_selector:feed = blog
|
|
# opt_selector:feed = news
|
|
opt_selector:feed =
|
|
|
|
|
|
|