diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | site.mk | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,7 @@ # Depends: myrepos git mkdocs w3c-linkchecker libtext-hogan-perl +-include site.mk + domain ?= example.org shellhost ?= shell.$(domain) githost ?= source.$(domain) @@ -0,0 +1,2 @@ +domain = couchdesign.dk +organisation = Couchdesign |