From 37c58434bde205394c1550aee32d3621ac3ba182 Mon Sep 17 00:00:00 2001 From: Nick White Date: Wed, 2 Oct 2019 18:23:32 +0100 Subject: Add menu items, and improve wording slightly --- config.toml | 11 ++++++++++- content/posts/binarisation-introduction/index.md | 2 +- content/posts/who-we-are.md | 8 -------- content/who-we-are.md | 8 ++++++++ 4 files changed, 19 insertions(+), 10 deletions(-) delete mode 100644 content/posts/who-we-are.md create mode 100644 content/who-we-are.md diff --git a/config.toml b/config.toml index 0015559..28dc0db 100644 --- a/config.toml +++ b/config.toml @@ -6,4 +6,13 @@ title = "Rescribe Blog" [params] description = "Historical OCR, and all things around it" themeColor = "theme-rescribe" -# TODO: move away from google-hosted fonts + +[[menu.main]] + name = "Archive" + url = "/posts/" +[[menu.main]] + name = "Categories" + url = "/categories/" +[[menu.main]] + name = "Who We Are" + url = "/who-we-are" diff --git a/content/posts/binarisation-introduction/index.md b/content/posts/binarisation-introduction/index.md index 1c5a469..085b8c5 100644 --- a/content/posts/binarisation-introduction/index.md +++ b/content/posts/binarisation-introduction/index.md @@ -63,4 +63,4 @@ which are darker than the threshold. Both of these criticisms could be addressed by using an algorithm that could alter the threshold according to the conditions of the region on the page. That will be covered in the next blog post, -[Adaptive Binarisation]({{< ref "binarisation-adaptive.md" >}}). +[Adaptive Binarisation](/posts/adaptive-binarisation). diff --git a/content/posts/who-we-are.md b/content/posts/who-we-are.md deleted file mode 100644 index 3090606..0000000 --- a/content/posts/who-we-are.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Who we are" -date: 2019-02-11 -draft: true ---- -Rescribe is a research collective focused on improving the state of OCR and related technologies for historical books and documents. Free and open source software is key to the work we do, and we release all the code and training data we can on [github](https://github.com/rescribe). - -We work with a variety of academic and archiving projects to make historical works more accessible, searchable and discoverable, and to enable researchers to work with them and find connections in new ways. diff --git a/content/who-we-are.md b/content/who-we-are.md new file mode 100644 index 0000000..6916979 --- /dev/null +++ b/content/who-we-are.md @@ -0,0 +1,8 @@ +--- +title: "Who we are" +date: 2019-02-11 +draft: true +--- +Rescribe is a not-for-profit company focused on improving the state of OCR and related technologies for historical books and documents. Free and open source software is key to the work we do, and we release all the code and training data we create and use on [github](https://github.com/rescribe). + +We work with a variety of academic and archival projects to make historical works more accessible, searchable and discoverable, and to enable researchers to work with them and find new connections. -- cgit v1.2.1-24-ge1ad