A simple Hugo theme for simple sites. Loosely based on salcangeloso.com.
Practically all unnecessary elements stripped out. Ideal for use as a single page site (example, lander, etc.) or for a minimalist blog. Some Hugo niceties (like partial templates) were stripped out for simplification purposes.
Adjust the custom.css for additional styling. Normalize.css and Skeleton.css were used for predictable behavior.
$ git clone https://github.com/salcan/BeyondNothing.git themes/beyondnothing
$ hugo server --theme=BeyondNothing --buildDrafts --watch
MIT