view docs/docs/00__index.md @ 1104:353c58ba596a

cm: Simpler, better `Pipfile`.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 17 Feb 2018 20:49:53 -0800
parents 94d7d5e38571
children
line wrap: on
line source

---
title: Documentation
nav_key: docs
---

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')}}