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 ---