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

README.md - github.com/curttimson/hugo-theme-massively.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0c9d109baf8837a1825cd06e5c04dc360d74ceab (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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# Hugo Theme Massively

Massively theme ported from [HTML5 UP](https://html5up.net/) for use with the [Hugo static site generator](https://gohugo.io/).

![](images/device-screenshots.png)

## Demo

https://hugo-theme-massively.netlify.com/

## Setup

### Configuration

See the demo's configuration as an example:

https://github.com/curttimson/hugo-theme-massively/blob/master/exampleSite/config-prod.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/bg.jpg
```

### Supported Languages

 - [English](https://github.com/curttimson/hugo-theme-massively/blob/master/i18n/en.toml)
 - [French](https://github.com/curttimson/hugo-theme-massively/blob/master/i18n/fr.toml)
 - [Japanese](https://github.com/curttimson/hugo-theme-massively/blob/master/i18n/ja.toml)
 - [Simplified Chinese](https://github.com/curttimson/hugo-theme-massively/blob/master/i18n/zh.toml)
 - [Spanish](https://github.com/curttimson/hugo-theme-massively/blob/master/i18n/es.toml)

## Custom Front Matter

 - `disableComments` - If set to `true` this will disable comments on the post when Disqus is enabled.

## Development

### Example Site Production Deployment


#### Production Deployment

```
$ hugo --config config-prod.toml
```

#### Running Locally

```
$ hugo server --themesDir ../..
```


## Original Theme Credits

 - [Massively by HTML5 UP](https://html5up.net/massively)

 ## 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)