Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md - github.com/salcan/BeyondNothing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ddd7fa80e2fc43df127274998a5f066ea1f55895 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# BeyondNothing

A simple Hugo theme for simple sites. Loosely based on [salcangeloso.com](https://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