view docs/docs/00__index.md @ 880:342e3ea24b5d

serve: Fix asset processing loop.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 15 Jun 2017 22:55:32 -0700
parents 63b2e4c739e1
children 94d7d5e38571
line wrap: on
line source

---
title: Documentation
---

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]: {{docurl('tutorial/your-first-blog')}}
 [3]: {{docurl('general/creating-websites')}}
 [4]: {{docurl('general/website-config')}}