From b8c876dc86717e5c29bf78a301ae12cf1385b491 Mon Sep 17 00:00:00 2001 From: Nick White Date: Thu, 10 Oct 2019 16:25:39 +0100 Subject: Set real baseurl and correct date of blog post --- config.toml | 2 +- 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] --- -- cgit v1.2.1-24-ge1ad