mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 05:36:07 +01:00
Add now to toplinks
This commit is contained in:
parent
7557d6f467
commit
2a6799d58c
2 changed files with 11 additions and 5 deletions
14
config.toml
14
config.toml
|
@ -93,26 +93,32 @@ date = ["date", "publishDate", "lastmod", ":git"]
|
|||
name = "📮 Contact me"
|
||||
url = "/standing-invitation"
|
||||
weight = 1
|
||||
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "now"
|
||||
name = "👇 Now"
|
||||
url = "/now"
|
||||
weight = 2
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "curiosities"
|
||||
name = "🤩 Curiosities"
|
||||
url = "/curiosities"
|
||||
weight = 2
|
||||
weight = 3
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "memex"
|
||||
name = "🧠 Memex"
|
||||
url = "/memex"
|
||||
weight = 3
|
||||
weight = 4
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "photos"
|
||||
name = "📸 Photos"
|
||||
url = "/photos"
|
||||
weight = 4
|
||||
weight = 5
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "posts"
|
||||
name = "📔 Posts"
|
||||
url = "/posts"
|
||||
weight = 5
|
||||
weight = 6
|
||||
|
||||
[sitemap]
|
||||
filename = 'sitemap.xml'
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: My world, these days
|
||||
title: What I'm up to now
|
||||
emoji: 👇
|
||||
draft: false
|
||||
type: timeless
|
||||
|
|
Loading…
Reference in a new issue