# HG changeset patch # User Ludovic Chabant # Date 1431326090 25200 # Node ID 44cf6ce62467f08d8a980f0b24ae5bc70340af57 # Parent 5c723d4bd2e4063157bad52b6c957469c1852790 docs: Add lame bit of documentation on publishing your website. diff -r 5c723d4bd2e4 -r 44cf6ce62467 docs/docs/10_publishing.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/docs/10_publishing.md Sun May 10 23:34:50 2015 -0700 @@ -0,0 +1,17 @@ +--- +title: Publishing +--- + +PieCrust can be used either as a static website generator or as a dynamic CMS. +This section is about using the static generation feature to publish a +completely static website. For how to deploy a PieCrust website as a dynamic +CMS, see the [deployment documentation][deploy]. + +At the moment, there are no publishing features included in PieCrust -- you just +run `chef bake` directly on the server, or locally and then upload the output +via (S)FTP. + +More publishing features will be included in the future. + +[deploy]: {{docurl('deploying')}} +