https://github.com/wildskyf/hugo-theme-ws
theme for hugo
https://github.com/wildskyf/hugo-theme-ws
Last synced: 3 months ago
JSON representation
theme for hugo
- Host: GitHub
- URL: https://github.com/wildskyf/hugo-theme-ws
- Owner: wildskyf
- License: mit
- Created: 2017-11-23T09:31:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-23T17:36:46.000Z (over 7 years ago)
- Last Synced: 2024-12-31T09:43:24.858Z (5 months ago)
- Language: CSS
- Size: 230 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# WS
## Installation
In your Hugo site `themes` directory, run:
```
$ git add submodule https://github.com/wildskyf/hugo-theme-ws/ themes/ws
```Next, open `config.toml` in the base of the Hugo site and ensure the theme option is set to `ws`.
```
theme = "ws"
```For more information read the official [setup guide](//gohugo.io/overview/installing/) of Hugo.
## License
This theme is released under the [MIT license](//github.com/wildskyf/hugo-theme-es/blob/master/LICENSE.md).