# 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 - [Bearblog theme](https://janraasch.github.io/hugo-bearblog/) for [hugo](https://gohugo.io/) CMS - Contact Form from [reusableforms - Prasanth Janardanan](http://reusableforms.com/d/o5/html5-contact-form-send-email) - [rclone](https://rclone.org/sftp/) for sftp deployment