We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87f9a7e commit 8a7c5b6Copy full SHA for 8a7c5b6
README.md
@@ -3,7 +3,23 @@ This page site is used to collect some of my activity and information in interne
3
4
- Revise config 配置修改: _config.yml
5
- Revise Slides Configuration 修改Slides默认模板: _layouts/reveal.html
6
-- Add Slides 增加Slides: _slides/
+- Add Slides goto _slides/
7
+- Add blog goto _post/
8
+
9
+中文说明:
10
+poem的样式定义在_includes/index_head.html中
11
12
+静态页面的模板入口是在
13
+index.html
14
+slides/*.html
15
+blog/*.html
16
+中 , 其中**permalink"定义了最终生成的html的路径
17
18
+landing配置内容是在 data/landing.yml中
19
20
+静态页面生成顺序是
21
+index.html -> layout/blog.html -> 内容render ->调用动态数据 site, data, 这些
22
23
24
# How to build & Run
25
## Install ruby and ruby-dev
0 commit comments