Go to file
Adam Sullovey 8c4df57d4f fix list page filtering not working
When I started using the blank theme, I found urls like /tags/js would list all posts instead of just posts tagged 'js'. Changing '.Site.Pages' to 'Data.Pages' fixes this, and now my site can have lists that filter posts by category and tags.
2017-09-22 21:34:51 -04:00
archetypes Add default archetype 2017-08-08 12:57:21 +03:00
images Initial commit 2016-10-14 23:41:10 +03:00
layouts fix list page filtering not working 2017-09-22 21:34:51 -04:00
static/css Add blank style.css 2016-11-04 20:59:33 +03:00
LICENSE.md Initial commit 2016-10-14 23:41:10 +03:00
README.md Update README.md 2016-12-19 18:45:49 +03:00
theme.toml Bump Hugo min version to v0.19 2017-04-08 21:56:07 +03:00

Blank

Blank — starter Hugo theme for developers. Use it to make your own theme.

Live Demo

Blank theme screenshot

Installation

In your Hugo site themes directory, run:

$ git clone https://github.com/vimux/blank

Next, open config.toml in the base of the Hugo site and ensure the theme option is set to blank.

theme = "blank"

For more information read the official setup guide of Hugo.

Contributing

Have you found a bug or got an idea for a new feature? Feel free to use the issue tracker to let me know. Or make directly a pull request.

License

This theme is released under the MIT license.