mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 03:32:51 +02:00
docs: update theme guide and readme
This commit is contained in:
parent
ab9bb91f52
commit
357dc313b1
8 changed files with 50 additions and 50 deletions
|
@ -81,8 +81,8 @@ global: {
|
|||
// フォントスタイル
|
||||
fontStyle: 'sans' // sans, serif
|
||||
// 記事の日付フォーマット
|
||||
// 2025-04-13, 04-13-2025, 13-04-2025, Apr 13 2025,13 Apr 2025
|
||||
// YYYY-MM-DD, MM-DD-YYYY, DD-MM-YYYY, MONTH DAY YYYY, DAY MONTH YYYY
|
||||
// 2025-04-13, 04-13-2025, 13-04-2025, Apr 13 2025,13 Apr 2025
|
||||
dateFormat: 'YYYY-MM-DD'
|
||||
// デフォルトですべての記事に目次を表示
|
||||
toc: true // true, false
|
||||
|
@ -303,7 +303,7 @@ tags:
|
|||
draft: true/false
|
||||
pin: 1-99
|
||||
toc: true/false
|
||||
lang: zh/zh-tw/ja/en/es/ru
|
||||
lang: de/en/es/fr/ja/ko/pl/pt/ru/zh/zh-tw
|
||||
abbrlink: theme-guide
|
||||
---
|
||||
```
|
||||
|
@ -332,15 +332,15 @@ abbrlink: theme-guide
|
|||
# moreLocales: ['es', 'ru']
|
||||
|
||||
# lang: ''
|
||||
src/content/posts/apple.md -> example.com/posts/apple/
|
||||
-> example.com/es/posts/apple/
|
||||
-> example.com/ru/posts/apple/
|
||||
src/content/posts/apple.md -> example.com/posts/apple/
|
||||
-> example.com/es/posts/apple/
|
||||
-> example.com/ru/posts/apple/
|
||||
# lang: en
|
||||
src/content/posts/apple.md -> example.com/posts/apple/
|
||||
src/content/posts/apple.md -> example.com/posts/apple/
|
||||
# lang: es
|
||||
src/content/posts/apple.md -> example.com/es/posts/apple/
|
||||
src/content/posts/apple.md -> example.com/es/posts/apple/
|
||||
# lang: ru
|
||||
src/content/posts/apple.md -> example.com/ru/posts/apple/
|
||||
src/content/posts/apple.md -> example.com/ru/posts/apple/
|
||||
```
|
||||
|
||||
#### abbrlink
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue