scribble

Scribble Theme for Zola

More information on usage and configuration can be found in the source repository

Features

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