2.0.6 • Published 9 years ago

wintersmith-appengine v2.0.6

Weekly downloads
4
License
BSD
Repository
github
Last release
9 years ago

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"
		}
	}
}
2.0.6

9 years ago

2.0.4

10 years ago

2.0.3

10 years ago

2.0.2

10 years ago

2.0.0

11 years ago