mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 05:36:07 +01:00
Add additional links
This commit is contained in:
parent
a93639f7dc
commit
bad02e30ab
2 changed files with 12 additions and 1 deletions
12
config.toml
12
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'
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
title: Photos
|
||||
sitemap:
|
||||
changefreq: monthly
|
||||
priority: 0.8
|
||||
|
|
Loading…
Reference in a new issue