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.
|
3 months ago | |
---|---|---|
archetypes | 2 years ago | |
content | 3 months ago | |
layouts | 3 months ago | |
resources/_gen/assets/sass/sass | 2 years ago | |
static | 3 months ago | |
themes | 1 year ago | |
.gitignore | 1 year ago | |
.gitlab-ci.yml | 2 years ago | |
.gitmodules | 2 years ago | |
README.md | 1 year ago | |
config.toml | 3 months ago | |
deploy.sh | 1 year 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
- Bearblog theme for hugo CMS
- Contact Form from reusableforms - Prasanth Janardanan
- rclone for sftp deployment