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

https://github.com/rwieruch/hugo-minimal


https://github.com/rwieruch/hugo-minimal

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# hugo-minimal

**Deprecated ...**

## Installation

In your Hugo site `themes` directory, run:

```
$ git clone https://github.com/rwieruch/hugo-minimal.git
```

Next, open `config.toml` in the base of the Hugo site and ensure the theme option is set to `hugo-minimal`.

```
theme = "hugo-minimal"
```

For more information read the official [setup guide](https://gohugo.io/overview/installing/) of Hugo.

## Shortcodes

### package-box

{{< fluid_images
"col-xs-4|img/posts/post/image.png|some alt text"
"col-xs-4|img/posts/post/image.png|some alt text"
"col-xs-4|img/posts/post/image.png|some alt text"
->}}

## Contributing

Have you found a bug or got an idea for a new feature? Feel free to use the [issue tracker](//github.com/rwieruch/hugo-minimal/issues) to let me know. Or make directly a [pull request](//github.com/rwieruch/hugo-minimal/pulls).

## License

This theme is released under the [MIT license](LICENSE.md).