mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Include the "pelican-quickstart" script.
This ease the creation of a new blog. I modified slightly the code wrote by @Skami18 here: https://gist.github.com/1025236/dfa695e67482477907c79ae709ab827b20b18b04 This commit also renames the import script to "pelican-import". Fixes #129.
This commit is contained in:
parent
c73ae02170
commit
1edbe044a2
8 changed files with 533 additions and 264 deletions
|
|
@ -83,6 +83,13 @@ the options you can use::
|
|||
|
||||
$ pelican --help
|
||||
|
||||
Kickstart a blog
|
||||
----------------
|
||||
|
||||
You also can use the `pelican-quickstart` script to start a new blog in
|
||||
seconds, by just answering few questions. Just run `pelican-quickstart` and
|
||||
you're done! (Added in pelican 3)
|
||||
|
||||
Pages
|
||||
-----
|
||||
|
||||
|
|
@ -95,16 +102,8 @@ the menu.
|
|||
Importing an existing blog
|
||||
--------------------------
|
||||
|
||||
It is possible to import wordpress themes and RSS themes using a script which
|
||||
is living in `tools`: importer.
|
||||
|
||||
You can call it this way for a wordpress import::
|
||||
|
||||
$ python importer.py --wpfile /your/wordpress/export -o output_dir
|
||||
|
||||
And like this for an import from an RSS feed::
|
||||
|
||||
$ python importer.py --feed http://your/rss/feed -o output_dir
|
||||
It is possible to import your blog from dotclear, wordpress and an RSS feed using
|
||||
a simple script. See :ref:`import`.
|
||||
|
||||
Translations
|
||||
------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue