aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #285 from octomike/masterJustin Mayer2015-02-122-9/+9
|\ | | | | fix some links in built-texts
| * built-texts: fix github linkMichael Krause2015-02-111-1/+1
| |
| * built-texts: fix some https linksMichael Krause2015-02-112-8/+8
| |
* | Merge pull request #276 from higebu/feature/coderwallJustin Mayer2015-02-115-0/+29
|\ \ | |/ |/| pelican-bootstrap3: Add support for coderwall badges
| * pelican-bootstrap3: Add support for coderwall badgesYuya Kusakabe2014-12-265-0/+29
| |
* | Merge pull request #283 from cpaulik/masterJustin Mayer2015-01-262-0/+3
|\ \ | | | | | | added martin pelican theme as submodule
| * | added martin pelican submoduleChristoph Paulik2015-01-222-0/+3
| | |
* | | Merge pull request #284 from robulouski/masterJustin Mayer2015-01-261-0/+0
|\ \ \ | |/ / |/| | Update VoidyBootstrap theme to version 2.0
| * | Update VoidyBootstrap to version 2.0Rob Iwancz2015-01-261-0/+0
|/ /
* | Merge pull request #280 from jody-frankowski/update-blue-penguin-1Justin Mayer2015-01-191-0/+0
|\ \ | | | | | | update blue-penguin
| * | update blue-penguinJody Frankowski2015-01-111-0/+0
| | |
* | | Merge pull request #282 from lucachr/masterJustin Mayer2015-01-192-0/+3
|\ \ \ | | | | | | | | Add mg theme
| * | | Add mg themeLuca Chiricozzi2015-01-182-0/+3
|/ / /
* | | Merge pull request #281 from mozillazg/patch-1Kyle Fuller2015-01-141-1/+1
|\ \ \ | |/ / |/| | update niu-x2 theme url from http to https
| * | update niu-x2 theme url from http to httpsmozillazg2015-01-141-1/+1
|/ /
* | Merge pull request #279 from yuex/masterJustin Mayer2015-01-103-3/+3
|\ \ | | | | | | Rename pelican-iliork to Chameleon and update to its latest commit
| * | rename pelican-iliork to chameleon, and update to its lastest commitYue Xin2015-01-103-3/+3
|/ /
* | Merge pull request #264 from smu/masterJustin Mayer2015-01-062-0/+17
|\ \ | | | | | | Add Piwik support to simple-bootstrap theme
| * | + piwik support for simple-bootstrabStefan Muthers2014-10-232-0/+17
| | |
* | | Merge pull request #263 from feld/masterJustin Mayer2015-01-053-7/+7
|\ \ \ | | | | | | | | Minor tuxlite_tbs updates
| * | | Fix FEED URLsfelderado2014-10-171-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | You're supposed to prepend FEED_DOMAIN to the FEED variables according to the documentation so you can use an external feed domain. From the docs: "Since feed URLs should always be absolute..." Also, those FEED_ATOM, etc variables were bare with no / at the beginning so they were broken. You're not supposed to be putting a / at the beginning of your FEED_ variables in pelicanconf.py. From the docs: FEED_ALL_ATOM ('feeds/all.atom.xml')
| * | | Update tags.htmlfelderado2014-10-171-1/+1
| | | | | | | | | | | | sort the tags; be nice to your visitors...
| * | | Update twitter.htmlfelderado2014-10-171-2/+2
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Actually put the title of the blog entry in the tweet. Example blog entry titled "New Blog: Pelican" The tweet generated will look like: New Blog: Pelican http://blog.feld.me/posts/2014/06/new-blog-pelican/ via @feldpos This is a much better format for your users to share
* | | Merge pull request #111 from silb/tuxlite_tbs_fixesJustin Mayer2015-01-055-5/+177
|\ \ \ | |_|/ |/| | Tuxlite tbs fixes
| * | Add the missing GLYPHICONS files.Stig Inge Lea Bjørnsen2015-01-053-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Bootstrap style sheet references these files and uses them in responsive mode. Not including them results in HTTP 404 Not Found requests. The URLs in the style sheet have been changed to use the Pelican theme icon folder.
| * | Use the year of the latest post for the copyright in the footer.Stig Inge Lea Bjørnsen2015-01-051-1/+6
| | | | | | | | | | | | | | | The method for obtaining the year was copied from `pelican-bootstrap3/templates/includes/footer.html`.
| * | Serve Twitter Bootstrap JavaScript directly for tuxlite_tbs.Stig Inge Lea Bjørnsen2015-01-052-1/+168
| | | | | | | | | | | | | | | Avoid using GitHub as a CDN for Twitter Bootstrap. The file bootstrap-collapse.js is now included as a static asset in the theme.
| * | Make archive links work in tuxlite_tbsStig Inge Lea Bjørnsen2015-01-051-1/+1
|/ / | | | | | | | | Since there is no default value for the variabel `ARCHIVES_URL`, it is replaced by a hard coded value of `archives.html`.
* | 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
| | |