This repository has been archived on 2022-02-12. You can view files and clone it, but cannot push or open issues or pull requests.
plain_theme/theme.toml

52 lines
1.4 KiB
TOML

name = "plain_theme"
description = "Plain and Simple theme for Zola"
license = "MIT"
homepage = "https://murteza.tilde.team/plain_theme"
# The minimum version of Zola required
min_version = "0.4.0"
# An optional live demo URL
#demo = "https://murteza.tilde.team/plain_theme"
# Any variable there can be overridden in the end user `config.toml`
# You don't need to prefix variables by the theme name but as this will
# be merged with user data, some kind of prefix or nesting is preferable
# Use snake_casing to be consistent with the rest of Zola
[extra]
# Langauge code for the site. eg: "ar" for Arabic
language = "en"
# title can be author, site, company etc. name
title = ""
### Favicon ###
# only 1 of the below favicon options must be uncommented
favicon_emoji = "😉"
#favicon_image =
# items to be shown in the menu
menu_items = [
{ url = "https://example.com", name = "Example"}
]
# Show a second menu to go to categories?
show_categories_submenu = false
# License for the content on the site
license = "CC BY-SA 4.0"
# How many links per index page
pagination = 25
# The theme author info: you!
[author]
name = "Ali Murteza Yesil"
homepage = "https://murteza.tilde.team"
repo = "https://tildegit.org/murteza/plain_theme"
# If this is porting a theme from another static site engine, provide
# the info of the original author here
[original]
author = "Kev Quirk"
homepage = "https://simplecss.org/demo"
repo = "https://github.com/kevquirk/simple.css"