关于本站

这是一个由两人共同维护的网站,二人分别从事IOS开发和web前端开发, 用 github 和 jekyll 搭建.

主要开发工具

关于评论 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