mirror of
https://github.com/calofmijuck/blog.git
synced 2025-12-06 14:53:50 +00:00
fix: about as index
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
# the default layout is 'page'
|
||||
icon: fas fa-info-circle
|
||||
order: 4
|
||||
order: 0
|
||||
---
|
||||
|
||||
# Sungchan Yi
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: archives
|
||||
icon: fas fa-archive
|
||||
order: 3
|
||||
order: 4
|
||||
---
|
||||
|
||||
13
_tabs/blog.md
Normal file
13
_tabs/blog.md
Normal 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.
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: categories
|
||||
icon: fas fa-stream
|
||||
order: 1
|
||||
order: 2
|
||||
---
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: tags
|
||||
icon: fas fa-tags
|
||||
order: 2
|
||||
order: 3
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user