关于本站
这是一个由两人共同维护的网站,二人分别从事IOS开发和web前端开发, 用 github 和 jekyll 搭建.
主要开发工具
- site configuration file
- Jekyll + duoshuo.com
- Jekyll主题模板: jekyllthemes.org *使用主题: cool-concise
- Jekyll官网: jekyllrb.com
- YAML教程: yaml.org
- markdown文档: markdown
关于评论 About comments
Add a variable called comments
to the YAML front matter and set its value to true. A sample might look like:
---
layout: post
comments: true
# other options
---
markdown举例
Click view source at the bottom of the page
- Embedding code
local function main()
print("hello world everyone")
end