2023-01-13 05:35:01 +00:00
|
|
|
/* clang-format off */
|
|
|
|
|
2023-01-26 05:50:25 +00:00
|
|
|
#define MAINCSS "/nilfm.css?v=20220119.0"
|
2022-02-12 23:06:47 +00:00
|
|
|
#define DOMAIN "https://nilfm.cc"
|
2023-01-13 05:35:01 +00:00
|
|
|
#define LEXICON_SIZE 1024
|
2023-01-12 07:19:55 +00:00
|
|
|
#define TWTXT "/twtxt.txt"
|
2023-01-26 05:50:25 +00:00
|
|
|
#define SITEMAP "all_pages"
|
|
|
|
#define FRONTCSS "/nilfm.css?v=20220119.0"
|
2023-01-18 01:51:18 +00:00
|
|
|
#define CONTACT_HTML "contact: <a href='mailto:nilix@nilfm.cc' class='mono'>nilix@nilfm.cc</a><br/><a href='/serv/90587A740FA4FFA0971575383B7FBC22144E6398.asc' style='font-family:monospace;display:inline-block;max-width:24ch;'>9058 7A74 0FA4 FFA0 9715 7538 3B7F BC22 144E 6398</a>\n" \
|
2023-01-13 05:35:01 +00:00
|
|
|
""
|
|
|
|
#define NAME "nilFM"
|
|
|
|
#define TAG_BODY_SIZE 4096
|
2023-01-18 01:51:18 +00:00
|
|
|
#define ABOUT_HTML "Derek Stevens <<a style='font-family:monospace;' href='mailto:nilix@nilfm.cc'>nilix@nilfm.cc</a>><br/>\n" \
|
2023-01-13 05:35:01 +00:00
|
|
|
"software artisan, digital philosopher<br/><br/>\n" \
|
2023-01-18 01:51:18 +00:00
|
|
|
"<a href='/serv/90587A740FA4FFA0971575383B7FBC22144E6398.asc' style='font-family:monospace;display:inline-block;max-width:24ch;'>9058 7A74 0FA4 FFA0 9715 7538 3B7F BC22 144E 6398</a>\n" \
|
2023-01-13 05:35:01 +00:00
|
|
|
""
|
2023-01-18 01:51:18 +00:00
|
|
|
#define FOOTER_HTML "<div style='float:right;text-align:center;'><a href='https://nilfm.cc/git/' target='_blank'><img src='/img/git.svg' alt='nilFM hack lab'/></a> \n" \
|
2023-01-26 05:50:25 +00:00
|
|
|
"<a href='https://cafe.nilfm.cc/u/nilix' target='_blank'><img src='/img/honk.svg' alt='honk'/></a> \n" \
|
2023-01-18 01:51:18 +00:00
|
|
|
"<a href='https://webring.xxiivv.com' target='_blank'><img src='/img/webring.svg' alt='xxiivv webring'/></a> \n" \
|
2023-01-26 05:50:25 +00:00
|
|
|
"<a href='https://lightcrystal.systems' target='_blank'><img src='/img/lightcrystal_bw_small.svg' alt='lightcrystal.systems'/> \n"
|
|
|
|
#define LICENSE_HTML "<a rel='license' target='_blank' href='/legal.html'><img src='/img/cc.svg' alt='legal stuff'/></a></div>"
|
2023-01-13 05:35:01 +00:00
|
|
|
#define LOGO_HTML "<img src='/img/nilfm_blackHole_128.png' alt='blackhole://nilFM'/>"
|
|
|
|
#define DESC "lair of drkste aka nilix: software artisan, digital philosopher"
|
|
|
|
#define SITEROOT "../www/"
|
2023-01-18 01:51:18 +00:00
|
|
|
#define IS_NAV_IN_HEADER 1
|
2023-01-13 05:35:01 +00:00
|
|
|
|
|
|
|
/* clang-format on */
|