An open API service indexing awesome lists of open source software.

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

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