Skip to content

Commit 0b6bf56

Browse files
committed
trick的内容不需要render
1 parent d5c1eb7 commit 0b6bf56

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ external_link:
4646
field: site # Apply to the whole site
4747
exclude: ''
4848
filename_case: 0
49-
render_drafts: false
50-
post_asset_folder: true #每次新建文章都会自动生成一个同名文件夹,方便你把图片放进去。
49+
render_drafts: false #是否渲染 source/_drafts 文件夹下的草稿。设为 false 则这些文章不会发布。
50+
post_asset_folder: false #每次新建文章都会自动生成一个同名文件夹,方便你把图片放进去。
5151
relative_link: false
52-
future: true
53-
syntax_highlighter: highlight.js
52+
future: true #是否显示发布时间晚于当前时间的文章。
53+
syntax_highlighter: highlight.js #Hexo 提供两种主流的代码高亮方式:Highlight.js 和 PrismJS。
5454
highlight:
5555
line_number: true
5656
auto_detect: false

source/smallgame/trick/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
layout: false
3+
---
14
<!DOCTYPE html>
25
<html>
36
<head>

0 commit comments

Comments
 (0)