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

README.md - github.com/syui/hugo-theme-wave.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 36fb2c2013b0e0d4b24da0f56b2b1a41f203ea0d (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
# Hugo Theme Wave

https://gitlab.com/syui/hugo-theme-wave

Hugo Theme Wave is a single column theme for hugo based on [Bootstrap](http://getbootstrap.com/) and a css styling from [Bootstrap Enhancement](http://behigh.github.io/bootstrap_dropdowns_enhancement/).

It is a simple template containing a nice header menu bar and content area.

- [Demo](https://syui.gitlab.io/hugo-theme-wave)

![Hugo Wave Theme screenshot](https://gitlab.com/syui/hugo-theme-wave/raw/master/images/screenshot.png)

## Get the source code

I assume you've Git installed. Inside the folder of your Hugo site run

```bash
$ git clone https://gitlab.com/syui/hugo-theme-wave.git
$ cd hugo-theme-wave
```

## Start Command

```bash
$ hugo server
------------------------
$ curl -sL localhost:1313/hugo-theme-wave
```

## Nearly finished

In order to see your site in action, run Hugo's built-in local server.

```bash
$ sudo pacman -S go
$ export GOPATH=$HOME/go
$ go get -v github.com/spf13/hugo

$ hugo

$ hugo server
------------------------
$ curl -sL localhost:1313/hugo-theme-wave
```

Now enter `localhost:1313/hugo-theme-wave` in the address bar of your browser.

## Annotations

Thanks to [Steve Francia](//github.com/spf13) for creating Hugo and the awesome community around the project.

Thanks to [John Resig](https://github.com/jeresig/jquery.hotkeys) for creating bindkeys.

Thanks to [Ivan Sagalaev](https://github.com/isagalaev/highlight.js/) for creating highlight.

Thanks to [Moritz](https://github.com/m2w/talaria) for creating comment.

Thanks to [Sebastien Moran](https://gist.github.com/sebz/efddfc8fdcb6b480f567) for creating search.

Thanks to [Wan Qi Chen](https://github.com/wa0x6e/cal-heatmap) for creating calendar activities.

## Reference

[CreateJS](https://github.com/CreateJS)

[ParticleJS](https://github.com/ics-creative/ParticleJS)

[Font-Awesome](https://github.com/FortAwesome/Font-Awesome)

[IcoMoon](https://icomoon.io/)