added tags, changed data structure, separated unsearchable posts from regular posts

This commit is contained in:
Kim, Jimin 2021-07-30 15:15:10 +09:00
parent 9922ff1fa4
commit 2d5582fda2
46 changed files with 463 additions and 342 deletions

View file

@ -0,0 +1,9 @@
---
title: Test post
date: 2021-07-26
tags:
- tag1
- tag2
---
A post have title, date, tag, and content.