25 lines
1.4 KiB
C
25 lines
1.4 KiB
C
#define LEXICON_SIZE 1024
|
|
#define TAG_BODY_SIZE 4096
|
|
|
|
#define NAME "nilFM"
|
|
#define DOMAIN "https://nilfm.cc"
|
|
#define LOGO "<img src='/img/nilfm_blackHole_96.png' alt='blackHole://server'/>"
|
|
#define DESC "lair of drkste aka nilix: programmer, artist, philosopher"
|
|
#define ABOUT "Derek Stevens <"\
|
|
"<a href='mailto:nilix@nilfm.cc'>nilix@nilfm.cc</a>><br/>"\
|
|
"artist, programmer, philosopher<br/><br/>"\
|
|
"verify my signature: <a href='/serv/signingKey.pub'>signing public key</a><br/>"\
|
|
"send me an encrypted message: <a href='/serv/encryptionKey.pub'>encryption public key</a>"
|
|
#define CONTACT "contact: <a href='mailto:nilix@nilfm.cc'>nilix@nilfm.cc</a> (<a href='keys.html'>keys</a>)<br/>"
|
|
#define FOOTER "<a href='/git/'><img "\
|
|
"src='/img/git.svg' alt='visit the nilFM hack lab.'/></a> "\
|
|
"<a rel='me' href='https://cafe.nilfm.cc/u/nilix'><img "\
|
|
"src='/img/honk.svg' alt='visit me on the Fediverse.'/></a> "\
|
|
"<a href='https://webring.xxiivv.com'><img "\
|
|
"src='/img/webring.svg' alt='visit the Webring.'/></a><br/>"
|
|
#define LICENSE "<a rel='license' "\
|
|
"href='https://creativecommons.org/licenses/by-nc/4.0/"\
|
|
"legalcode.txt'>CC-BY-NC 4</a>"
|
|
#define SITEROOT "../www/"
|
|
#define MAINCSS "/new.css"
|
|
#define FRONTCSS "/front.css"
|