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.

35 lines
1018 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
## deployment
- Deploy to an sftp host. Create `~/.config/rclone/rclone.conf` as follows for ssh keyfile authentication:
```
[wntr_org]
type = sftp
host = HOSTNAME_OR_IP
user = USER
key_file = ~/.ssh/KEYFILE
```
- run `sh deploy.sh` for deployment
## 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)