An elegant but still playful theme for Zola powered by Spectre.css.
It is especially optimized for mobile navigation (optionally without JavaScript, if you donโt like fancy stuff).
DEMO: https://zhuia.netlify.app/
First download this theme to your themes
directory:
and then enable it in your config.toml
:
= "zhuia"
Posts should be placed directly in the content
folder.
To sort the post index by date, enable sort in your index section content/_index.md
:
= "date"
Set a title and description in the config to appear in the site header and on the RSS feed:
= "Der Prozess"
= "a novel written by Franz Kafka in 1914"
Most SEO tags are populated by the page metadata, but you can set the author
and for the og:image
tag provide the path to an image:
[]
= "Timothy Morton"
= "Hyperobjects.png"
You can choose between two modes:
Set a field in extra
with a key of footer_links
:
[]
# Freely comment out or delete every field
= [
{ = "https://t.me/yourname", = "telegram"},
{ = "https://twitter.com/gicrisf", = "twitter"},
{ = "https://github.com/gicrisf", = "github"},
# {url = "", name = "facebook"},
# {url = "", name = "instagram"},
# {url = "", name = "bookstack"},
# {url = "", name = "dokuwiki"},
]
The theme automatically picks up the right icons. We can expand the support to other social, for sure: make a PR or open an enhancement issue to ask a new implementation.
You can add your own copyright or whatever to the footer with a through a simple option on the config file:
[]
= "What if everything is an illusion and nothing exists? In that case, I definitely overpaid for my carpet."
The name arise from two parts:
The theme is built on Spectre CSS framework, so I found reasonable evoking a spectral species.
This theme is based on a Pelican theme I originally made for my blog, which was in turn based on the Grav theme Quark.
Did you liked this theme? Make a donation and support new features!
Open sourced under the MIT license.