72 lines
1.9 KiB
Markdown
72 lines
1.9 KiB
Markdown
|
# 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/)
|
||
|
|