Initial commit

This commit is contained in:
2022-08-01 19:27:59 -05:00
commit d4f6a298df
34 changed files with 1617 additions and 0 deletions

8
_tabs/about.md Normal file
View File

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

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-tag
order: 2
---