commit a90c6c48d7f318ffab26be8ad23bcadae8b1b486 parent 11d30bc110cd3c89afc3227c25d306e95428ef26 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Mon, 5 Nov 2018 10:10:03 +0100 Add default baseURL Diffstat:
M | config.toml | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/config.toml b/config.toml @@ -1,5 +1,6 @@ theme = "tale-mod" defaultContentLanguage = "en" +baseURL = "https://andersdamsgaard.com/" [params] author = "Anders Damsgaard"