Alexis Métaireau
3857fd72b5
Merge branch 'master' of github.com:getpelican/pelican
2013-09-17 17:32:15 +02:00
Alexis Métaireau
22da74211d
Fix a broken link
2013-09-17 17:32:08 +02:00
SDGSDG
3580233b38
Support for pygment defaults and relevant documentation
2013-09-15 23:13:17 -07:00
Alexis Metaireau
9935286e19
Merge pull request #1056 from bmcorser/fix-utils-copy
...
Fix for THEME_STATIC_PATHS by copying sensitively
2013-09-09 15:01:13 -07:00
Talha Mansoor
3d419bf55d
Update changelog.rst
...
1. Escape `|tag|` and `|category|` with double ticks otherwise reST converts them to links that are invalid.
2. Updated syntax for relative links use braces instead of bars.
2013-09-09 10:28:47 +05:00
Talha Mansoor
13199792a7
Add tip on how to add videos to your blog.
2013-09-08 23:05:52 +02:00
Talha Mansoor
bc26cde436
Add details on how to use Pelican for non-blog static sites
...
This question comes up on IRC quite frequently.
2013-09-08 23:05:52 +02:00
Talha Mansoor
e2236d50d6
Update settings documentation to explain INTRASITE_LINK_REGEX
...
I have added reference to "Linking to internal content" section because
without it, it is difficult to explain the usage.
I have also updated changelog.
Closes getpelican/pelican#1061
2013-09-09 00:08:39 +05:00
Talha Mansoor
bddf0faa9c
Update documentation to reflect change in intrasite link syntax
...
Updates getpelican/pelican#1061
2013-09-09 00:06:13 +05:00
bmcorser
ef16c915d4
Clarification of THEME_STATIC_PATHS behaviour
2013-08-31 21:49:41 +01:00
Axel Haustant
c61f6f402a
Prepare for bumpr
2013-08-24 20:17:05 +02:00
Axel Haustant
e6e99ffbb9
Change current release section with a constant title
2013-08-21 06:21:02 +02:00
Axel Haustant
469c531ae4
Include version in doc and warn if it's a dev version.
2013-08-21 06:18:43 +02:00
Alexis Metaireau
2e845feb02
Merge pull request #1050 from getpelican/content-written-signal
...
Add a content_written signal
2013-08-17 11:07:55 -07:00
Alexis Métaireau
56371aaf0f
update the changelog
2013-08-17 17:42:54 +02:00
Alexis Métaireau
e2ca6d7608
Add categories and tags to the replacement mechanism.
2013-08-17 17:36:13 +02:00
Alexis Métaireau
339955376e
Add a content_written signal
2013-08-17 12:48:34 +02:00
Alexis Metaireau
1fdda30c9b
Merge pull request #1014 from dbrgn/test_output_locale
...
Explicitly set locale when generating test output
2013-08-16 15:09:07 -07:00
Daniel Goldsmith
d9816be5de
Tag Cloud made functional
2013-08-13 10:46:41 +01:00
Talha Mansoor
b0a13a851c
Fix a typo in the docs
...
getpelican/pelican@f2d6f77462 changed
`article_generate_context` to `article_generator_context`. This commit
updates the docs to reflect the change.
2013-08-11 02:20:25 +05:00
Justin Mayer
24e2ad5b3f
Improve AsciiDoc parts of Getting Started docs
2013-08-07 12:45:26 -07:00
Justin Mayer
5a469dc2e3
Merge pull request #1011 from saimn/readers
...
Refactor readers and remove MARKUP. Fixes #866
2013-08-07 12:34:22 -07:00
Simon Conseil
f47f054d0b
Add documentation for readers.
2013-08-07 00:43:49 +02:00
Danilo Bargen
bbea6d1747
Explicitly set locale when generating test output
2013-08-05 19:18:47 +02:00
Danilo Bargen
42f9726ffa
Support TAGS_* and AUTHORS_* by default.
2013-08-05 19:16:00 +02:00
Alexis Métaireau
05437a15a9
Remove the reference to the PDF generation in the docs. Fix #1013
2013-08-05 10:40:06 +02:00
Justin Mayer
6d32fb2bb7
Merge pull request #995 from karlcow/master
...
Fixing documentation according to Issue #362 .
2013-08-04 00:03:31 -07:00
Justin Mayer
122ec39a27
Merge pull request #932 from qdot/master
...
Change meta tag "contents" attribute to "content" to conform to HTML spec
2013-08-03 22:40:18 -07:00
karl
a4ce664f17
fixing the inline code markup
2013-08-03 22:31:54 -04:00
Justin Mayer
bea03bb4bb
Merge pull request #979 from nyergler/pagination_conf
...
Support flexible pagination configuration
2013-08-03 14:58:47 -07:00
Nathan Yergler
d61ef0c66c
Adding basic documentation for PAGINATION_PATTERNS.
2013-08-03 14:06:16 -07:00
karl
6a0d19ef5c
Adding context to the documentation for metadata
...
Giving a longer description Thanks to justin mayer for #995
2013-08-03 12:47:44 -04:00
karl
03e9d0182d
Fixing documentation according to Issue #362 .
...
The documentation as it is right now produces a CRITICAL: 'article' is
undefined
2013-08-03 00:31:43 -04:00
Justin Mayer
4c1b5c3429
Correct URL for pip install editable in docs
...
Refs # 975
2013-08-01 15:13:32 -07:00
Justin Mayer
1cebd345aa
Merge pull request #970 from russkel/themestaticdir
...
added THEME_STATIC_DIR setting
2013-08-01 08:42:13 -07:00
Alexis Metaireau
65a716ec02
Merge pull request #989 from getpelican/plugins-recipes
...
Start a section about plugin recipes in the docs
2013-08-01 05:48:53 -07:00
Alexis Métaireau
4fa9184b01
Start a section about plugin recipes in the docs
2013-08-01 14:47:56 +02:00
Russ Webber
89034f8b3f
added THEME_STATIC_DIR setting
...
The theme static output directory path is now customisable via settings.
i.e. you can now use 'assets' instead of 'theme'.
2013-08-01 11:02:38 +08:00
Kyle Fuller
51dc02f298
Add documentation for WITH_FUTURE_DATES
...
Closes #952
2013-07-31 23:08:42 +01:00
Philipp Klose
0e0775b74a
Fix file endings for examples
...
reStructured should use reStructured for linked documents. Markdown should use Markdown for linked documents.
2013-07-31 22:43:02 +02:00
Justin Mayer
30192b2318
Add fabfile generation to pelican-quickstart
...
This commit adds optional fabfile.py generation during the
pelican-quickstart process. Reasons include:
* "make" is cumbersome to install on Windows
* Fabric runs in any Python environment
* fabfile is just Python and thus more flexible and extensible
This is an initial implementation and does not currently provide as many
upload options as its Makefile counterpart.
Refs #584 .
2013-07-29 11:03:14 -07:00
Justin Mayer
d4b64a3c8e
Merge pull request #873 from xlz/tumblr-import
...
Support importing Tumblr
2013-07-18 09:17:26 -07:00
Justin Mayer
9b0cfd9884
Merge pull request #883 from ben2367/author-filter
...
Add filter-author option to importer
2013-07-16 08:22:26 -07:00
Justin Mayer
f43742c3f0
Add missing SITEURL variable to tag cloud docs
2013-07-15 14:25:39 -07:00
Chris Howie
4ca5d908ff
Update tag cloud documentation for SLUG_SUBSTITUTIONS
2013-07-15 16:48:08 -04:00
Benjamin Port
cb650c1c99
Add filter-author option to importer
...
Allow to import post from only one author when importing data
2013-07-13 16:15:45 +02:00
Lingzhu Xiang
00a1cbb6b8
Support importing Tumblr
...
Try to integrate Tumblr's various post types without using
additonal templates.
2013-07-07 19:05:21 +08:00
Andy Pearce
39518e15ef
Allow text substitutions when generating slugs
...
The `slugify()` function used by Pelican is in general very good at
coming up with something both readable and URL-safe. However, there are
a few specific cases where it causes conflicts. One that I've run into
is using the strings `C++` and `C` as tags, both of which transform to
the slug `c`. This commit adds an optional `SLUG_SUBSTITUTIONS` setting
which is a list of 2-tuples of substitutions to be carried out
case-insensitively just prior to stripping out non-alphanumeric
characters. This allows cases like `C++` to be transformed to `CPP` or
similar. This can also improve the readability of slugs.
2013-07-04 12:17:21 +01:00
Justin Mayer
ddb6d89be3
Document how to stop generation of certain pages
...
The documentation doesn't make it very clear how to prevent certain
pages from being generated, such as the Authors, Tags, and Categories
collection pages. This change makes it slightly more obvious how to
prevent these pages from being generated. Fixes #940 .
2013-06-28 19:59:00 -07:00
Danilo Bargen
931d571606
More explicit settings docs concerning list templates
...
I think the author list and tag list are so common that they should be
listed explicitly in the settings.
2013-06-28 00:55:22 +02:00