https://github.com/bep/html5up-to-hugo
WORK IN PROGRESS
https://github.com/bep/html5up-to-hugo
Last synced: about 1 year ago
JSON representation
WORK IN PROGRESS
- Host: GitHub
- URL: https://github.com/bep/html5up-to-hugo
- Owner: bep
- Created: 2018-02-26T09:03:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-28T09:52:01.000Z (over 8 years ago)
- Last Synced: 2025-03-17T01:41:20.651Z (about 1 year ago)
- Language: CSS
- Size: 5.41 MB
- Stars: 10
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# html5up-to-hugo
WORK IN PROGRESS
Here may come a common convertor and the result of converting all (or the best) of [HTML5Up](https://html5up.net/)´s themes.
The original themes are licensed with The Creative Commons Attribution 3.0 License, see https://html5up.net/license
# Build the Themes
```bash
# Only needed once (or if a new theme is added etc.)
go run main.go get
go run main.go build
cd exampleSite
HUGO_THEME=lens hugo server
```
# Strategy
* Put the common layouts into `template/layouts`
* Put the specific (use same name to overwrite) templates inside `template/[theme]/layouts/`
* We will probably need more templating support. Let us see.
**And try to keep it as DRY as possible.**