28 lines
1.9 KiB
C
28 lines
1.9 KiB
C
/* clang-format off */
|
|
#define SITEMAP "all_pages"
|
|
#define DOMAIN "https://nilfm.cc"
|
|
#define DEPLOY_DEST "nilix@nilfm.cc:~/lib/nilfm/"
|
|
#define DEPLOY_IDENT "id_sub"
|
|
#define TAG_BODY_SIZE 4096
|
|
#define LOGO_HTML "<img src='/img/nilfm_blackHole_128.png' alt='blackhole://nilFM'/>"
|
|
#define MAINCSS "/nilfm.css?v=20230819.0"
|
|
#define FOOTER_HTML "<div style='float:right;text-align:center;'><a href='https://hacklab.nilfm.cc' target='_blank'><img src='/img/git.svg' alt='nilFM hack lab'/></a> \n" \
|
|
"<a href='https://cafe.nilfm.cc/u/nilix' target='_blank'><img src='/img/honk.svg' alt='honk'/></a> \n" \
|
|
"<a href='https://webring.xxiivv.com' target='_blank'><img src='/img/webring.svg' alt='xxiivv webring'/></a> \n" \
|
|
"<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>"
|
|
#define DESC "lair of drkste aka nilix: software artisan, digital philosopher"
|
|
#define IS_NAV_IN_HEADER 01
|
|
#define LEXICON_SIZE 1024
|
|
#define CONTACT_HTML "contact: <a href='mailto:nilix@nilfm.cc' class='mono'>nilix@nilfm.cc</a><br/><a href='/serv/76CD8BF07977D23EC494EA93F54E0D40695271D4.asc' style='font-family:monospace;display:inline-block;max-width:24ch;'>76CD 8BF0 7977 D23E C494 EA93 F54E 0D40 6952 71D4</a>\n" \
|
|
""
|
|
#define FRONTCSS "/nilfm.css?v=20230819.0"
|
|
#define SITEROOT "../www/"
|
|
#define TWTXT "/twtxt.txt"
|
|
#define ABOUT_HTML "Derek Stevens <<a style='font-family:monospace;' href='mailto:nilix@nilfm.cc'>nilix@nilfm.cc</a>><br/>\n" \
|
|
"software artisan, digital philosopher<br/><br/>\n" \
|
|
"<a href='/serv/76CD8BF07977D23EC494EA93F54E0D40695271D4.asc' style='font-family:monospace;display:inline-block;max-width:24ch;'>76CD 8BF0 7977 D23E C494 EA93 F54E 0D40 6952 71D4</a>\n" \
|
|
""
|
|
#define NAME "nilFM"
|
|
/* clang-format on */
|