Upload files to "/"
This commit is contained in:
parent
14ec1caae5
commit
a6dad6d697
2 changed files with 23 additions and 10 deletions
13
config.h
13
config.h
|
@ -1,20 +1,23 @@
|
|||
/* Absolute path to */
|
||||
#define ROOT "8img_dir"
|
||||
#define ROOT "."
|
||||
#define DB ROOT"/db"
|
||||
|
||||
|
||||
/* Html generator */
|
||||
#define CSS "style.css"
|
||||
#define LOGO "logo.png"
|
||||
#define LOGO "../files/logo.png"
|
||||
|
||||
#define DESC "-> from outer space"
|
||||
#define TITLE "8img gallery"
|
||||
#define TITLE "/ img"
|
||||
#define POST_PER_PAGE 5
|
||||
|
||||
|
||||
/* RSS generator */
|
||||
#define LINK "my_gallery.com"
|
||||
#define LINK "https://nlight.tilde.team/img/"
|
||||
#define XML_FILE "index.xml"
|
||||
|
||||
#define LANGUAGE "en-US"
|
||||
#define MAX_POST_COUNT 25
|
||||
#define MAX_POST_COUNT 5
|
||||
|
||||
/* Date */
|
||||
#define DATE_FORMAT "%a, %d %h %Y %H:%M:%S %z"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue