feat: migrate to jekyll
All checks were successful
/ build-jeykll (push) Successful in 1m35s
/ build-docker (push) Successful in 27s
/ publish (push) Successful in 27s

This commit is contained in:
2024-10-13 15:13:06 +10:00
parent 08e23f8fce
commit 0485a32f04
50 changed files with 798 additions and 6019 deletions

8
_tabs/about.md Normal file
View File

@ -0,0 +1,8 @@
---
# the default layout is 'page'
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 }

5
_tabs/archives.md Normal file
View File

@ -0,0 +1,5 @@
---
layout: archives
icon: fas fa-archive
order: 3
---

5
_tabs/categories.md Normal file
View File

@ -0,0 +1,5 @@
---
layout: categories
icon: fas fa-stream
order: 1
---

5
_tabs/tags.md Normal file
View File

@ -0,0 +1,5 @@
---
layout: tags
icon: fas fa-tags
order: 2
---