Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

_config.yml 4.7 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
  1. # Hexo Configuration
  2. ## Docs: https://hexo.io/docs/configuration.html
  3. ## Source: https://github.com/hexojs/hexo/
  4. # Site
  5. title: benben-miao
  6. subtitle: ''
  7. description: 'Research for bioinformatics.'
  8. keywords: Website
  9. author: benben-miao
  10. language: en
  11. timezone: ''
  12. # URL
  13. ## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
  14. url: https://benben-miao.github.io
  15. root: /
  16. permalink: :year/:month/:day/:title/
  17. permalink_defaults:
  18. pretty_urls:
  19. trailing_index: true # Set to false to remove trailing 'index.html' from permalinks
  20. trailing_html: true # Set to false to remove trailing '.html' from permalinks
  21. # Directory
  22. source_dir: source
  23. public_dir: docs
  24. tag_dir: tags
  25. archive_dir: archives
  26. category_dir: categories
  27. code_dir: downloads/code
  28. i18n_dir: :lang
  29. skip_render:
  30. # Writing
  31. new_post_name: :title.md # File name of new posts
  32. default_layout: post
  33. titlecase: false # Transform title into titlecase
  34. external_link:
  35. enable: true # Open external links in new tab
  36. field: site # Apply to the whole site
  37. exclude: ''
  38. filename_case: 0
  39. render_drafts: false
  40. post_asset_folder: false
  41. relative_link: false
  42. future: true
  43. highlight:
  44. enable: false
  45. auto_detect: true
  46. line_number: true
  47. tab_replace: ''
  48. wrap: true
  49. prismjs:
  50. enable: false
  51. preprocess: true
  52. line_number: true
  53. tab_replace: ''
  54. marked:
  55. gfm: true
  56. pedantic: false
  57. breaks: true
  58. smartLists: true
  59. smartypants: true
  60. quotes: '“”‘’'
  61. modifyAnchors: 0
  62. anchorAlias: false
  63. autolink: true
  64. mangle: true
  65. sanitizeUrl: false
  66. dompurify: false
  67. headerIds: true
  68. lazyload: false
  69. prependRoot: true
  70. postAsset: false
  71. external_link:
  72. enable: false
  73. exclude: []
  74. nofollow: false
  75. disableNunjucks: false
  76. descriptionLists: true
  77. # Home page setting
  78. # path: Root path for your blogs index page. (default = '')
  79. # per_page: Posts displayed per page. (0 = disable pagination)
  80. # order_by: Posts order. (Order by date descending by default)
  81. index_generator:
  82. path: ''
  83. per_page: 10
  84. order_by: -date
  85. # Category & Tag
  86. default_category: uncategorized
  87. category_map:
  88. tag_map:
  89. # Metadata elements
  90. ## https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta
  91. meta_generator: true
  92. # Date / Time format
  93. ## Hexo uses Moment.js to parse and display date
  94. ## You can customize the date format as defined in
  95. ## http://momentjs.com/docs/#/displaying/format/
  96. date_format: YYYY-MM-DD
  97. time_format: HH:mm:ss
  98. ## Use post's date for updated date unless set in front-matter
  99. use_date_for_updated: false
  100. # Pagination
  101. ## Set per_page to 0 to disable pagination
  102. per_page: 10
  103. pagination_dir: page
  104. # Include / Exclude file(s)
  105. ## include:/exclude: options only apply to the 'source/' folder
  106. include:
  107. exclude:
  108. ignore:
  109. # Extensions
  110. ## Plugins: https://hexo.io/plugins/
  111. ## Themes: https://hexo.io/themes/
  112. theme: nexmoe
  113. # Deployment
  114. ## Docs: https://hexo.io/docs/deployment.html
  115. deploy:
  116. type: git
  117. rep: https://github.com/benben-miao/benben-miao.github.io.git
  118. branch: deploy
  119. # Live2D
  120. ## https://github.com/EYHN/hexo-helper-live2d
  121. live2d:
  122. enable: true
  123. # enable: false
  124. pluginRootPath: live2dw/ # Root path of plugin to be on the site (Relative)
  125. pluginJsPath: lib/ # JavaScript path related to plugin's root (Relative)
  126. pluginModelPath: assets/ # Relative model path related to plugin's root (Relative)
  127. scriptFrom: local # Default
  128. # scriptFrom: jsdelivr # jsdelivr CDN
  129. # scriptFrom: unpkg # unpkg CDN
  130. # scriptFrom: https://cdn.jsdelivr.net/npm/live2d-widget@3.x/lib/L2Dwidget.min.js # Your custom url
  131. tagMode: false # Whether only to replace live2d tag instead of inject to all pages
  132. log: false # Whether to show logs in console
  133. model:
  134. # use: live2d-widget-model-wanko # npm-module package name
  135. # use: live2d-widget-model-shizuku
  136. # use: live2d-widget-model-z16
  137. # use: live2d-widget-model-koharu
  138. # use: live2d-widget-model-nipsilon
  139. # use: live2d-widget-model-miku
  140. # use: wanko # folder name in (hexo base dir)/live2d_models/
  141. # use: ./wives/wanko # folder path relative to hexo base dir
  142. # use: https://cdn.jsdelivr.net/npm/live2d-widget-model-wanko@1.0.5/assets/wanko.model.json # Your custom url
  143. use: https://cdn.jsdelivr.net/npm/live2d-widget-model-wanko@1.0.5/assets/wanko.model.json
  144. # use: https://cdn.jsdelivr.net/npm/live2d-widget-model-miku@1.0.5/assets/miku.model.json
  145. display:
  146. superSample: 2
  147. width: 150
  148. height: 300
  149. position: left
  150. hOffset: 10
  151. vOffset: -20
  152. mobile:
  153. show: true
  154. scale: 0.5
  155. react:
  156. opacityDefault: 0.7
  157. opacityOnHover: 0.2
  158. aplayer:
  159. meting: true
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...