Scribble Theme for Zola
More information on usage and configuration can be found in the source repository
Features
- Uses no JavaScript.
- Supports dark and light mode, using whichever the user prefers.
- Ability to disallow LLMs in
robots.txt
. - Optionally supports analytics with GoatCounter (requires JavaScript)
- Card view for projects or similar listings.
Examples
This site contains a page showcasing all the different markdown features, as well as a blog section with some fake blog entries. You can also find an example of a card view.
The Markdown source for those pages can be found in the theme sources.
Available Options
This is a subset of the available configuration options for the theme.
[]
# menu displayed in the top bar
= [
{ = "/markdown-overview", = "markdown"},
{ = "/blog", = "blog"},
]
# give credit to zola and the theme in footer
= true
# display copyright notice in the footer
= "Your Name"
# Disallow known LLM-scrapers in robots.txt
= false