Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md - github.com/dewittn/hugo-html5up-alpha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 322367c0368bd0051a43814812064f5357b00e7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
 # Hugo HTML5up Alpha

Hugo HTML5up Alpha is a port of the [Alpha by HTML5 UP](https://html5up.net/alpha) template. It is designed to mirror the look and feel of the original template as closely as possible, while taking advantage of all the best features Hugo has to offer.

 ![](images/screenshot.png)

 ## Features

 Theme supports pages, page bundles, menus, sections, taxonomies, and base templates.

 ## Demo

 https://hugo-html5up-alpha.nelsonroberto.com/

 ## Setup

 ### Configuration

 See the demo's configuration as an example:

 https://github.com/dewittn/hugo-html5up-alpha/blob/master/exampleSite/config/config.toml

 #### Hugo Internal Templates

 The theme currently also supports the following ["internal templates" supplied by Hugo](https://gohugo.io/templates/internal/)

  - [Disqus](https://gohugo.io/templates/internal/#disqus)
  - [Google Analytics](https://gohugo.io/templates/internal/#configure-google-analytics)

 ### Cover Image

 The cover image URL is hard-coded, therefore to replace this add an image to the following location in your Hugo application:

 ```
 /static/images/banner.jpg
 ```

 ## Development

 ### Running Locally

 ```
 $ git clone https://github.com/dewittn/hugo-html5up-alpha/
 $ cd hugo-html5up-alpha/exampleSite
 $ hugo server --themesDir ../..
 ```

 ## Original Theme Credits

  - [Alpha by HTML5 UP](https://html5up.net/alpha)

  ## License

 This hugo theme is licensed under the [Creative Commons Attribution 3.0 License](https://creativecommons.org/licenses/by/3.0/).

 Read More - [LICENSE](LICENSE)