https://github.com/rwieruch/hugo-minimal
https://github.com/rwieruch/hugo-minimal
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rwieruch/hugo-minimal
- Owner: rwieruch
- License: mit
- Created: 2016-11-05T13:42:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-09-25T04:01:08.000Z (about 6 years ago)
- Last Synced: 2025-04-11T11:04:10.969Z (6 months ago)
- Language: CSS
- Size: 2.53 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).