Go to file
Jez Cope 3240ffb9d0 Use relative URL for stylesheet 2021-04-02 12:04:51 +01:00
archetypes Update default archetype template 2019-08-04 10:57:05 -04:00
assets/style Use yarn instead of git submodule for bulma 2021-04-02 12:00:24 +01:00
images Initial commit 2016-10-14 23:41:10 +03:00
layouts Use relative URL for stylesheet 2021-04-02 12:04:51 +01:00
node_modules Use yarn instead of git submodule for bulma 2021-04-02 12:00:24 +01:00
static/css Add blank style.css 2016-11-04 20:59:33 +03:00
.gitmodules Add Bulma as a submodule 2021-04-01 21:10:50 +01:00
LICENSE Formatting: add final newline 2019-07-30 13:40:48 -04:00
README.md Fix links to LICENSE file 2019-08-01 12:29:22 -04:00
package.json Use yarn instead of git submodule for bulma 2021-04-02 12:00:24 +01:00
theme.toml Convert theme min_version to string 2019-09-01 16:36:49 -04:00
yarn.lock Use yarn instead of git submodule for bulma 2021-04-02 12:00:24 +01:00

README.md

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 quick start 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.