Lektor plugin to publish your site to surge.sh
Version: 0.3
Author: A. Jesse Jiryu Davis
View all tags.
Publishes your Lektor site to Surge.
Add lektor-surge to your project from command line:
lektor plugins add lektor-surge
See the Lektor documentation for more instructions on installing plugins.
Configure Surge in your .lektorproject
file:
[servers.surge]
target = surge:my-domain.com
To force all traffic to HTTPS, update your .lektorproject
file:
[servers.surge]
target = surge+https:my-domain.com
For more information, see the Surge guide to HTTPS.
Deploy your site with Lektor from the command line:
lektor deploy surge
Comments