Who is me?

idk #

check my github

How to write a blog #

create a file in /posts, appending meta data:

---
weight: 1
bookFlatSection: true
title: "Example Site"
tags: [
    "po",
    "sub"
]

categories: [
    "123",
]
---

then, start your writing!