mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-10 02:26:08 +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"
|
name = "🤩 Curiosities"
|
||||||
url = "/curiosities"
|
url = "/curiosities"
|
||||||
weight = 2
|
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]]
|
[[languages.en.menu.main]]
|
||||||
identifier = "posts"
|
identifier = "posts"
|
||||||
name = "📔 Posts"
|
name = "📔 Posts"
|
||||||
url = "/posts"
|
url = "/posts"
|
||||||
weight = 3
|
weight = 5
|
||||||
|
|
||||||
[sitemap]
|
[sitemap]
|
||||||
filename = 'sitemap.xml'
|
filename = 'sitemap.xml'
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
title: Photos
|
||||||
sitemap:
|
sitemap:
|
||||||
changefreq: monthly
|
changefreq: monthly
|
||||||
priority: 0.8
|
priority: 0.8
|
||||||
|
|
Loading…
Reference in a new issue