Hugo Themes
BeyondNothing
Simplest Hugo theme possible
- Author: Cloud Confusing
- Minimum Hugo Version: 0.14
- GitHub Stars: 14
- Updated: 2019-09-08
- License: MIT
- Tags:
Blog
Minimal
Note! This theme has not been updated for more than 2 years.
If you are maintainer of this theme, please verify that this theme works with a recent release of Hugo. Then add an appropriate Version Configuration to the theme'sconfig.toml
and then finally tag a new version.
BeyondNothing
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.
Customizing
Adjust the custom.css for additional styling. Normalize.css and Skeleton.css were used for predictable behavior.
Clone to Your Theme Directory:
$ git clone https://github.com/salcan/BeyondNothing.git themes/beyondnothing
$ hugo server --theme=BeyondNothing --buildDrafts --watch
License
MIT