Rsync publish

master
EHP 6 years ago
parent 522eb31d9b
commit e2d3030b5d
  1. 1
      .gitignore
  2. 4
      Makefile
  3. 3
      pelicanconf.py

1
.gitignore vendored

@ -2,3 +2,4 @@ __pycache__/
output/
*.pyc
*.pid
.venv/

@ -12,10 +12,10 @@ FTP_HOST=localhost
FTP_USER=anonymous
FTP_TARGET_DIR=/
SSH_HOST=localhost
SSH_HOST=vps.ehp.cz
SSH_PORT=22
SSH_USER=root
SSH_TARGET_DIR=/var/www
SSH_TARGET_DIR=/var/www-osoracov/www.osoracov.cz
S3_BUCKET=my_s3_bucket

@ -44,7 +44,8 @@ PLUGINS = ["photos"]
THEME = "theme"
#THEME = "github/pelican-themes/sneakyidea"
PHOTO_LIBRARY = "/mnt/data/pohadky/osoracov-web/content/gallery"
PHOTO_LIBRARY = "content/gallery"
#PHOTO_LIBRARY = "/mnt/data/pohadky/osoracov-web/content/gallery"
#PHOTO_LIBRARY = "~/osoracov/content/gallery"
PHOTO_GALLERY = (1024, 768, 80)
PHOTO_THUMB = (192, 144, 60)

Loading…
Cancel
Save