aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Included bootstrap-glyphicons.css instead of removing the css call in base.htmltutysara2013-10-081-0/+2
| | | | base.html was referring to bootstrap-glyphicons.css, which was missing in css folder. Latest distribution from http://getbootstrap.com/ doesn't have this included, adding it from - http://glyphicons.getbootstrap.com/css/bootstrap-glyphicons.css.
* Merge pull request #149 from talha131/masterJustin Mayer2013-09-251-0/+0
|\ | | | | Update Elegant submodule to v1.1
| * Update Elegant submodule to its V1.1Talha Mansoor2013-09-251-0/+0
|/
* Merge pull request #147 from lwm/masterJustin Mayer2013-09-225-579/+10
|\ | | | | Add tips to README; fix syntax highlighting for Markdown
| * added tips to readme, fixed syntax highlighting for markdownlwm2013-09-225-579/+10
| |
* | Merge pull request #144 from lwm/masterJustin Mayer2013-09-1727-0/+943
|\| | | | | Add monospace theme
| * adapted monospacelwm2013-09-1727-0/+943
| |
* | Merge pull request #145 from badele/masterJustin Mayer2013-09-151-0/+0
|\ \ | |/ |/| add a jesuislibre submodule with git submodule add https://github.com/badele/pelica...
| * add a submodule with git submodule add ↵badele2013-09-152-0/+3
| | | | | | | | https://github.com/badele/pelican-theme-jesuislibre.git jesuislibre
* | Merge pull request #143 from badele/patch-1Justin Mayer2013-09-151-0/+3
|\ \ | |/ |/| Add a jesuislibre theme
| * add a jesuislibre themeBruno Adele2013-09-151-0/+3
|/
* Merge pull request #142 from shantanoo/patch-1Justin Mayer2013-09-141-1/+1
|\ | | | | URL and name were being displayed incorrectly.
| * URL and name were being displayed incorrectly.शंतनू2013-09-141-1/+1
|/ | | | | | | | | | Format in pelicanconf.py is as follow. === # Social widget SOCIAL = ( ('GitHub', 'https://github.com/<user>'), ) ===
* Merge pull request #127 from DandyDev/masterJustin Mayer2013-09-1253-0/+1947
|\ | | | | Added pelican-bootstrap3 theme
| * Updated pelican-bootstrap3 to newest versionDaan Debie2013-09-1230-207/+249
| |
| * Merge remote-tracking branch 'upstream/master'Daan Debie2013-09-1216-8/+260
| |\ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: adding pure theme Add theme:storm update niu-x2 theme Add niu-x2 theme as a submodule Fix path issue for archive pages [IMP] Add language management for theme tuxlite_tbs Update base.html Add Elegant theme as submodule Update Plumage to version 0.3. Update README.rst Add pygments support
* | Merge pull request #141 from danclaudiupop/masterJustin Mayer2013-09-092-0/+3
|\ \ | | | | | | adding pure theme. theme based on purecss.io
| * | adding pure themeDan Claudiu Pop2013-09-102-0/+3
|/ /
* | Merge pull request #140 from redVi/masterJustin Mayer2013-09-092-0/+3
|\ \ | | | | | | Add theme:storm
| * | Add theme:stormredVi2013-09-092-0/+3
|/ /
* | Merge pull request #134 from bnjmn/patch-1Justin Mayer2013-09-091-1/+1
|\ \ | | | | | | Fix path issue for archive pages
| * | Fix path issue for archive pagesBenjamin Petersen2013-08-271-1/+1
| | | | | | | | | | | | | | | | | | | | | This fixes paths for archive pages. - Previously hyperlinks pointed to current page appended with article url - now links will point to site url appended with article url Tested with Year and Month Archive pages successfully.
* | | Merge pull request #133 from sylvain-garancher/masterJustin Mayer2013-09-093-2/+16
|\ \ \ | | | | | | | | Add language management for tuxlite_tbs theme
| * | | [IMP] Add language management for theme tuxlite_tbsSylvain GARANCHER2013-08-283-2/+16
| |/ /
* | | Merge pull request #132 from LuRsT/patch-2Justin Mayer2013-09-091-1/+1
|\ \ \ | | | | | | | | Update base.html
| * | | Update base.htmlGil Gonçalves2013-08-271-1/+1
| |/ / | | | | | | From French to English
* | | Merge pull request #138 from wilbur-ma/masterJustin Mayer2013-09-052-0/+3
|\ \ \ | | | | | | | | Add niu-x2 theme as a submodule
| * | | update niu-x2 themewilbur ma2013-09-041-0/+0
| | | |
| * | | Add niu-x2 theme as a submodulewilbur ma2013-09-042-0/+3
|/ / /
* | | Merge pull request #131 from talha131/masterJustin Mayer2013-08-292-0/+3
|\ \ \ | | | | | | | | Add Elegant theme as submodule
| * | | Add Elegant theme as submoduleTalha Mansoor2013-08-272-0/+3
| |/ / | | | | | | | | | | | | | | | | | | Elegant offers several unique features including search, live filter, collapsible comments, Mailchimp, custom 404 page, etc. It is a minimal, and stylish theme that looks amazing across all screen resolutions and devices.
* | | Merge pull request #129 from LuRsT/patch-1Justin Mayer2013-08-291-3/+3
|\ \ \ | |/ / |/| | Update README.rst
| * | Update README.rstGil Gonçalves2013-08-261-3/+3
| | | | | | | | | | | | THEME variable has to be absolute; Typo in mnmlist theme name;
* | | Merge pull request #130 from kdeldycke/masterJustin Mayer2013-08-261-0/+0
|\ \ \ | |/ / |/| | Update Plumage to version 0.3.
| * | Update Plumage to version 0.3.Kevin Deldycke2013-08-271-0/+0
| | |
* | | Merge pull request #128 from eike2013/masterJustin Mayer2013-08-254-1/+227
|\ \ \ | | | | | | | | Add pygments support
| * | | Add pygments supporteike20132013-08-234-1/+227
|/ / /
| | * Added pelican-bootstrap3 themeDaan Debie2013-08-2356-0/+1905
| |/ |/|
* | Merge pull request #122 from porterjamesj/masterJustin Mayer2013-08-052-0/+3
|\ \ | | | | | | Add crowsfoot theme.
| * | Update crowsfoot theme.James Porter2013-08-051-0/+0
| | |
| * | Add crowsfoot theme.James Porter2013-07-232-0/+3
|/ /
* | Clarify Syte theme dependencies. Fixes #109.Justin Mayer2013-07-211-8/+19
| |
* | Merge pull request #120 from cdhowie/disqusJustin Mayer2013-07-193-0/+26
|\ \ | | | | | | Gum: Add Disqus support
| * | Gum: Add Disqus supportChris Howie2013-07-193-0/+26
| | |
* | | Merge pull request #119 from cdhowie/masterJustin Mayer2013-07-195-4/+5
|\ \ \ | |/ / |/| | Gum: Fix article titles, fix unescaped tags
| * | Gum: HTML-escape tag names when rendering themChris Howie2013-07-194-4/+4
| | |
| * | Gum: Use article title as the title of the generated documentChris Howie2013-07-191-0/+1
|/ /
* | Merge pull request #118 from cdhowie/masterJustin Mayer2013-07-171-2/+2
|\ \ | | | | | | Gum: Fix tag URLs not being slugified
| * | Gum: Fix tag URLs not being slugified (and therefore broken)Chris Howie2013-07-151-2/+2
|/ /
* | Merge pull request #115 from keningle/masterJustin Mayer2013-07-102-0/+3
|\ \ | | | | | | Added a new theme called Sundown