This commit is contained in:
Sneupi 2025-04-29 11:08:57 -07:00
parent 08618fcc6e
commit b2a35b76d8
6 changed files with 7 additions and 16 deletions

View File

@ -1,7 +1,7 @@
--- ---
# the default layout is 'page' # the default layout is 'page'
icon: fas fa-info-circle icon: fas fa-info-circle
order: 4 order: 1
--- ---
> Add Markdown syntax content to file `_tabs/about.md`{: .filepath } and it will show up on this page. > Add Markdown syntax content to file `_tabs/about.md`{: .filepath } and it will show up on this page.

View File

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

View File

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

5
_tabs/projects.md Normal file
View File

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

View File

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

View File

@ -1,4 +1,5 @@
--- ---
layout: home layout: home
# Index page # Index page
# FIXME replace with About, and move this feed into Feed tab
--- ---