eureka/config.def.h

23 lines
872 B
C
Raw Permalink Normal View History

/* clang-format off */
#define SITEMAP "all_pages"
2024-09-27 01:32:04 +00:00
#define DOMAIN "https://amotherfucking.website"
#define DEPLOY_DEST "usr@amotherfucking.website:/opt/site/"
2023-10-21 04:44:33 +00:00
#define DEPLOY_IDENT "id_sub"
#define TAG_BODY_SIZE 4096
2024-09-27 01:32:04 +00:00
#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
2024-09-27 01:32:04 +00:00
#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"
2024-09-27 01:32:04 +00:00
#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 */