www-new/src/config.d

11 lines
336 B
D

const string url_root = "/~j3parker/";
const string dweb_root = "/users/j3parker/www/";
const string site_root = dweb_root ~ "srv/";
const string site_title = "This is a Title";
const string site_subtitle = "but this is a subtitle";
const bool nav_tree_vert = true;
const bool nav_tree_chev = true;
const bool page_container = false;