You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
782 B

# gugelfrei.de
3 years ago
## checkout
- `git clone git@git.gugelfrei.de:websites/gugelfrei.git`
## submodule sync
```
git submodule sync
git submodule update --init --recursive --remote
```
## Develop
- `hugo serve`
## Deploy
- `deploy.sh`
## Credits
- Original <a href="https://github.com/janraasch/hugo-product-launch/" target="_blank">Design</a> template by <a href="https://www.janraasch.com" title="Jan Raasch" target="_blank">Jan Raasch</a></li>
- Contact form backend by <a href="http://reusableforms.com/d/o5/html5-contact-form-send-email" target="_blank">reusableforms.com</a></li>
- Image slider <a href="http://loryjs.github.io/lory/" target="_blank">loryjs</a></li>
- Collapsible shortcode from [alexandruioan](https://github.com/alexandruioanp/hugo-universal-collapsible)