🚚 refactor: move blog posts blog section

This commit is contained in:
welpo
2023-03-05 19:44:36 +01:00
parent 4ac32077eb
commit 64449d5d9f
8 changed files with 45 additions and 16 deletions

View File

@@ -1,12 +1,14 @@
+++
paginate_by = 4
path = "/"
title = "Posts"
title = "Latest posts"
sort_by = "date"
template = "section.html"
[extra]
header = {title = "Hello! I'm tabi~", img = "$BASE_URL/img/main.webp" }
section_path = "blog/_index.md"
section_title = "Latest posts"
max_posts = 4
+++
Tabi is a simple theme for [Zola](https://www.getzola.org/). It aims to be a personal page and home to blog posts. It features responsive design, dark and light modes, and high performance.