22 lines
872 B
C
22 lines
872 B
C
/* clang-format off */
|
|
#define SITEMAP "all_pages"
|
|
#define DOMAIN "https://amotherfucking.website"
|
|
#define DEPLOY_DEST "usr@amotherfucking.website:/opt/site/"
|
|
#define DEPLOY_IDENT "id_sub"
|
|
#define TAG_BODY_SIZE 4096
|
|
#define LOGO_HTML "<img src='/img/logo.png' alt='a website'/>"
|
|
#define MAINCSS "/main.css"
|
|
#define FOOTER_HTML "peekaboo"
|
|
#define LICENSE_HTML "<a rel='license' target='_blank' href='/legal.html'>legal</a>"
|
|
#define DESC "website eeeeeeee"
|
|
#define IS_NAV_IN_HEADER 01
|
|
#define LEXICON_SIZE 1024
|
|
#define CONTACT_HTML "<a href='mailto:person@domain.net' class='mono'contact me</a>"
|
|
#define FRONTCSS "/front.css"
|
|
#define SITEROOT "../www/"
|
|
#define TWTXT "/twtxt.txt"
|
|
#define ABOUT_HTML "<h2>Welcome to this website</h2>"
|
|
#define NAME "a website"
|
|
#define IS_HTML5_VIDEO_ENABLED 0
|
|
#define CONTACT_ADDRESS "contact@amotherfuckingwebsite.com"
|
|
/* clang-format on */
|