diff docs/docs/00__index.md @ 243:26e59f837558

docs: Add embryo of a documentation website.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 19 Feb 2015 08:09:17 -0800
parents
children 64184c9cf487
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/docs/docs/00__index.md	Thu Feb 19 08:09:17 2015 -0800
@@ -0,0 +1,27 @@
+---
+title: Documentation
+layout: doc
+---
+
+Using PieCrust is mostly a matter of editing text files and, sometimes, running
+commands in a terminal. Make sure you go through the [Getting Started][1] page,
+if only to install PieCrust on your system.
+
+ [1]: {{pcurl('getting-started')}}
+
+
+Here are some common pages most people will want to read:
+
+
+### Creating websites
+
+* You can follow the [tutorial][2] for creating a simple blog website.
+* The are pages explaining how a [website is organized on disk][3], and how to
+  [configure it][4].
+
+
+ [2]: {{pcurl('tutorial/your-first-blog')}}
+ [3]: {{pcurl('general/creating-websites')}}
+ [4]: {{pcurl('general/website-config')}}
+
+