hugo-theme-relearn/theme.toml

40 lines
1.5 KiB
TOML
Raw Normal View History

name = "Relearn"
license = "MIT"
licenselink = "https://github.com/McShelby/hugo-theme-relearn/blob/main/LICENSE"
description = "A theme for Hugo designed for documentation"
homepage = "https://github.com/McShelby/hugo-theme-relearn"
2021-10-17 23:37:32 +02:00
demosite = "https://mcshelby.github.io/hugo-theme-relearn"
2023-02-05 00:21:38 +01:00
tags = ["dark", "dark mode", "docs", "light", "multilingual", "responsive"]
2024-10-08 23:25:17 +02:00
features = [
"alerts",
"badges", "breadcrumbs", "boxes", "buttons",
"callouts", "categories", "chemical formulae", "customizable", "color variants",
2023-02-05 00:21:38 +01:00
"dark", "dark mode", "docs", "documentation",
2022-04-11 11:04:14 +02:00
"expand",
"favicon", "file inclusion", "file system support", "font awesome", "front matter cms",
2024-10-08 23:25:17 +02:00
"gfm", "github flavored markdown",
2022-04-11 11:04:14 +02:00
"hidden pages",
"i18n", "icons", "image resizing", "include",
2022-04-11 11:04:14 +02:00
"light", "lightbox", "logo",
2022-07-02 14:00:23 +02:00
"math", "mathjax", "menu", "mermaid", "multilingual", "mobile",
2024-10-08 23:25:17 +02:00
"nested menus", "nested sections", "notice",
2023-10-11 18:18:37 +02:00
"oas", "offline usable", "openapi", "open graph",
2022-04-11 11:04:14 +02:00
"print", "printable",
2022-11-01 02:10:05 +01:00
"responsive", "rss", "rtl",
"schema", "search", "search page", "sidebar", "sitemap", "subtheme", "swagger", "swaggerui", "syntax highlighting",
2024-10-08 23:25:17 +02:00
"table of contents", "tab", "tabs", "tags", "taxonomy", "themeable", "themes", "toc", "topbar buttons", "twitter cards"
]
[module]
[module.hugoVersion]
min = "0.126.0"
[author]
name = "Sören Weber"
homepage = "https://github.com/McShelby"
[original]
2022-04-11 11:04:14 +02:00
author = "Mathieu Cornic"
homepage = "https://learn.netlify.app"
repo = "https://github.com/matcornic/hugo-theme-learn"