About the site

This is a personal website of Fred, created with github and jekyll. Create your own website is as easy as clone or fork a template on github, and commit to _posts folder.

Admin tools

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
---

Sample markdowns

Click view source at the bottom of the page

  • Embedding code
local function main()
	print("hello world everyone")
end

About me