Commit graph

32 commits

Author SHA1 Message Date
Justin Mayer
18b4d65c4e Clarify quickstart docs and remove spurious line 2012-07-07 08:45:50 -07:00
Justin Mayer
764a2cfa51 Add dual dev/publish modes to quickstart script
Certain configuration options are more useful in production than they
are in development. Some examples might be absolute URLs, external
analytics service identifiers, Disqus comments, etc. This version of the
quickstart script creates two configuration files: one for development
and the other for use when publishing. In addition, the related docs
have been expanded considerably. Last but not least, the quickstart
script will now detect whether there is a project folder associated with
the currently active virtualenv (if any) and use it by default.
2012-07-07 07:41:12 -07:00
tBunnyMan
cb3c40256a Merge branch 'master' of github.com:ametaireau/pelican into DeleteContentsNotDirectory 2012-07-04 15:12:39 -07:00
Alexis Metaireau
ea0a964365 Merge pull request #389 from tbunnyman/issue#380
Add support for `status: hidden` in pages
2012-07-04 14:51:50 -07:00
tBunnyMan
d589450200 Change behavior of DELETE_OUTPUT_DIRECTORY to purge contents of the directory, not the directory itself.
Added Debug level logging for each deletion
Added error level logging when a delete has an exception
Built a test case for clean_output_directory in tests.utils.py
Updated `settings` in documentation to reflect new behavior
Removed the tip from the bottom of getting started since this setting should no longer break web servers pointing to the output directory.
2012-07-04 12:32:20 -07:00
Justin Mayer
9ad93d36a0 Convert code in docs to inline literals
Most of the references to code and settings in the docs were wrapped
in single tickmarks (`), while reStructuredText syntax actually calls
for double tickmarks for inline literals, which are normally rendered
as monospaced text with spaces preserved. Converted the relevant
instances to inline literals, along with some other minor fixes.
2012-07-01 10:52:39 -07:00
tBunnyMan
c2993c4d4e Documentation typo 2012-06-27 07:02:25 -07:00
tBunnyMan
a0e46c9106 Add support for status: hidden in pages
Resolves #380 If the status metadata is set to 'hidden' on a page it is translated and rendered but not linked anywhere in the site.
2012-06-26 19:26:43 -07:00
Justin Mayer
336d6fd407 Getting Started documentation improvements
Expanded installation instructions, added Upgrading section, updated
link to Pip installer, and other minor improvements.
2012-06-11 12:27:01 -07:00
Alexis Metaireau
7192f74554 markdown syntax is ':::' not '::' for syntax hl 2012-05-21 15:21:16 +02:00
Alexis Metaireau
9f03a407cb the dep to markdown is optional. rst is not. 2012-04-01 14:46:09 +02:00
Alexis Metaireau
6880f3d1e9 make docs more explicit 2012-04-01 13:54:20 +02:00
Alexis Metaireau
fe9af76e22 default :: doesn't work for syntactic recognition 2012-04-01 13:51:44 +02:00
Justin Mayer
bde06c4011 Improve English documentation with enhanced clarity, grammar, and spelling 2012-03-06 06:13:17 -08:00
Alexis Metaireau
b0dcce01cb Don't install the venv in the sources root, this can cause troubles with the bin folder 2011-11-29 16:06:08 +01:00
Alexis Metaireau
e5d4e90b8f update the docs on how to view generated blog 2011-08-17 10:38:48 +02:00
Alexis Metaireau
1edbe044a2 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.
2011-08-11 23:34:53 +02:00
Alexis Metaireau
eee004cdb5 update the documentation about code highlighting 2011-06-18 19:02:57 +02:00
Alexis Metaireau
e617b08ab6 add information about the importer in the documentation 2011-06-17 19:26:28 +02:00
Skami18
8b914fcec2 Removed issue #124 2011-06-03 18:26:27 +02:00
Alexis Metaireau
aab3ee78dc Split the settings into different sections.
Fixes #112
2011-05-08 16:15:43 +01:00
Alexis Metaireau
6b44d93780 Add the possibility to publish drafts. Fixes #111 2011-05-08 14:58:57 +01:00
Simon Liedtke
94ce3bea64 Pelican is an "it", not a "he" 2011-04-24 09:05:38 -07:00
James Rowe
09f964ffcb Split hard and soft dependencies in getting_started doc. 2011-02-26 16:17:20 +00:00
Alexis Metaireau
4edb5bf497 add the settings for pelican command line usage example 2011-02-14 10:42:25 +00:00
Massimo Santini
d484517555 Added a small fix to pygments use 2011-02-11 15:36:04 +01:00
Alexis Metaireau
00f0f89cbd Add some documentation about the code-block feature. Fixes #66 2011-02-09 21:29:07 +00:00
Alexis Metaireau
b8fb45de9e Add the autoreload feature. This fixes #45. I've choosen to not serve the content
via HTTP, because it's really simple to do "firefox output/index.html".
2011-01-12 23:45:06 +01:00
Alexis Metaireau
6e4a826dc1 Update the translation documentation. 2011-01-06 02:33:14 +01:00
Alexis Metaireau
750e211649 Update the documentations and fix some little things about the translation feature. 2010-12-20 22:50:54 +00:00
Alexis Metaireau
5748a91ad7 Add PAGES to the context 2010-12-14 15:48:35 +00:00
Alexis Metaireau
e0e62d8b8e Update the documentation. 2010-12-14 15:31:11 +00:00