diff options
author | Nick White <git@njw.name> | 2019-10-10 16:25:39 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2019-10-10 16:25:39 +0100 |
commit | b8c876dc86717e5c29bf78a301ae12cf1385b491 (patch) | |
tree | 288a7e132f7363bdb8f7d40d1946ddf38d498396 | |
parent | 24e97b72fa12bb5ddb18dbe423c1e58d64a32b1f (diff) |
Set real baseurl and correct date of blog post
-rw-r--r-- | config.toml | 2 | ||||
-rw-r--r-- | content/posts/binarisation-introduction/index.md | 2 |
2 files changed, 2 insertions, 2 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" diff --git a/content/posts/binarisation-introduction/index.md b/content/posts/binarisation-introduction/index.md index 041f6fa..f066c81 100644 --- a/content/posts/binarisation-introduction/index.md +++ b/content/posts/binarisation-introduction/index.md @@ -1,6 +1,6 @@ --- title: "An Introduction to Binarisation" -date: 2019-02-11 +date: 2019-10-09 draft: true categories: [binarisation, preprocessing, image manipulation] --- |