mirror of
https://github.com/zopiya/blog.git
synced 2025-11-03 12:16:46 +08:00
534 B
534 B
title, date, summary, description, toc, readTime, autonumber, math, showTags
| title | date | summary | description | toc | readTime | autonumber | math | showTags |
|---|---|---|---|---|---|---|---|---|
| Header | 2024-10-13 | Header parameters | Header parameters | false | false | true | false | false |
To pick pages to include in the header you must add the following elements:
[[params.menu]]
name = "home"
url = "/"
[[params.menu]]
name = "posts"
url = "/posts"
There exists an optional new tab parameter, to choose whether menu items are opened in a new tab or not.
[[params.menu]]
name = "posts"
url = "/posts"
newTab = true