I’m Luis Vázquez, a software developer.

Bare, a theme for Hugo

Nov 2019

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/luisvwxyz/Bare.git themes/bare

Activate by modifying the theme line on your project configuration file.

theme = "Bare"