Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added pygment import as default | lwm | 2013-11-06 | 1 | -0/+2 |
| | |||||
* | Merge pull request #160 from housne/master | Justin Mayer | 2013-10-20 | 17 | -0/+491 |
|\ | | | | | New theme: simple-bootstrap | ||||
| * | change bootstrap cdn | housne | 2013-10-19 | 1 | -1/+1 |
| | | |||||
| * | pelican new theme simple-bootstrap | housne | 2013-10-19 | 17 | -0/+491 |
|/ | |||||
* | Merge pull request #157 from badele/jesuislibre | Justin Mayer | 2013-10-13 | 1 | -0/+0 |
|\ | | | | | Update jesuislibre theme | ||||
| * | Update jesuislibre themes | badele | 2013-10-13 | 1 | -0/+0 |
|/ | |||||
* | Merge pull request #156 from tutysara/master | Justin Mayer | 2013-10-08 | 1 | -0/+2 |
|\ | | | | | Include bootstrap-glyphicons.css instead of removing the CSS call in base.html | ||||
| * | Included bootstrap-glyphicons.css instead of removing the css call in base.html | tutysara | 2013-10-08 | 1 | -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 #153 from jjimenezlopez/add_pelipress_theme | Justin Mayer | 2013-10-06 | 2 | -0/+3 |
|\ \ | |/ |/| | Added Pelipress theme | ||||
| * | Added pelipress theme | Jose Jiménez | 2013-10-04 | 2 | -0/+3 |
|/ | |||||
* | Merge pull request #149 from talha131/master | Justin Mayer | 2013-09-25 | 1 | -0/+0 |
|\ | | | | | Update Elegant submodule to v1.1 | ||||
| * | Update Elegant submodule to its V1.1 | Talha Mansoor | 2013-09-25 | 1 | -0/+0 |
|/ | |||||
* | Merge pull request #147 from lwm/master | Justin Mayer | 2013-09-22 | 5 | -579/+10 |
|\ | | | | | Add tips to README; fix syntax highlighting for Markdown | ||||
| * | added tips to readme, fixed syntax highlighting for markdown | lwm | 2013-09-22 | 5 | -579/+10 |
| | | |||||
* | | Merge pull request #144 from lwm/master | Justin Mayer | 2013-09-17 | 27 | -0/+943 |
|\| | | | | | Add monospace theme | ||||
| * | adapted monospace | lwm | 2013-09-17 | 27 | -0/+943 |
| | | |||||
* | | Merge pull request #145 from badele/master | Justin Mayer | 2013-09-15 | 1 | -0/+0 |
|\ \ | |/ |/| | add a jesuislibre submodule with git submodule add https://github.com/badele/pelica... | ||||
| * | add a submodule with git submodule add ↵ | badele | 2013-09-15 | 2 | -0/+3 |
| | | | | | | | | https://github.com/badele/pelican-theme-jesuislibre.git jesuislibre | ||||
* | | Merge pull request #143 from badele/patch-1 | Justin Mayer | 2013-09-15 | 1 | -0/+3 |
|\ \ | |/ |/| | Add a jesuislibre theme | ||||
| * | add a jesuislibre theme | Bruno Adele | 2013-09-15 | 1 | -0/+3 |
|/ | |||||
* | Merge pull request #142 from shantanoo/patch-1 | Justin Mayer | 2013-09-14 | 1 | -1/+1 |
|\ | | | | | URL and name were being displayed incorrectly. | ||||
| * | URL and name were being displayed incorrectly. | शंतनू | 2013-09-14 | 1 | -1/+1 |
|/ | | | | | | | | | | Format in pelicanconf.py is as follow. === # Social widget SOCIAL = ( ('GitHub', 'https://github.com/<user>'), ) === | ||||
* | Merge pull request #127 from DandyDev/master | Justin Mayer | 2013-09-12 | 53 | -0/+1947 |
|\ | | | | | Added pelican-bootstrap3 theme | ||||
| * | Updated pelican-bootstrap3 to newest version | Daan Debie | 2013-09-12 | 30 | -207/+249 |
| | | |||||
| * | Merge remote-tracking branch 'upstream/master' | Daan Debie | 2013-09-12 | 16 | -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/master | Justin Mayer | 2013-09-09 | 2 | -0/+3 |
|\ \ | | | | | | | adding pure theme. theme based on purecss.io | ||||
| * | | adding pure theme | Dan Claudiu Pop | 2013-09-10 | 2 | -0/+3 |
|/ / | |||||
* | | Merge pull request #140 from redVi/master | Justin Mayer | 2013-09-09 | 2 | -0/+3 |
|\ \ | | | | | | | Add theme:storm | ||||
| * | | Add theme:storm | redVi | 2013-09-09 | 2 | -0/+3 |
|/ / | |||||
* | | Merge pull request #134 from bnjmn/patch-1 | Justin Mayer | 2013-09-09 | 1 | -1/+1 |
|\ \ | | | | | | | Fix path issue for archive pages | ||||
| * | | Fix path issue for archive pages | Benjamin Petersen | 2013-08-27 | 1 | -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/master | Justin Mayer | 2013-09-09 | 3 | -2/+16 |
|\ \ \ | | | | | | | | | Add language management for tuxlite_tbs theme | ||||
| * | | | [IMP] Add language management for theme tuxlite_tbs | Sylvain GARANCHER | 2013-08-28 | 3 | -2/+16 |
| |/ / | |||||
* | | | Merge pull request #132 from LuRsT/patch-2 | Justin Mayer | 2013-09-09 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Update base.html | ||||
| * | | | Update base.html | Gil Gonçalves | 2013-08-27 | 1 | -1/+1 |
| |/ / | | | | | | | From French to English | ||||
* | | | Merge pull request #138 from wilbur-ma/master | Justin Mayer | 2013-09-05 | 2 | -0/+3 |
|\ \ \ | | | | | | | | | Add niu-x2 theme as a submodule | ||||
| * | | | update niu-x2 theme | wilbur ma | 2013-09-04 | 1 | -0/+0 |
| | | | | |||||
| * | | | Add niu-x2 theme as a submodule | wilbur ma | 2013-09-04 | 2 | -0/+3 |
|/ / / | |||||
* | | | Merge pull request #131 from talha131/master | Justin Mayer | 2013-08-29 | 2 | -0/+3 |
|\ \ \ | | | | | | | | | Add Elegant theme as submodule | ||||
| * | | | Add Elegant theme as submodule | Talha Mansoor | 2013-08-27 | 2 | -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-1 | Justin Mayer | 2013-08-29 | 1 | -3/+3 |
|\ \ \ | |/ / |/| | | Update README.rst | ||||
| * | | Update README.rst | Gil Gonçalves | 2013-08-26 | 1 | -3/+3 |
| | | | | | | | | | | | | THEME variable has to be absolute; Typo in mnmlist theme name; | ||||
* | | | Merge pull request #130 from kdeldycke/master | Justin Mayer | 2013-08-26 | 1 | -0/+0 |
|\ \ \ | |/ / |/| | | Update Plumage to version 0.3. | ||||
| * | | Update Plumage to version 0.3. | Kevin Deldycke | 2013-08-27 | 1 | -0/+0 |
| | | | |||||
* | | | Merge pull request #128 from eike2013/master | Justin Mayer | 2013-08-25 | 4 | -1/+227 |
|\ \ \ | | | | | | | | | Add pygments support | ||||
| * | | | Add pygments support | eike2013 | 2013-08-23 | 4 | -1/+227 |
|/ / / | |||||
| | * | Added pelican-bootstrap3 theme | Daan Debie | 2013-08-23 | 56 | -0/+1905 |
| |/ |/| | |||||
* | | Merge pull request #122 from porterjamesj/master | Justin Mayer | 2013-08-05 | 2 | -0/+3 |
|\ \ | | | | | | | Add crowsfoot theme. | ||||
| * | | Update crowsfoot theme. | James Porter | 2013-08-05 | 1 | -0/+0 |
| | | | |||||
| * | | Add crowsfoot theme. | James Porter | 2013-07-23 | 2 | -0/+3 |
|/ / |