Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 500 Bytes

File metadata and controls

22 lines (15 loc) · 500 Bytes

Lab blog

Introduction

This is directory for public lab blog posts.

How to add a new post

Create a file named YYYY-MM-DD-<topic>.md in this directory. The file content should be as followings (subtitle is optional):

---
title: "<Title>"
subtitle: "<Subtitle>"
---

<content>

For markdown syntax, see github markdown syntax.