Mercurial > piecrust2
annotate docs/docs/20_importing.md @ 547:8c9057bb0fea
Added tag 2.0.0b3 for changeset 6ef89b31ddda
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 01 Aug 2015 08:13:08 -0700 |
parents | 3a496ffbb898 |
children |
rev | line source |
---|---|
357
3a496ffbb898
docs: Add documentation for importing content from other engines.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
1 --- |
3a496ffbb898
docs: Add documentation for importing content from other engines.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
2 title: Importing |
3a496ffbb898
docs: Add documentation for importing content from other engines.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
3 --- |
3a496ffbb898
docs: Add documentation for importing content from other engines.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
4 |
3a496ffbb898
docs: Add documentation for importing content from other engines.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
5 Many people come to static website generators after having been frustrated with |
3a496ffbb898
docs: Add documentation for importing content from other engines.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
6 more full-fledged -- but paradoxically more limiting -- content management |
3a496ffbb898
docs: Add documentation for importing content from other engines.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
7 systems like Wordpress. Others just try different static website generators |
3a496ffbb898
docs: Add documentation for importing content from other engines.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
8 until they find one they're totally satisfied with. |
3a496ffbb898
docs: Add documentation for importing content from other engines.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
9 |
3a496ffbb898
docs: Add documentation for importing content from other engines.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
10 PieCrust supports importing content from other such systems, using the `chef |
3a496ffbb898
docs: Add documentation for importing content from other engines.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
11 import` command. Here are some details about each importer: |
3a496ffbb898
docs: Add documentation for importing content from other engines.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
12 |
3a496ffbb898
docs: Add documentation for importing content from other engines.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
13 {% for part in family.children -%} |
3a496ffbb898
docs: Add documentation for importing content from other engines.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
14 * [{{part.title}}]({{part.url}}) |
3a496ffbb898
docs: Add documentation for importing content from other engines.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
15 {% endfor %} |
3a496ffbb898
docs: Add documentation for importing content from other engines.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
16 |