summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorNick White <git@njw.name>2019-10-10 16:25:39 +0100
committerNick White <git@njw.name>2019-10-10 16:25:39 +0100
commitb8c876dc86717e5c29bf78a301ae12cf1385b491 (patch)
tree288a7e132f7363bdb8f7d40d1946ddf38d498396 /config.toml
parent24e97b72fa12bb5ddb18dbe423c1e58d64a32b1f (diff)
Set real baseurl and correct date of blog post
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index e769fe8..000897d 100644
--- a/config.toml
+++ b/config.toml
@@ -1,4 +1,4 @@
-baseURL = "http://example.org/"
+baseURL = "https://blog.rescribe.xyz/"
languageCode = "en-us"
theme = "hyde"
title = "Rescribe Blog"