Initial check-in after refactoring to use Hugo site generator with ReLearn template. HTTP Status Codes page not done--nor adwords added.
This commit is contained in:
36
themes/relearn/theme.toml
Normal file
36
themes/relearn/theme.toml
Normal file
@ -0,0 +1,36 @@
|
||||
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"
|
||||
demosite = "https://mcshelby.github.io/hugo-theme-relearn"
|
||||
tags = ["dark", "docs", "light", "multilingual", "responsive"]
|
||||
features = ["breadcrumbs", "boxes", "buttons",
|
||||
"customizable", "color variants",
|
||||
"dark", "docs", "documentation",
|
||||
"expand",
|
||||
"favicon", "file inclusion", "font awesome",
|
||||
"hidden pages",
|
||||
"i18n", "ie11", "image resizing", "include", "internet explorer",
|
||||
"light", "lightbox", "logo",
|
||||
"menu", "mermaid", "multilingual", "mobile",
|
||||
"nested sections", "notice",
|
||||
"openapi specification", "oas", "offline usable",
|
||||
"print", "printable",
|
||||
"responsive", "rss",
|
||||
"sidebar", "sitemap",
|
||||
"search", "subtheme", "swagger", "swaggerui", "syntax highlighting",
|
||||
"table of contents", "tabs", "tags", "themeable", "themes", "toc"]
|
||||
|
||||
[module]
|
||||
[module.hugoVersion]
|
||||
min = "0.93.0"
|
||||
|
||||
[author]
|
||||
name = "Sören Weber"
|
||||
homepage = "https://github.com/McShelby"
|
||||
|
||||
[original]
|
||||
author = "Mathieu Cornic"
|
||||
homepage = "https://learn.netlify.app"
|
||||
repo = "https://github.com/matcornic/hugo-theme-learn"
|
||||
Reference in New Issue
Block a user