Commit Graph
223 Commits
Author SHA1 Message Date
Jörg Dietrich 1876bf4438 add jinja2 template file to have collapsible python code 2014-02-07 23:10:34 +01:00
Jörg Dietrich b898230913 Make python code collapsible:
- Remove unused code: https://github.com/getpelican/pelican-plugins/issues/140
- Add javascript and CSS to header to toggle code areas
- load jinja2 template from file
2014-02-07 23:08:23 +01:00
Justin Mayer 614e670026 Merge pull request #136 from talha131/share-post
Add plugin to add share URLs to article
2014-01-26 14:37:52 -08:00
Justin Mayer 1793ebbf79 Merge pull request #135 from alistairmagee/custom_article_urls
Category-based URL structure plugin
2014-01-26 14:36:40 -08:00
Talha Mansoor 9a9f9bdb83 Add plugin to add share URLs to article 2014-01-26 18:44:36 +05:00
Alistair Magee 2e98bd8bdf remove uneeded imports 2014-01-25 20:14:49 +00:00
Alistair Magee 1f8b7e0f87 Support for custom urls for different categories of article 2014-01-25 20:03:01 +00:00
Justin Mayer 8f69faa77c Merge pull request #132 from talha131/patch-1
Clarify documentation of related_posts plugin
2014-01-24 13:15:50 -08:00
Justin Mayer 5cb7b449f7 Merge pull request #133 from alistairmagee/subcategory
A plugin to add subcategories to Article categories
2014-01-24 13:01:28 -08:00
Alistair Magee 1facc9468b added support for generating subcategory feeds 2014-01-24 12:59:57 +00:00
Talha Mansoor b268db7312 Clarify documentation of related_posts plugin
It is not clear how the plugin determines which posts are related.
2014-01-24 17:55:03 +05:00
Alistair Magee 48b990c0cd A plugin to add subcategories to Article categories 2014-01-24 06:39:29 +00:00
Justin Mayer 5e6307d9e2 Merge pull request #131 from calfzhou/neighbors
Make neighbors plugin support translated articles.
2014-01-23 14:59:14 -08:00
zhouji 211d835f30 Make neighbors plugin support translated articles. 2014-01-23 09:26:47 +08:00
Justin Mayer c4d7a761c8 Merge pull request #126 from rmorehead/tipue_search_no_cat_fix
Fix tipue_search failing with pages due to no category
2014-01-15 20:15:43 -08:00
Rod Morehead 95d7ebb470 Fixed tipue_search failing with pages due to no category. 2014-01-09 09:26:37 -06:00
Justin Mayer f30a68fbf4 Merge pull request #125 from XenGi/patch-1
Sort images by filename in Gallery plugin
2014-01-08 09:41:46 -08:00
Ricardo Band dacc64023d added sorting of images
The images are now sorted by their filename.
2014-01-07 21:16:06 +01:00
Kyle Fuller 7e832f780e Merge pull request #122 from aparij/master
Update disqus_static.py
2013-12-22 07:26:46 -08:00
Alex Parij 8de762f97d Update disqus_static.py
There is no '_' prefix for DEFAULT_CONFIG
2013-12-21 12:00:12 -05:00
Justin Mayer ddcd9ee4f6 Merge pull request #119 from calfzhou/tipue
Escape "^" in the json file because it is a special character for tique ...
2013-12-21 08:49:37 -08:00
zhouji 1c6fa7893e Also escape "^" for page tile in the tipue json file. 2013-12-16 17:13:08 +08:00
zhouji 9a952032f4 Escape "^" in the json file because it is a special character for tique search. 2013-12-16 17:06:12 +08:00
Justin Mayer f5d0f4ecb9 Remove gzip references in Assets plugin README
gzip filter removed in:
https://github.com/miracle2k/webassets/commit/d0fb2414208353625ee04cf236e6961efdff8f59

Fixes #115
2013-12-03 07:04:06 -08:00
Justin Mayer 36bdaae588 Merge pull request #113 from florianjacob/feed_summary
Add feed summary plugin
2013-11-29 21:30:28 -08:00
Florian Jacob 2a564dce1a Added feed summary plugin.
This plugin allows to use the `Summary:` metadata as feed contents.
2013-11-27 23:21:24 +01:00
Justin Mayer bd12282f92 Merge pull request #109 from astrieanna/patch-1
Correct package name from bs4 to beautifulsoup4
2013-11-18 07:32:20 -08:00
Justin Mayer 64b03f9d43 Merge pull request #110 from jseabold/ipython-fixes
IPython cleanup
2013-11-16 15:59:17 -08:00
Skipper Seabold ce58bd5704 Fix error message for IPython 2.0 2013-11-16 16:53:25 +00:00
Skipper Seabold 3a8f323563 DOC: nbconvert no longer necessary 2013-11-16 16:46:09 +00:00
Justin Mayer bd455c3dcc Merge pull request #108 from graffic/patch-2
The `asset_url` was also hardcoded instead of using `theme_static_dir`
2013-11-16 06:54:48 -08:00
Leah Hanson 9aae49360a Update readme.rst
The name of the package in pip is `beautifulsoup4`, not `bs4`.
2013-11-14 17:45:58 -06:00
Javier Gonel e00e7d35c9 The asset_url needs to use also theme_static_dir
Sorry for this mistake, I was using harcoded paths in my template.

If the destination changes in the output folder (`THEME_STATIC_DIR`) also the URL used for the assets should change.
2013-11-14 18:41:33 +02:00
Justin Mayer 507443b3b2 Merge pull request #107 from graffic/patch-1
Use THEME_STATIC_DIR instead of hardcoded 'theme'
2013-11-14 08:23:04 -08:00
Javier Gonel c6003cca22 Use THEME_STATIC_DIR instead of hardcoded 'theme'
The output folder for the theme can be changed via `THEME_STATIC_DIR` setting. But the assets plugin uses the harcoded `theme` string. This small patch makes the asset plugin use the setting.
2013-11-14 18:18:01 +02:00
Justin Mayer 744c1620f5 Merge pull request #105 from talha131/minify-json
Minify JSON to improve search speed
2013-11-10 10:16:50 -08:00
Talha Mansoor baa90d815e Minify JSON to improve search speed 2013-11-10 14:51:20 +05:00
Justin Mayer c5788c8e3a Merge pull request #104 from talha131/cleanup-sitemap
Refactor and fix minor typo in sitemap code
2013-11-09 15:56:39 -08:00
Talha Mansoor 335c9c63e1 Refactor and fix minor typo in sitemap code 2013-11-10 04:47:13 +05:00
Justin Mayer 6ae722fefd Merge pull request #103 from talha131/fix-sitemap
Update sitemap plugin to play nicely with modified metadata
2013-11-09 15:35:10 -08:00
Talha Mansoor df9b772f3e Update sitemap plugin to place nicely with modified metadata
modified is a string in pelican <= 3.3 and datetime > 3.3

Sitemap used to treat it as string.
2013-11-10 04:17:13 +05:00
Justin Mayer 17980a031f Merge pull request #102 from Shaked/master
Override related_posts from post metadata
2013-11-08 17:51:21 -08:00
Shaked Klain 936bb03d7e added the ability to override\force related_posts from the post's meta data 2013-11-07 02:14:41 +01:00
Justin Mayer 0553dbe36d Merge pull request #99 from fly/better_requirements
update better_figures_and_images readme with requirements
2013-11-02 08:52:42 -07:00
Jon Chen bfaa9e690d update readme with requirements
better_figures_and_images doesn't make it clear in the readme what
requirements are required.
2013-11-02 00:42:28 -04:00
Justin Mayer c21c932433 Merge pull request #98 from nt3rp/add-youtube-liquid-tag
Add support for YouTube to Liquid Tags plugin
2013-10-29 09:31:36 -07:00
Nicholas Terwoord 370bc6c124 Adds youtube liquid tag support
- Works as the existing [octopress / jekyll plugin](https://gist.github.com/jamieowen/2063748)
2013-10-27 23:17:06 -04:00
Justin Mayer ee2684ea4b Merge pull request #95 from dflock/better_figures_and_images
Better figures and images - improved path handling & Pelican 3.3 fixes
2013-10-24 07:52:10 -07:00
Alexis Metaireau 3b4737325e Merge pull request #96 from talha131/patch-1
Improve summary of interlinks plugin
2013-10-24 02:02:55 -07:00
Talha Mansoor 3df48a1b77 Improve summary of interlinks plugin 2013-10-24 12:48:16 +05:00