- windows key + R, then cmd
- cd C:\Python27\Scripts
- .\hyde.exe -s C:\Users\liangzou\Documents\photography_site\lzp-site-hyde gen
- .\hyde.exe -s C:\Users\liangzou\Documents\photography_site\lzp-site-hyde serve
Make sure all the changes are good.
-
Change mode: prod in site.yaml
-
.\hyde.exe -s C:\Users\liangzou\Documents\photography_site\lzp-site-hyde gen
-
Change mode: dev in site.yaml
-
Start the github application
-
Commit the changes to zoukyle.github.io and lzp-site-hyde
The static image files are served on the Google App Engine because it's free. The steps to upload new images:
- Add images to C:\Users\liangzou\Documents\bookmarks\static\images\lzp
- cd C:\Users\liangzou\Documents\bookmarks
- dev_appserver.py app.yaml to make sure the local instance works.
- gcloud app deploy to deploy to the cloud.