feat: implement barebone zola templates
This commit is contained in:
parent
9c20f5ed2e
commit
f99a9ae2ac
198 changed files with 2434 additions and 227991 deletions
23
themes/emily_zola_theme/theme.toml
Normal file
23
themes/emily_zola_theme/theme.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue