From ecd3ad192c179b65ba9d612040f4d8636b6b3d12 Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Wed, 29 May 2024 14:31:49 +0200 Subject: [PATCH] updated about page --- content/about.md | 2 +- hugo.toml | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/content/about.md b/content/about.md index 62bd230..1bd4840 100644 --- a/content/about.md +++ b/content/about.md @@ -19,7 +19,7 @@ Out of idealism, the code for the website where this project is hosted, is avail Every person speaks and understands their own version of any language(s) (or communication system for that matter) they may know, and this creates a gap between author and reader. -Since this a public project, i.e. an express of opinion in a public forum (even if I will never track visitors and therefore never know if there is any traction to this place), the above mean that if I use language with which I am more comfortable, but is more open to interpretation, I allow myself and my work to be misrepresented, to be misjudged and to be misunderstood. I do realise this will most probably happen anyway, but the attempt is to decrease the effect, as it is impossible to stop. Another thing that must be said about the language I use is that, whenever I'm discussing something for which nomenclature already exists, I intend to use the terminology offered. +Since this a public project, i.e. an express of opinion in a public forum, the above mean that if I use language with which I am more comfortable, but is more open to interpretation, I allow myself and my work to be misrepresented, to be misjudged and to be misunderstood. I do realise this will most probably happen anyway, but the attempt is to decrease the effect, rather than stop it. I do not, and hopefully never will, claim to know the truth. In fact, I [claim the opposite](/theses/axioms/). diff --git a/hugo.toml b/hugo.toml index e61b754..4a70993 100644 --- a/hugo.toml +++ b/hugo.toml @@ -10,20 +10,25 @@ enableEmoji = false enableRobotsTXT = true [menu] + [[menu.main]] + url="/" + name="home" + weight = 1 + [[menu.main]] url="/about/" name="about" - weight = 1 + weight = 2 [[menu.main]] url="/theses/" name="theses" - weight = 2 + weight = 3 [[menu.main]] url="/tags/" name="tags" - weight = 3 + weight = 4 [[menu.main]] identifier = "rss"