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.

654 B

Wntr.Org

personal website

git submodule sync
git submodule update --init --recursive --remote
hugo serve

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 = wntr
key_file = ~/.ssh/KEYFILE
  • run sh deploy.sh for deployment

credits