summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.name>2019-10-02 18:23:32 +0100
committerNick White <git@njw.name>2019-10-02 18:23:32 +0100
commit37c58434bde205394c1550aee32d3621ac3ba182 (patch)
tree6981660381d5f7cc3936148f85dec774f2ebd1ee
parent793e85d3361697f0071737b1317dea2097c96979 (diff)
Add menu items, and improve wording slightly
-rw-r--r--config.toml11
-rw-r--r--content/posts/binarisation-introduction/index.md2
-rw-r--r--content/posts/who-we-are.md8
-rw-r--r--content/who-we-are.md8
4 files changed, 19 insertions, 10 deletions
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.