Basic website with home page, contact/feedback forms (project links do nothing)
[ndcode_site.git] / _config / globals.json
1 {
2   "site_title": "NDCODE",
3   "navigation": [
4     "/index.html",
5     "/contact.html"
6   ],
7   "page_to_title": {
8     "/index.html": "Home",
9     "/contact.html": "Contact"
10   }
11 }