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

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

A barebones theme for Hugo using foundation 6. 

## To Install 

Download and install current Hugo binary as specified on the Hugo Docs website. Run:
```bash
	$ hugo new site example
```

Then in your themes dir run
```bash
	$ git clone https://github.com/hdcdstr8fwd/foundation-theme
```

Use the `config.toml` in the themes/examplesite to understand how to configure and use this theme.