all repos — eureka @ dff5bf47a0f12e1177bae5d5aea55598f2eecf55

static site generator based on the 100r.co engine

config.def.h (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#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 &lt;"\
              "<a href='mailto:nilix@nilfm.cc'>nilix@nilfm.cc</a>&gt;<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>&nbsp;"\
                "<a rel='me' href='https://cafe.nilfm.cc/u/nilix'><img "\
                "src='/img/honk.svg' alt='visit me on the Fediverse.'/></a>&nbsp;"\
                "<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"