From b2a35b76d8c824fdb3c9651ed86fa7f3efa17484 Mon Sep 17 00:00:00 2001 From: Sneupi Date: Tue, 29 Apr 2025 11:08:57 -0700 Subject: [PATCH] tabs --- _tabs/about.md | 2 +- _tabs/archives.md | 5 ----- _tabs/categories.md | 5 ----- _tabs/projects.md | 5 +++++ _tabs/tags.md | 5 ----- index.html | 1 + 6 files changed, 7 insertions(+), 16 deletions(-) delete mode 100644 _tabs/archives.md delete mode 100644 _tabs/categories.md create mode 100644 _tabs/projects.md delete mode 100644 _tabs/tags.md diff --git a/_tabs/about.md b/_tabs/about.md index ddb2bc4..748708d 100644 --- a/_tabs/about.md +++ b/_tabs/about.md @@ -1,7 +1,7 @@ --- # the default layout is 'page' 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. diff --git a/_tabs/archives.md b/_tabs/archives.md deleted file mode 100644 index c3abc59..0000000 --- a/_tabs/archives.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -layout: archives -icon: fas fa-archive -order: 3 ---- diff --git a/_tabs/categories.md b/_tabs/categories.md deleted file mode 100644 index 2d241be..0000000 --- a/_tabs/categories.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -layout: categories -icon: fas fa-stream -order: 1 ---- diff --git a/_tabs/projects.md b/_tabs/projects.md new file mode 100644 index 0000000..0b650d8 --- /dev/null +++ b/_tabs/projects.md @@ -0,0 +1,5 @@ +--- +layout: categories +icon: fas fa-code +order: 2 +--- diff --git a/_tabs/tags.md b/_tabs/tags.md deleted file mode 100644 index ded3adc..0000000 --- a/_tabs/tags.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -layout: tags -icon: fas fa-tags -order: 2 ---- diff --git a/index.html b/index.html index 1357b08..53d3bba 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,5 @@ --- layout: home # Index page +# FIXME replace with About, and move this feed into Feed tab ---