About the site

It is a place to record my life, family life, and my work.

About me

My main interests are in data engineers, drones, real estate.

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