Commit Graph

210 Commits

Author SHA1 Message Date
Alistair Magee
48b990c0cd A plugin to add subcategories to Article categories 2014-01-24 06:39:29 +00: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:
d0fb241420

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
Duncan Lock
37809a83a8 Improved path handling and Pelican 3.3 support for filename placeholder. 2013-10-20 12:35:44 -07:00
Justin Mayer
3ba3bf1f9b Merge pull request #93 from jedbrown/jed/fix-latex-signal-name
latex: fix signal names to standardized (pelican-3.2 and later)
2013-10-18 13:00:18 -07:00
Jed Brown
0f55bd63f2 latex: fix signal names to standardized (pelican-3.2 and later)
The names were accidentally reverted to pre-pelican-3.2 in
5fa7ddc0ea08d517c4a767ceaa1df6ccc4d721c "revised the latex plugin so
that it will work in both http and https protocols".
2013-10-11 22:22:49 -05:00
Justin Mayer
0cd5586664 Merge pull request #89 from grapeot/master
Revise the LaTeX plugin to support both HTTP and HTTPS protocols
2013-10-10 13:16:01 -07:00
Yan Wang
a5fa7ddc0e revised the latex plugin so that it will work in both http and https protocols 2013-10-09 03:36:08 +00:00
Justin Mayer
800a53c1f8 Merge pull request #51 from malept/assets/source-paths
Assets: add support for specifying additional source load paths
2013-10-08 05:09:53 -07:00
Justin Mayer
d09e022bfd Merge pull request #50 from malept/assets/settings-bundles
Assets: add support for named bundles via the settings file
2013-10-08 05:08:55 -07:00
Alexis Metaireau
dd77741bf0 Merge pull request #88 from yuex/master
New plugin to support CJK fonts spacing
2013-09-30 01:14:28 -07:00
Yue Xin
3f47cbd468 add cjk-auto-spacing as submodule 2013-09-29 22:49:49 +08:00
Justin Mayer
3e4dcc293f Merge pull request #87 from zonca/googleplus_comments
Add Google+ Comments plugin
2013-09-28 06:05:58 -07:00
Justin Mayer
64e35fe195 Merge pull request #85 from jakevdp/liquid_tags_import
BUG: use relative import for mdx_liquid_tags
2013-09-28 06:00:28 -07:00
Andrea Zonca
13a8ea5d5f first implementation of google plus comments 2013-09-27 18:02:53 -07:00
Justin Mayer
fb421f5ac5 Merge pull request #86 from zonca/submoduleshttps
Submodules ssh->https
2013-09-27 12:54:03 -07:00