sources of my schmittlau.ch home page – the variant using Pelican https://www.schmittlau.ch/
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.
 
 
 
schmittlau.ch-pelican/remote_credentials.py.example

6 lines
131 B

remote_credentials = {
'ssh_user': 'user',
'ssh_host': 'example.com',
'ssh_port': '22',
'ssh_path': '/srv/www/',
}