mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-15 11:12:54 +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
|
```markdown
|
||||||
1. 最初の項目
|
1. 最初の項目
|
||||||
2. 2 番目の項目
|
2. 番目の項目
|
||||||
3. 3 番目の項目
|
3. 番目の項目
|
||||||
```
|
```
|
||||||
|
|
||||||
#### 効果
|
#### 効果
|
||||||
|
|
||||||
1. 最初の項目
|
1. 最初の項目
|
||||||
2. 2 番目の項目
|
2. 番目の項目
|
||||||
3. 3 番目の項目
|
3. 番目の項目
|
||||||
|
|
||||||
### 順序なしリスト
|
### 順序なしリスト
|
||||||
|
|
||||||
|
|
|
@ -97,9 +97,9 @@ global: {
|
||||||
|
|
||||||
```ts
|
```ts
|
||||||
comment: {
|
comment: {
|
||||||
// コメント機能を有効にする
|
// コメントシステムを有効にする
|
||||||
enabled: true // true, false
|
enabled: true // true, false
|
||||||
// giscus コメント
|
// giscus コメントシステム
|
||||||
giscus: {
|
giscus: {
|
||||||
repo: 'radishzzz/comment-giscus'
|
repo: 'radishzzz/comment-giscus'
|
||||||
repoID: 'R_kgDOOy1K0w'
|
repoID: 'R_kgDOOy1K0w'
|
||||||
|
@ -111,7 +111,7 @@ comment: {
|
||||||
emitMetadata: '0'
|
emitMetadata: '0'
|
||||||
inputPosition: 'bottom'
|
inputPosition: 'bottom'
|
||||||
}
|
}
|
||||||
// waline コメント
|
// waline コメントシステム
|
||||||
waline: {
|
waline: {
|
||||||
// サーバー URL
|
// サーバー URL
|
||||||
serverURL: 'https://retypeset-comment.radishzz.cc'
|
serverURL: 'https://retypeset-comment.radishzz.cc'
|
||||||
|
|
|
@ -97,9 +97,9 @@ global: {
|
||||||
|
|
||||||
```ts
|
```ts
|
||||||
comment: {
|
comment: {
|
||||||
// 開啟評論
|
// 開啟評論系統
|
||||||
enabled: true // true, false
|
enabled: true // true, false
|
||||||
// giscus 評論
|
// giscus 評論系統
|
||||||
giscus: {
|
giscus: {
|
||||||
repo: 'radishzzz/comment-giscus'
|
repo: 'radishzzz/comment-giscus'
|
||||||
repoID: 'R_kgDOOy1K0w'
|
repoID: 'R_kgDOOy1K0w'
|
||||||
|
@ -111,7 +111,7 @@ comment: {
|
||||||
emitMetadata: '0'
|
emitMetadata: '0'
|
||||||
inputPosition: 'bottom'
|
inputPosition: 'bottom'
|
||||||
}
|
}
|
||||||
// waline 評論
|
// waline 評論系統
|
||||||
waline: {
|
waline: {
|
||||||
// 服務器地址
|
// 服務器地址
|
||||||
serverURL: 'https://retypeset-comment.radishzz.cc'
|
serverURL: 'https://retypeset-comment.radishzz.cc'
|
||||||
|
|
|
@ -97,9 +97,9 @@ global: {
|
||||||
|
|
||||||
```ts
|
```ts
|
||||||
comment: {
|
comment: {
|
||||||
// 开启评论
|
// 开启评论系统
|
||||||
enabled: true // true, false
|
enabled: true // true, false
|
||||||
// giscus 评论
|
// giscus 评论系统
|
||||||
giscus: {
|
giscus: {
|
||||||
repo: 'radishzzz/comment-giscus'
|
repo: 'radishzzz/comment-giscus'
|
||||||
repoID: 'R_kgDOOy1K0w'
|
repoID: 'R_kgDOOy1K0w'
|
||||||
|
@ -111,7 +111,7 @@ comment: {
|
||||||
emitMetadata: '0'
|
emitMetadata: '0'
|
||||||
inputPosition: 'bottom'
|
inputPosition: 'bottom'
|
||||||
}
|
}
|
||||||
// waline 评论
|
// waline 评论系统
|
||||||
waline: {
|
waline: {
|
||||||
// 服务器地址
|
// 服务器地址
|
||||||
serverURL: 'https://retypeset-comment.radishzz.cc'
|
serverURL: 'https://retypeset-comment.radishzz.cc'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue