A barebones theme for the static site generator Hugo. Made to use as a simple website or as the basis for a bigger project.
Download the archives to your themes folder using the recommended git submodule
approach.
$ git submodule add https://github.com/luisvnzquez/Bare.git themes/bare
Activate by modifying the theme
line on your project configuration file.
theme = "Bare"