diff --git a/LICENSE b/LICENSE index bf0873b..ad27180 100644 --- a/LICENSE +++ b/LICENSE @@ -1,13 +1,20 @@ -You are free to: -Share — copy and redistribute the material in any medium or format -Adapt — remix, transform, and build upon the material -for any purpose, even commercially. - This license is acceptable for Free Cultural Works. -The licensor cannot revoke these freedoms as long as you follow the license terms. -Under the following terms: -Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use. +The MIT License (MIT) -No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits. -Notices: -You do not have to comply with the license for elements of the material in the public domain or where your use is permitted by an applicable exception or limitation. -No warranties are given. The license may not give you all of the permissions necessary for your intended use. For example, other rights such as publicity, privacy, or moral rights may limit how you use the material. \ No newline at end of file +Copyright (c) 2019 GetHugoThemes + +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. \ No newline at end of file diff --git a/README.md b/README.md index 988429a..ca85c7d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
-# [Dot Hugo](https://gethugothemes.com/) +

Dot Hugo Documentation Theme [Version : 2.0]

GitHub stars GitHub issues @@ -14,6 +14,11 @@ Dot, a responsive and feature reach documentation theme ever build in hugo eco system . We have analysised a lot of documentation and knowledge base theme to come up with this design . The readability and the cleaness is also another key feature of this theme. **The images are only for demonstration purpose, Please don't use those images.** +### What's New in version 2.0 +This template is now in a new layout. You can create page with folder, and also gives required images in this folder. Multilangual is now more fun. No more bugs and issues. It's all like a new experience. Configuration of this theme is now more easier. + +**Version 2.0 comes with MIT Licence** + ## Table of Contents - [Demo](#demo) diff --git a/images/screenshot.png b/images/screenshot.png index 12ac5b5..3e14039 100644 Binary files a/images/screenshot.png and b/images/screenshot.png differ diff --git a/images/tn.png b/images/tn.png index 16c3d36..01483e0 100644 Binary files a/images/tn.png and b/images/tn.png differ diff --git a/theme.toml b/theme.toml index 70e9c6a..10af600 100644 --- a/theme.toml +++ b/theme.toml @@ -2,15 +2,14 @@ # See https://github.com/gohugoio/hugoThemes#themetoml for an example name = "Dot" -license = "Creative Commons — Attribution 3.0 Unported — CC BY 3.0" -licenselink = "https://creativecommons.org/licenses/by/3.0/" +license = "MIT Licence" +licenselink = "https://github.com/themefisher/dot/blob/master/LICENSE" description = "Dot, A documentation theme powered by hugo" homepage = "https://gethugothemes.com/" -tags = ["documentation", "bootstrap", "blog", "contact","responsive", "gethugothemes", "Syntax highlighting " , "Multilingual" , "Single page", "Themefisher"] -features = [] -min_version = "0.55" +tags = ["documentation", "bootstrap", "light", "minimal", "clean", "simple", "fast", "modern", "white", "customizable", "creative", "flexbox","minimalistic","Highlight.js","typography", "docs", "material design", "highlighting", "contact form", "responsive", "Syntax highlighting", "Multilingual", "Single page", "Themefisher"] +features = ["responsive","search autocomplete", "color scheme"] +min_version = "0.58.0" [author] name = "Themefisher" - homepage = "https://themefisher.com" - + homepage = "https://themefisher.com" \ No newline at end of file