changeset 253:9046361a6abb

docs: More on creating websites.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 21 Feb 2015 09:14:52 -0800
parents 751f3b508bf1
children 44ed3f49c011
files docs/docs/02_general/02_creating-websites.md
diffstat 1 files changed, 11 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/docs/docs/02_general/02_creating-websites.md	Sat Feb 21 09:11:30 2015 -0800
+++ b/docs/docs/02_general/02_creating-websites.md	Sat Feb 21 09:14:52 2015 -0800
@@ -2,9 +2,18 @@
 title: Creating Websites
 ---
 
-A PieCrust website is really just a directory with a special structure.
+A PieCrust website is really just a directory with a special structure. The very
+basic structure is a directory with a `config.yml` file in it -- but that would
+be just an empty website that uses the default theme!
 
-For a default website configuration, it will look a bit like this:
+    <root>
+      +--- config.yml
+
+You can create that directory with the configuration file in it yourself, but
+the `chef init` command can also do it for you.
+
+Once you've started filling it up with contents and assets -- and assuming a
+default website configuration -- it will look a bit like this:
 
     <root>
       |---- assets/