We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5c1eb7 commit 0b6bf56Copy full SHA for 0b6bf56
_config.yml
@@ -46,11 +46,11 @@ external_link:
46
field: site # Apply to the whole site
47
exclude: ''
48
filename_case: 0
49
-render_drafts: false
50
-post_asset_folder: true #每次新建文章都会自动生成一个同名文件夹,方便你把图片放进去。
+render_drafts: false #是否渲染 source/_drafts 文件夹下的草稿。设为 false 则这些文章不会发布。
+post_asset_folder: false #每次新建文章都会自动生成一个同名文件夹,方便你把图片放进去。
51
relative_link: false
52
-future: true
53
-syntax_highlighter: highlight.js
+future: true #是否显示发布时间晚于当前时间的文章。
+syntax_highlighter: highlight.js #Hexo 提供两种主流的代码高亮方式:Highlight.js 和 PrismJS。
54
highlight:
55
line_number: true
56
auto_detect: false
source/smallgame/trick/index.html
@@ -1,3 +1,6 @@
1
+---
2
+layout: false
3
4
<!DOCTYPE html>
5
<html>
6
<head>
0 commit comments