tconfig.cfg - adamsgaard.dk - my academic webpage | |
git clone git://src.adamsgaard.dk/adamsgaard.dk | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
tconfig.cfg (638B) | |
--- | |
1 # defaults: but can be overwritten by any page. | |
2 | |
3 # last updated the site. | |
4 siteupdated=2019-09-21 | |
5 | |
6 # site title (part of ${pagetitle} probably). | |
7 sitetitle=adamsgaard.dk | |
8 # prefix site url. | |
9 siteurl=https://adamsgaard.dk | |
10 # site mail used for contact "mail link". | |
11 sitemail=anders@[email protected] | |
12 | |
13 # page | |
14 | |
15 # page language. | |
16 lang=en | |
17 # site author (global). | |
18 # site keywords (global default), don't use too many. | |
19 keywords=blog, glaciology, granular, sphere, dem | |
20 # site description (global default). | |
21 description=Academic webpage of Anders Damsgaard | |
22 author=Anders | |
23 | |
24 # default title | |
25 title= | |
26 | |
27 pagebegin=common/pagebegin.html | |
28 pageend=common/pageend.html |