mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-15 03:02:53 +02:00
docs: update theme guide
This commit is contained in:
parent
2898141755
commit
63a62a886b
4 changed files with 13 additions and 13 deletions
|
@ -174,15 +174,15 @@ abbrlink: markdown-style-guide
|
|||
|
||||
```markdown
|
||||
1. 最初の項目
|
||||
2. 2 番目の項目
|
||||
3. 3 番目の項目
|
||||
2. 番目の項目
|
||||
3. 番目の項目
|
||||
```
|
||||
|
||||
#### 効果
|
||||
|
||||
1. 最初の項目
|
||||
2. 2 番目の項目
|
||||
3. 3 番目の項目
|
||||
2. 番目の項目
|
||||
3. 番目の項目
|
||||
|
||||
### 順序なしリスト
|
||||
|
||||
|
|
|
@ -97,9 +97,9 @@ global: {
|
|||
|
||||
```ts
|
||||
comment: {
|
||||
// コメント機能を有効にする
|
||||
// コメントシステムを有効にする
|
||||
enabled: true // true, false
|
||||
// giscus コメント
|
||||
// giscus コメントシステム
|
||||
giscus: {
|
||||
repo: 'radishzzz/comment-giscus'
|
||||
repoID: 'R_kgDOOy1K0w'
|
||||
|
@ -111,7 +111,7 @@ comment: {
|
|||
emitMetadata: '0'
|
||||
inputPosition: 'bottom'
|
||||
}
|
||||
// waline コメント
|
||||
// waline コメントシステム
|
||||
waline: {
|
||||
// サーバー URL
|
||||
serverURL: 'https://retypeset-comment.radishzz.cc'
|
||||
|
|
|
@ -97,9 +97,9 @@ global: {
|
|||
|
||||
```ts
|
||||
comment: {
|
||||
// 開啟評論
|
||||
// 開啟評論系統
|
||||
enabled: true // true, false
|
||||
// giscus 評論
|
||||
// giscus 評論系統
|
||||
giscus: {
|
||||
repo: 'radishzzz/comment-giscus'
|
||||
repoID: 'R_kgDOOy1K0w'
|
||||
|
@ -111,7 +111,7 @@ comment: {
|
|||
emitMetadata: '0'
|
||||
inputPosition: 'bottom'
|
||||
}
|
||||
// waline 評論
|
||||
// waline 評論系統
|
||||
waline: {
|
||||
// 服務器地址
|
||||
serverURL: 'https://retypeset-comment.radishzz.cc'
|
||||
|
|
|
@ -97,9 +97,9 @@ global: {
|
|||
|
||||
```ts
|
||||
comment: {
|
||||
// 开启评论
|
||||
// 开启评论系统
|
||||
enabled: true // true, false
|
||||
// giscus 评论
|
||||
// giscus 评论系统
|
||||
giscus: {
|
||||
repo: 'radishzzz/comment-giscus'
|
||||
repoID: 'R_kgDOOy1K0w'
|
||||
|
@ -111,7 +111,7 @@ comment: {
|
|||
emitMetadata: '0'
|
||||
inputPosition: 'bottom'
|
||||
}
|
||||
// waline 评论
|
||||
// waline 评论系统
|
||||
waline: {
|
||||
// 服务器地址
|
||||
serverURL: 'https://retypeset-comment.radishzz.cc'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue