Scribble Theme for Zola
Table of contents
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.
[extra]
# menu displayed in the top bar
menu = [
{url = "/markdown-overview", name = "markdown"},
{url = "/blog", name = "blog"},
]
# give credit to zola and the theme in footer
credit = true
# display copyright notice in the footer
copyright = "Your Name"
# Disallow known LLM-scrapers in robots.txt
robots_txt.no_llm = false