Plugin – lektor-surge 0.3

Lektor plugin to publish your site to surge.sh

Project links

GitHub Statistics

Meta

Version: 0.3

Author: A. Jesse Jiryu Davis

Tags

publisher, setup-env, and Surge

View all tags.

Project Description

Lektor Surge Publisher Plugin

Publishes your Lektor site to Surge.

Installation

Add lektor-surge to your project from command line:

lektor plugins add lektor-surge

See the Lektor documentation for more instructions on installing plugins.

Configuration

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.

Deployment

Deploy your site with Lektor from the command line:

lektor deploy surge

Comments