From 6ad4e164af37e6fe90283a4b9b124c03057d3805 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Fri, 27 Jan 2023 23:05:50 +0100 Subject: Update nav menu css --- content/blog/_index.md | 2 +- content/books/_index.md | 2 +- content/docs/_index.md | 2 +- content/search/_index.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'content') diff --git a/content/blog/_index.md b/content/blog/_index.md index eebca49..b842812 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -2,7 +2,7 @@ title: "Blog" menu: main: - weight: 4 + weight: 1 --- This is the blog section of this website. It is an heritage of the old wiki I maintained before switching to a static website generated with [hugo]({{< ref "hugo" >}}), so articles before 2021 can be a little short and are more like notes than regular articles. diff --git a/content/books/_index.md b/content/books/_index.md index 63de345..a50f426 100644 --- a/content/books/_index.md +++ b/content/books/_index.md @@ -2,7 +2,7 @@ title: "Books" menu: main: - weight: 3 + weight: 2 --- I used to read a lot when I was younger and really liked it. I went through many great sagas like Asimov's Foundation and Robots cycles, all the Dune books by Franck Herbert... I really liked reading. Without knowing why, I stopped reading books when I started working in 2009... I guess I got caught up with grown-up life then. diff --git a/content/docs/_index.md b/content/docs/_index.md index ccd78bf..6177dfa 100644 --- a/content/docs/_index.md +++ b/content/docs/_index.md @@ -2,7 +2,7 @@ title: "Docs" menu: main: - weight: 2 + weight: 3 --- This is the Docs section of this website. It is an heritage of the old wiki I maintained before switching to a static website generated with [hugo]({{< ref "hugo" >}}), with information that does not really fit in a blog format. diff --git a/content/search/_index.md b/content/search/_index.md index 98f5b7e..2fcd606 100644 --- a/content/search/_index.md +++ b/content/search/_index.md @@ -2,7 +2,7 @@ title: "Search" menu: main: - weight: 1 + weight: 4 layout: single --- -- cgit v1.2.3