# gugelfrei.de ## 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 Design template by Jan Raasch - Contact form backend by reusableforms.com - Image slider loryjs - Collapsible shortcode from [alexandruioan](https://github.com/alexandruioanp/hugo-universal-collapsible)