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.

1018 B

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