changeset 383:44cf6ce62467

docs: Add lame bit of documentation on publishing your website.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 10 May 2015 23:34:50 -0700
parents 5c723d4bd2e4
children d241585412ad
files docs/docs/10_publishing.md
diffstat 1 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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')}}
+