aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #275 from guyru/patch-1Ondrej Grover2014-12-131-1/+1
|\ | | | | Fix a typo in new-bootstrap2/README.rst
| * Fix a typo in README.rstguyru2014-12-131-1/+1
|/ | | s/slitly/a slightly/
* Merge pull request #273 from spinner-dev/masterJustin Mayer2014-12-112-0/+3
|\ | | | | Add new theme: ptemplate
| * Added new templateabr4xas2014-12-102-0/+3
|/
* Merge pull request #272 from agarstang/bug/aboutwilson/hardcodedfeedsKyle Fuller2014-11-151-2/+7
|\ | | | | Fix hard-coded feeds and feed urls in aboutwilson/templates/base.html
| * Fix hard-coded feeds and feed urls in aboutwilson/templates/base.htmlAdam Garstang2014-11-151-2/+7
|/
* Merge pull request #271 from agarstang/bug/aboutwilson/hardcodeditemsJustin Mayer2014-11-111-9/+10
|\ | | | | Fix hard-coded items in aboutwilson theme
| * Fixed hard-coded items in aboutwilson templateAdam Garstang2014-11-111-9/+10
|/
* Merge pull request #270 from lgiordani/fix_tags_feedsJustin Mayer2014-11-031-1/+1
|\ | | | | [pelican-bootstrap3] Tag feeds now use tag.slug
| * Tag feeds now use tag.slugLeonardo Giordani2014-11-031-1/+1
|/
* Merge pull request #269 from lgiordani/series_pluginJustin Mayer2014-11-025-0/+66
|\ | | | | [pelican-bootstrap3] Added support for series plugin
| * Added support for series pluginLeonardo Giordani2014-11-025-0/+66
| |
* | Merge pull request #267 from lgiordani/fix_category_feedsJustin Mayer2014-10-312-4/+5
|\ \ | | | | | | pelican-bootstrap3: Fix category feeds and pagination
| * | Category feeds now use category.slugLeonardo Giordani2014-10-311-1/+1
| |/
| * Update pagination.htmlLeonardo Giordani2014-10-281-3/+4
|/ | | This allows the theme to follow pagination specification through PAGINATION_PATTERNS. See Issue #265
* Merge pull request #260 from gunchu/fix-submodulesJustin Mayer2014-10-162-1/+1
|\ | | | | Fix checkout of blue-penguin and add nikhil-theme correctly
| * fix recursive checkout prob for blue-penguin and add nikhil-theme submodule ↵Nikhil2014-10-132-1/+1
|/ | | | correctly
* Merge pull request #259 from gunchu/patch-1Alexis Metaireau2014-10-131-0/+3
|\ | | | | Adding a new theme nikhil-theme as submodule.
| * Adding a new theme nikhil-theme as submodule.Nikhil Gupta2014-10-121-0/+3
|/
* Merge pull request #146 from pnf/masterAlexis Metaireau2014-09-251-0/+19
|\ | | | | Tag and category-specific ATOM feed links in header of respective web pages
| * Merge remote-tracking branch 'upstream/master'Peter Fraenkel2014-08-21578-1380/+76909
| |\ | | | | | | | | | | | | | | | | | | Keep the latex and tag-specific feeds in bootstrap3 Conflicts: pelican-bootstrap3/templates/base.html
| * | Enable latex pluginPeter Fraenkel2013-10-231-0/+8
| | |
| * | Restore RSS feedPeter Fraenkel2013-09-211-0/+4
| | |
| * | Category and tag-specific feedsPeter Fraenkel2013-09-211-4/+13
| | |
* | | Merge pull request #150 from tverrbjelke/masterAlexis Metaireau2014-09-253-13/+71
|\ \ \ | | | | | | | | Theme become compatible with Pelican documentation, enable firefox to dynamic-bookmark the feeds by adding meta data.
| * | | see commit 2d81aec3b2509d56c1f3d99df3ad94a0d15d7e7dtverrbjelke2013-09-261-7/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | see http://querbalken.net/howto-activate-feeding-for-pelican-blog-en.html Extended Pelican theme bootstrap For firefox dynamic-bookmark the metadata were only aware of FEED_ALL_ATOM and FEED_ALL_RSS, but the docs http://docs.getpelican.com/en/latest/settings.html also name FEED_ATOM and FEED_RSS. So I added awareness for them. Since the Theme did not show any menu-link for the feeds, I did NOT add them.
| * | | see commit 2d81aec3b2509d56c1f3d99df3ad94a0d15d7e7dtverrbjelke2013-09-261-6/+29
| | | |
| * | | see http://querbalken.net/howto-activate-feeding-for-pelican-blog-en.htmltverrbjelke2013-09-261-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extended and fixed Pelican theme tuxlite_tbs to * become compatible with Pelican 3.2 and 3.3 documentation: http://docs.getpelican.com/en/latest/settings.html to get the feed links working with with FEED_ATOM and FEED_RSS (which now default to "None") but also FEED_ALL_ATOM and FEED_ALL_RSS. * enable firefox to dynamic-bookmark the feeds by adding meta data.
* | | | Merge pull request #236 from makefu/gum_multi_authorsAlexis Metaireau2014-09-252-31/+39
|\ \ \ \ | | | | | | | | | | Gum show multiple authors if there are any
| * | | | gum: retab index.htmlmakefu2014-07-211-34/+34
| | | | | | | | | | | | | | | | | | | | tabs and spaces were mixed in index.html, retabbed to spaces-only with tabstop=4
| * | | | gum: fix indentation in index.htmlmakefu2014-07-211-8/+7
| | | | | | | | | | | | | | | | | | | | add indentation spaces which were missing due to copy-paste editing
| * | | | Gum show multiple authors if there are anymakefu2014-07-212-4/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | until pelican rev 8e897ea it is possible to have multiple authors for a post. This patch implements the visualization of multiple authors for the gum theme.
* | | | | Merge pull request #245 from FooSoft/masterAlexis Metaireau2014-09-241-1/+3
|\ \ \ \ \ | | | | | | | | | | | | Display comments section only when needed on boostrap theme
| * | | | | Making the comments section show up for bootstrap theme correctly again if ↵Alex Yatskov2014-09-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | TWITTER_USERNAME is set
| * | | | | Display comments section on articles only if DISQUS_SITENAME or ↵Alex Yatskov2014-09-011-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | FACEBOOK_APPID variables are set (for the the boostrap theme)
* | | | | | Merge pull request #246 from bertrandbo/masterAlexis Metaireau2014-09-241-6/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix inline code tag rendering
| * | | | | | Fix inline code tag renderingBertrand Bousquet2014-09-041-6/+5
| |/ / / / /
* | | | | | Add the blue-pinguin themeAlexis Métaireau2014-09-242-0/+3
| | | | | |
* | | | | | Fix pelican-twitchy themeAlexis Métaireau2014-09-241-0/+0
| | | | | |
* | | | | | Update dev-random3 to be included as a submoduleAlexis Métaireau2014-09-242-1/+1
| | | | | |
* | | | | | Merge pull request #255 from 22decembre/patch-1Alexis Metaireau2014-09-241-0/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | add dev-random3 theme
| * | | | | | add dev-random3 theme22decembre2014-09-241-0/+3
|/ / / / / /
* | | | | | Merge pull request #250 from magopian/update-links-mnmlist-base-templateJustin Mayer2014-09-193-6/+38
|\ \ \ \ \ \ | | | | | | | | | | | | | | update some links in mnmlist base template
| * | | | | | update some links in mnmlist base templateMathieu Agopian2014-09-153-6/+38
| | | | | | |
* | | | | | | Merge pull request #251 from callmemagnus/patch-1Justin Mayer2014-09-191-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Changed URL to modernizer.js
| * | | | | | | Changed URL to modernizer.jsmagnus anderssen2014-09-131-1/+1
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I get: WARNING:root:Unable to find file /theme/js/custom.modernizr.js/index.html or variations. if I generate the site as-is. Either it links to the one in /vendor or the existing one in /js (called modernizer.js)
* | | | | | | Merge pull request #252 from callmemagnus/patch-2Justin Mayer2014-09-191-0/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Missing end tags
| * | | | | | added missing piwik scriptmagnus anderssen2014-09-151-0/+1
| | | | | | |
| * | | | | | Missing end tagsmagnus anderssen2014-09-151-0/+2
|/ / / / / / | | | | | | | | | | | | body and html end tag are missing
* | | | | | Merge pull request #248 from ingwinlu/patch-1Justin Mayer2014-09-111-1/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add pelican-twitchy theme as submodule