Update license ,images , layouts
This commit is contained in:
parent
5176f8ea6f
commit
c4d9aa260c
7 changed files with 82 additions and 35 deletions
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
Thumbs.db
|
||||
.DS_Store
|
||||
.dist
|
||||
.tmp
|
||||
.sass-cache
|
||||
npm-debug.log
|
||||
node_modules
|
||||
builds
|
||||
package-lock.json
|
||||
|
31
LICENSE
31
LICENSE
|
@ -1,20 +1,13 @@
|
|||
The MIT License (MIT)
|
||||
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.
|
||||
|
||||
Copyright (c) 2018 YOUR_NAME_HERE
|
||||
|
||||
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 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.
|
51
README.md
51
README.md
|
@ -1 +1,50 @@
|
|||
# Doc-List-Hugo-Documentation-Theme
|
||||
# Dot - Hugo Documentation Theme By gethugothemes.com
|
||||
|
||||
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.
|
||||
|
||||
[Demo](https://demo.gethugothemes.com/dot/)
|
||||
|
||||
|
||||
## Main features
|
||||
|
||||
- Automatic Search
|
||||
- Search Suggestion
|
||||
- Syntax highlighting
|
||||
- Multilingual mode
|
||||
- Bootstrap 4 Powered
|
||||
- Google Analytics
|
||||
- Color Scheme
|
||||
- Next/Prev buttons in single post page
|
||||
- Contact Page , Faq Page
|
||||
- Buttons, Tip/Note/Info/Warning boxes, Expand
|
||||
- Responsive Ready
|
||||
|
||||
## Installation
|
||||
|
||||
Navigate to your themes folder in your Hugo site and use the following commands:
|
||||
|
||||
```
|
||||
$ mkdir themes
|
||||
$ cd themes
|
||||
$ git clone https://github.com/Gethugothemes/dot-hugo-documentation-theme.git
|
||||
|
||||
```
|
||||
Check that your Hugo version is minimum `0.25` with `hugo version`.
|
||||
|
||||
For more information read the official [Hugo Documentation](//gohugo.io/overview/installing/).
|
||||
|
||||
|
||||
**Important:** Take a look inside the [`exampleSite`](https://github.com/Gethugothemes/dot-hugo-documentation-theme/tree/master/exampleSite) folder of this theme. You'll find a file called `config.toml`. **To use it, copy the `config.toml` in the root folder of your Hugo site.** Feel free to change it.
|
||||
|
||||
Hugo includes a development server, so you can view your changes as you go :
|
||||
|
||||
``` sh
|
||||
hugo server -w
|
||||
```
|
||||
|
||||
Now you can go to [localhost:1313](http://localhost:1313) and the `Dot`
|
||||
theme should be visible.
|
||||
|
||||
## Customizing
|
||||
It is a best practice to override a file rather than modify it. This helps you easily update Hugo and the theme without loosing your customizations. To learn more see the Hugo documentation on [customizing Hugo themes](https://gohugo.io/themes/customizing)
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
baseURL = "gethugothemes.com"
|
||||
theme = "doclist"
|
||||
theme = "dot"
|
||||
|
||||
|
||||
[params]
|
||||
|
@ -19,7 +19,7 @@ whiteColor = "#ffffff"
|
|||
title = "Doc List"
|
||||
dateFormat = "2 January 2006"
|
||||
home = "Home"
|
||||
logo = "DOC LIST"
|
||||
logo = "Dot"
|
||||
copyright = "The Hugo Documents are copyright © gethugothemes 2018."
|
||||
|
||||
# navigation
|
||||
|
|
BIN
images/screenshot.png
Normal file
BIN
images/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 518 KiB |
BIN
images/tn.png
Normal file
BIN
images/tn.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 245 KiB |
21
theme.toml
21
theme.toml
|
@ -1,21 +1,16 @@
|
|||
# theme.toml template for a Hugo theme
|
||||
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
||||
|
||||
name = "Docmaster Hugo"
|
||||
license = "MIT"
|
||||
licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
|
||||
description = ""
|
||||
homepage = "http://example.com/"
|
||||
tags = []
|
||||
name = "Dot"
|
||||
license = "Creative Commons — Attribution 3.0 Unported — CC BY 3.0"
|
||||
licenselink = "https://creativecommons.org/licenses/by/3.0/"
|
||||
description = "Dot, A documentation theme powered by hugo"
|
||||
homepage = "https://gethugothemes.com"
|
||||
tags = ["documentation", "bootstrap", "blog", "contact","responsive", "gethugothemes", "Syntax highlighting " , "Multilingual" , "Single page"]
|
||||
features = []
|
||||
min_version = "0.41"
|
||||
|
||||
[author]
|
||||
name = ""
|
||||
homepage = ""
|
||||
name = "Gethugothemes.com"
|
||||
homepage = "https://gethugothemes.com"
|
||||
|
||||
# If porting an existing theme
|
||||
[original]
|
||||
name = ""
|
||||
homepage = ""
|
||||
repo = ""
|
||||
|
|
Loading…
Reference in a new issue