Merge pull request #14 from welpo/feature/add-md-support-to-index

Feature/add md support to index
This commit is contained in:
Sergi Nogal
2023-02-07 00:22:06 +09:00
committed by GitHub
3 changed files with 13 additions and 8 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.