config parser (WIP)
This commit is contained in:
parent
d0f2593887
commit
77ade504f6
14 changed files with 810 additions and 632 deletions
20
config
Normal file
20
config
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Absolute path to
|
||||
ROOT www
|
||||
|
||||
# Html generator
|
||||
CSS style.css
|
||||
LOGO logo.png
|
||||
|
||||
DESC 8img
|
||||
TITLE / img
|
||||
POST_PER_PAGE 5
|
||||
|
||||
# RSS generator
|
||||
LINK https://nlight.tilde.team/img/
|
||||
XML_FILE index.xml
|
||||
|
||||
LANGUAGE en-US
|
||||
MAX_POST_COUNT 20
|
||||
|
||||
# Date
|
||||
DATE_FORMAT %a, %d %h %Y %H:%M:%S %z
|
Loading…
Add table
Add a link
Reference in a new issue