diff --git a/starters/documentation/LICENSE.md b/starters/documentation/LICENSE.md new file mode 100644 index 000000000..05a4f677c --- /dev/null +++ b/starters/documentation/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2016-present George Cushen (https://georgecushen.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/starters/documentation/images/screenshot.png b/starters/documentation/images/screenshot.png new file mode 100644 index 000000000..739f8bf9d Binary files /dev/null and b/starters/documentation/images/screenshot.png differ diff --git a/starters/documentation/images/tn.png b/starters/documentation/images/tn.png new file mode 100644 index 000000000..48d6b3cd4 Binary files /dev/null and b/starters/documentation/images/tn.png differ diff --git a/starters/documentation/theme.toml b/starters/documentation/theme.toml new file mode 100644 index 000000000..83e797a3c --- /dev/null +++ b/starters/documentation/theme.toml @@ -0,0 +1,15 @@ +name = "Easy Docs" +license = "MIT" +licenselink = "https://github.com/HugoBlox/theme-documentation/blob/main/LICENSE.md" +description = "Easy, all-in-one beautiful documentation website including a customizable homepage and blog. Super fast, empowering you to focus on your content." + +homepage = "https://github.com/HugoBlox/theme-documentation" +demosite = "https://hugo-docs-theme.netlify.app" + +tags = ["landing", "docs", "blog", "responsive", "minimal", "light", "dark", "multilingual", "dark mode", "tailwind", "company", "gallery"] +features = ["secure", "fast", "search", "dark mode", "widgets"] + +# If the theme has a single author +[author] + name = "George Cushen" + homepage = "https://georgecushen.com/"