Merge branch 'main' into fix/style

This commit is contained in:
Óscar
2023-02-07 20:11:38 +01:00
committed by GitHub
10 changed files with 79 additions and 13 deletions

View File

@@ -6,5 +6,7 @@ sort_by = "date"
template = "section.html"
[extra]
desc = {title = "Hello! I'm tabi~", img = "https://avatars.githubusercontent.com/u/6399341", text = "Tabi is a simple theme for Zola. It aims to be a personal page and home to blog posts. It features responsive design, dark and light modes, and high performance." }
desc = {title = "Hello! I'm tabi~", img = "https://avatars.githubusercontent.com/u/6399341" }
+++
Tabi is a simple theme for Zola. It aims to be a personal page and home to blog posts. It features responsive design, dark and light modes, and high performance.

View File

@@ -0,0 +1,5 @@
+++
title = "Archive"
path = "archive"
template = "archive.html"
+++

View File

@@ -4,6 +4,6 @@ description = "A cute Zola theme."
weight = 1
[extra]
remote_image = "https://user-images.githubusercontent.com/6399341/216358758-912b47e3-03ed-4b6d-b818-37cea7c42f45.png"
remote_image = "https://user-images.githubusercontent.com/6399341/216767530-cfe66699-ee6a-40b0-93ff-ce6879f5381e.png"
link_to = "https://github.com/welpo/tabi"
+++