init a new pelican project
This commit is contained in:
parent
62f31bcc37
commit
22fc9a1ed2
8 changed files with 215 additions and 0 deletions
6
remote_credentials.py.example
Normal file
6
remote_credentials.py.example
Normal file
|
@ -0,0 +1,6 @@
|
|||
remote_credentials = {
|
||||
'ssh_user': 'user',
|
||||
'ssh_host': 'example.com',
|
||||
'ssh_port': '22',
|
||||
'ssh_path': '/srv/www/',
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue