From ced7a8b54710a590c38cbbc9f64dec7920cc27a8 Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 1 Oct 2019 19:00:54 +0100 Subject: Add first draft of blog to git --- config.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config.toml (limited to 'config.toml') diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..0015559 --- /dev/null +++ b/config.toml @@ -0,0 +1,9 @@ +baseURL = "http://example.org/" +languageCode = "en-us" +theme = "hyde" +title = "Rescribe Blog" + +[params] +description = "Historical OCR, and all things around it" +themeColor = "theme-rescribe" +# TODO: move away from google-hosted fonts -- cgit v1.2.1-24-ge1ad