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