fix: about as index

This commit is contained in:
2025-11-20 17:42:27 +09:00
parent 3b632697b0
commit 56e14d045f
8 changed files with 303 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
---
# the default layout is 'page'
icon: fas fa-info-circle
order: 4
order: 0
---
# Sungchan Yi

View File

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

13
_tabs/blog.md Normal file
View File

@@ -0,0 +1,13 @@
---
title: Blog
layout: home
icon: fas fa-pencil
order: 1
# pagination:
# enabled: true
# per_page: 10
# collection: posts
# permalink: '/page/:num/'
---
This page serves as the site "Home" (posts listing). It is now a tab in the sidebar.

View File

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

View File

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