https://github.com/redraw/hugo-mondrian-theme
mondrian-like minimal theme for Hugo
https://github.com/redraw/hugo-mondrian-theme
Last synced: over 1 year ago
JSON representation
mondrian-like minimal theme for Hugo
- Host: GitHub
- URL: https://github.com/redraw/hugo-mondrian-theme
- Owner: redraw
- License: mit
- Created: 2019-03-06T03:21:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-19T20:40:47.000Z (about 7 years ago)
- Last Synced: 2025-01-25T17:33:18.910Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 727 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hugo-mondrian-theme
Mondrian-like minimal theme for Hugo static site generator.

# Using
Copy the theme in `themes/mondrian` folder or add it as a git submodule,
```bash
$ git submodule add https://github.com/redraw/hugo-mondrian-theme.git themes/mondrian
$ hugo server -t mondrian
```
Colors are configurable per [content-type](https://gohugo.io/content-management/types/) and you can modify them in your `config.toml`, along with minor settings
```toml
[params]
showHeader = true
showTags = true
debug = false
[params.colors]
post = "orangered"
page = "gold"
sketch = "limegreen"
```
If you want to test the `exampleSite`, run
```bash
$ cd themes/mondrian/exampleSite
$ hugo server --themesDir ../..
```
### Notes
[Beerware](https://gitter.im/hugo-mondrian-theme) (?)