Init commit

This commit is contained in:
Cotes Chung
2021-01-26 05:13:40 +08:00
commit 32cd3112ba
27 changed files with 886 additions and 0 deletions

8
_tabs/about.md Normal file
View File

@ -0,0 +1,8 @@
---
title: About
icon: fas fa-info
order: 4
---
> **Note**: Add Markdown syntax content to file `_tabs/about.md` and it will show up on this page.

7
_tabs/archives.md Normal file
View File

@ -0,0 +1,7 @@
---
layout: archives
title: Archives
icon: fas fa-archive
order: 3
---

6
_tabs/categories.md Normal file
View File

@ -0,0 +1,6 @@
---
layout: categories
title: Categories
icon: fas fa-stream
order: 1
---

6
_tabs/tags.md Normal file
View File

@ -0,0 +1,6 @@
---
layout: tags
title: Tags
icon: fas fa-tags
order: 2
---