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:
Todd Fredrich
2022-11-07 09:48:25 -07:00
parent b9dc2eaf8d
commit 7675fcd740
353 changed files with 28093 additions and 1493 deletions

36
themes/relearn/theme.toml Normal file
View 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"