You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.1 KiB
TOML
32 lines
1.1 KiB
TOML
name = "Toucan"
|
|
description = "Inspired from Pelican default theme"
|
|
license = "AGPL"
|
|
homepage = "https://git.42l.fr/HugoTrentesaux/toucan"
|
|
# The minimum version of Zola required
|
|
min_version = "0.8.0"
|
|
# An optional live demo URL
|
|
demo = "https://toucan.coinduf.eu/"
|
|
|
|
# Any variable there can be overriden 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]
|
|
# Put all your custom variables here
|
|
title = "Toucan theme"
|
|
title_pic = "/favicon.ico"
|
|
description = "Theme for Zola inspired from Pelican website theme"
|
|
license = """Content under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA</a> Licence"""
|
|
|
|
# The theme author info: you!
|
|
[author]
|
|
name = "Hugo Trentesaux"
|
|
homepage = "https://trentesaux.fr/"
|
|
|
|
# If this is porting a theme from another static site engine, provide
|
|
# the info of the original author here
|
|
[original]
|
|
author = "pelican"
|
|
homepage = "https://blog.getpelican.com/"
|
|
repo = "https://github.com/getpelican/pelican-themes/tree/master/notmyidea-cms"
|