Skip to content
This repository has been archived by the owner on Oct 29, 2018. It is now read-only.

websecurify/wintersmith-appengine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Follow on Twitter

wintersmith-appengine

Plugin for wintersmith which converts the build directory into a Google Appengine compatible app. Works with wintersmith 2.

Install

Just add it to your wintersmith plugins as you would usually do.

Configuration

Your config.json file should look more or less like this:

{
	"locals": {
	},
	
	"plugins": [
		"wintersmith-appengine"
	],
	
	"appengine": {
		"application": "NAME",
		"version": VERSION
	}
}

Additionally you can map Appengine URLs to site urls via mappings. Here is an example:

{
	"locals": {
	},

	"plugins": [
		"wintersmith-appengine"
	],

	"appengine": {
		"application": "NAME",
		"version": VERSION,
	
		"mappings": {
			"path/to/some/url": "local/path/to/file"
		}
	}
}

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published