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.
 
 
 
 
yova 18bd1cee44
add fsck.exfat blog article
1 year ago
archetypes initial 3 years ago
content add fsck.exfat blog article 1 year ago
layouts add fsck.exfat blog article 1 year ago
resources/_gen/assets/sass/sass Add http://reusableforms.com/d/o5/html5-contact-form-send-email 3 years ago
static add fsck.exfat blog article 1 year ago
themes update 2 years ago
.gitignore update config 2 years ago
.gitlab-ci.yml redd openssh 3 years ago
.gitmodules change gitmodules 3 years ago
README.md add credits 2 years ago
config.toml mods 2 years ago
deploy.sh chmod 2 years ago

README.md

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