|
| 1 | +#! --------------------------------------------------------------- |
| 2 | +#! Obsidian theme use manual highlight.js |
| 3 | +#! To maintain the code block css display properly |
| 4 | +#! please change your default highlight setting as off!! |
| 5 | +#! --------------------------------------------------------------- |
| 6 | +#! highlight: |
| 7 | +#! enable: false |
| 8 | +#! line_number: true |
| 9 | +#! auto_detect: true |
| 10 | +#! tab_replace: |
| 11 | +#! --------------------------------------------------------------- |
| 12 | + |
1 | 13 | # --------------------------------------------------------------- |
2 | 14 | # Theme default settings |
3 | | -# 主题默认设置 |
4 | 15 | # --------------------------------------------------------------- |
5 | 16 |
|
6 | | -#menu setting | format =titleName: linkUrl |
| 17 | +#Menu setting | format =title_name: link_url |
7 | 18 | menu: |
8 | 19 | PAGE:/page |
9 | 20 |
|
@@ -43,7 +54,7 @@ rss: atom.xml |
43 | 54 | autoplay:false |
44 | 55 |
|
45 | 56 | # default mp3 file |
46 | | -mp3: |
| 57 | +mp3: |
47 | 58 | -statics/chengdu.mp3 |
48 | 59 |
|
49 | 60 | # --------------------------------------------------------------- |
|
53 | 64 | # Gitalk comment plugin |
54 | 65 | # see https://github.com/gitalk/gitalk |
55 | 66 | gitalk: |
56 | | -# 是否自动展开评论框 |
57 | 67 | autoExpand:false |
58 | | -# 应用编号 |
59 | 68 | clientID:'' |
60 | | -# 应用秘钥 |
61 | 69 | clientSecret:'' |
62 | | -# issue仓库名 |
63 | 70 | repo:'' |
64 | | -# Github名 |
65 | 71 | owner:'' |
66 | | -# Github名 |
67 | 72 | admin:[''] |
68 | 73 | # Ensure uniqueness and length less than 50 |
69 | 74 | id:location.pathname |
@@ -94,14 +99,3 @@ html_truncate: |
94 | 99 | keepWhitespaces:true |
95 | 100 | # Reserving the last complete word, without breaking the word |
96 | 101 | reserveLastWord:true |
97 | | - |
98 | | -#! --------------------------------------------------------------- |
99 | | -##! Obsidian theme use manual highlight.js |
100 | | -##! To maintain the code block css display properly |
101 | | -##! please keep this as off!! |
102 | | -#! --------------------------------------------------------------- |
103 | | -highlight: |
104 | | -enable:false |
105 | | -line_number:true |
106 | | -auto_detect:true |
107 | | -tab_replace: |