feat: implement barebone zola templates

This commit is contained in:
Alexander Navarro 2024-11-10 21:45:59 +00:00
parent 9c20f5ed2e
commit f99a9ae2ac
198 changed files with 2434 additions and 227991 deletions

View file

@ -0,0 +1,23 @@
name = "emily_zola_theme"
description = "a KISS theme for Zola"
license = "MIT"
min_version = "0.14.1"
homepage = "https://github.com/kyoheiu/emily_zola_theme"
demo = "https://emily-zola-theme.netlify.app/"
[extra]
# Author name, appears in footer.
emily_author = "author name"
# Path to the header icon / favicon image.
# Please save image to static/images
emily_icon = "/images/logo.png"
emily_favicon = "/images/favicon.png"
# number of posts in index.html.
emily_indexposts = 5
[author]
homepage = "https://github.com/kyoheiu"
name = "Kyohei Uto"