Soapstone

A divless dark theme for zola. See it in action.

sample

See installation for installation directions.

Extra config

The following config is optional, but can add a few niceties.

[extra]
list_header = "Hello World" # title of the main page
favicon_href = "http://example.com" # link to favicon
gravatar_img_src = "https://0.gravatar.com/avatar/abc123?s=60" # adds gravatar image in footer
gravatar_href = "https://example.com" # link for gravatar image
github_link = "https://github.com/JohnDoe" # adds a github link in footer
about_link = "https://example.com" # adds an about link in footer
signature_img_src = "/example.png" # adds an image to bottom of article
signature_text = "Signing off!" # adds signature text to bottom of articles
ga_code = "UA-1234" # adds google analytics code
theme_color = "#000" # for meta browser theme only