Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 440 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 440 Bytes

Personal website

This is where I will eventually have the source code for my own little place on the interwebs.

Blog

Blog posts can be written in markdown and stored in the ./blog directory. The blog posts can have the following frontmatter:

---
title: "<title>"
date: <date>
tags:
 - <tag 1>
 - <tag 2>
 - ...
---

or in the following format:

---
title: "<title>"
date: <date>
tags: [<tag 1>, <tag 2>, ...]
---