From bad02e30ab4e57fbc1c8d4f809a7d6082aadb6b4 Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Mon, 11 Sep 2023 21:45:15 +0100 Subject: [PATCH] Add additional links --- config.toml | 12 +++++++++++- content/photos/_index.md | 1 + 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 7fd24cde..b6719e5b 100644 --- a/config.toml +++ b/config.toml @@ -98,11 +98,21 @@ date = ["date", "publishDate", "lastmod", ":git"] name = "🤩 Curiosities" url = "/curiosities" weight = 2 + [[languages.en.menu.main]] + identifier = "memex" + name = "🧠 Memex" + url = "/memex" + weight = 3 + [[languages.en.menu.main]] + identifier = "photos" + name = "📸 Photos" + url = "/photos" + weight = 4 [[languages.en.menu.main]] identifier = "posts" name = "📔 Posts" url = "/posts" - weight = 3 + weight = 5 [sitemap] filename = 'sitemap.xml' diff --git a/content/photos/_index.md b/content/photos/_index.md index ee3d5088..c9f02451 100644 --- a/content/photos/_index.md +++ b/content/photos/_index.md @@ -1,4 +1,5 @@ --- +title: Photos sitemap: changefreq: monthly priority: 0.8