stagit

personal fork of stagit (rnpnr branch)
git clone anongit@rnpnr.xyz:stagit.git
Log | Files | Refs | Feed | README | LICENSE

config.h (261B)


      1 static const char indextitle[] = "git | rnpnr";
      2 static const char navtitle[] = "randy palamar";
      3 static const char *navbar[][2] = {
      4 	{ "[blog]", "blog" },
      5 	{ "[git]", "git" },
      6 	{ "[setup]", "setup.html" },
      7 };
      8 
      9 static const char siteurl[] = "https://rnpnr.xyz/";