aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #75 from jsliang/masterJustin Mayer2013-04-012-0/+3
|\ | | | | Add theme: Fresh
| * Add theme: freshJui-Shan Liang2013-04-012-0/+3
|/
* Merge pull request #88 from siovene/masterJustin Mayer2013-03-312-0/+3
|\ | | | | Add submodule: Lannister theme
| * Add submodule: Lannisport theme.Salvatore Iovene2013-03-312-0/+3
|/
* Merge pull request #80 from ldx/063d19aaeee575f8528d32df4a799f7c305c1bcfJustin Mayer2013-03-301-0/+1
|\ | | | | Set disqus_title
| * Set disqus_title in disqus.html.ldx2013-02-241-0/+1
| | | | | | | | | | If disqus_title is not set, Disqus will use the title of the site to name all threads.
* | Merge pull request #86 from vivekagr/masterJustin Mayer2013-03-301-2/+2
|\ \ | | | | | | Changed French static text to English
| * | Changed static text from French to English.Vivek Agarwal2013-03-261-2/+2
| | | | | | | | | | | | | | | A couple of lines were in French and rest all in English. Changed the French ones to English.
* | | Merge pull request #83 from Tastalian/masterJustin Mayer2013-03-3033-0/+779
|\ \ \ | | | | | | | | New theme "nmnlist"
| * | | made theme a little bit clearerStéphane Caron2013-03-202-3/+3
| | | |
| * | | *~ and .*~ files added to gitignoreStéphane Caron2013-03-201-0/+2
| | | |
| * | | powered by pelican footer (personal preference)Stéphane Caron2013-03-201-1/+1
| | | |
| * | | metadata for theme nmnlist, a white-over-black variant of mnmlistStéphane Caron2013-03-203-3/+3
| | | |
| * | | theme variant from mnmlistStéphane Caron2013-03-2033-0/+777
| | |/ | |/|
* | | Change hardcoded Archives link to variableJustin Mayer2013-03-301-1/+1
| | |
* | | Merge pull request #82 from tshepang/customJustin Mayer2013-03-302-2/+2
|\ \ \ | | | | | | | | notmyidea-cms: some improvements
| * | | honor global date styleTshepang Lekhonkhobe2013-03-171-1/+1
| | | |
| * | | make Archives visibleTshepang Lekhonkhobe2013-03-171-0/+1
| | | |
| * | | remove redundant hyperlinkTshepang Lekhonkhobe2013-03-171-1/+0
| |/ / | | | | | | | | | The blog title already takes one home... /index.html
* | | Merge pull request #81 from Mins/masterJustin Mayer2013-03-3042-0/+12276
|\ \ \ | | | | | | | | Add new theme based on Zurb Foundation 4
| * | | Add word-wrap:break-word to deal with long words.Matt2013-03-121-1/+2
| | | |
| * | | Update screenshot for README.Matt2013-03-121-1/+1
| | | |
| * | | Add new TuxLite_ZF theme.Matt2013-03-1242-0/+12275
| |/ /
* | | Merge pull request #72 from demianbrecht/masterJustin Mayer2013-03-302-0/+3
|\ \ \ | | | | | | | | Added "bold" theme
| * | | added the bold themeDemian Brecht2013-02-042-0/+3
| |/ /
* | | Fixes #44: Bootlex linking and whitespace problemsJustin Mayer2013-03-304-19/+18
| | |
* | | Strip tags from article title. Fixes #71.Justin Mayer2013-03-302-5/+5
| |/ |/|
* | Further enhancements to pelican-themes READMEJustin Mayer2013-03-241-41/+31
| |
* | Merge pull request #74 from jhamon/patch-1Justin Mayer2013-03-241-2/+58
|\ \ | | | | | | Modified: README.rst, added "how to install"
| * | Modified: README.rst, added "how to install"Jennifer Hamon2013-02-101-2/+58
| |/ | | | | | | | | | | | | | | I have written explicit instructions explaining to inexperienced Pelican users what must be done to use the themes in this repository. Changing the theme is the first thing I wanted to do after running the quickstart, but it took me a while of googling and reading existing Pelican documentation to figure out the (in retrospect, obvious) change I needed to make to my pythonconf.py.
* | Merge pull request #84 from rdegges/fix-broken-archives-tuxlite-tbsJustin Mayer2013-03-222-2/+2
|\ \ | | | | | | Fixing broken support for `ARCHIVES_URL` in tuxlite-tbs theme.
| * | Fixing broken support for `ARCHIVES_URL` in tuxlite-tbs theme.Randall Degges2013-03-202-2/+2
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes an issue with users supplying their own custom `ARCHIVES_URL` setting in their settings file while using the tuxlite-tbs theme. The issue is that the `base.html` template didn't take the `ARCHIVES_URL` variable into account, and therefore ignores is. This causes problems when users want a custom archives URL. This also fixes another part of the issue in the `archives.html` template, in which article URLs were relative (not absolute) which causes breakage when linking to articles. This commit fixes all the above problems.
* | Merge pull request #61 from tuxcanfly/masterJustin Mayer2013-03-221-1/+3
|\ \ | |/ |/| Updated installation instructions for Syte theme
| * updated syte READMEJaved Khan2012-12-021-1/+3
| |
* | Merge pull request #68 from jamesbeebop/masterthe Bunny Man2013-01-142-2/+19
|\ \ | | | | | | Reference link fix, added support for Piwik
| * | Resolving conflict in syte/templates/base.htmljames2013-01-091-4/+0
| | |
| * | Added support for Piwik analytics.james2012-12-302-0/+17
| | |
| * | Merge branch 'master' of https://github.com/jamesbeebop/pelican-themesjames2012-12-301-0/+4
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: syte/templates/base.html Fixing up divergence between local and master origin
| | * | Update syte/templates/base.htmljamesbeebop2012-12-291-1/+1
| | |/ | | | | | | Added {{ SITE_URL }} to the stylesheet link reference
| * | Added SITE_URL to both instances of ASSET_URL to fix broken relative links ↵james2012-12-301-1/+1
| | | | | | | | | | | | to resources
| * | Modified templates/base.html, added {{ SITE_URL }} to the CSS reference linkjames2012-12-291-1/+1
| |/
* | Added wrl's Mockingbird porttBunnyMan2013-01-112-0/+3
| |
* | Merge pull request #69 from wking/bootstrap-tgs-typothe Bunny Man2013-01-091-1/+1
|\ \ | | | | | | bootstrap: Fix tgs -> tags typo in tags.html
| * | bootstrap: Fix tgs -> tags typo in tags.htmlW. Trevor King2013-01-071-1/+1
| | |
* | | Merge pull request #64 from jamesbeebop/patch-1the Bunny Man2013-01-091-1/+1
|\ \ \ | | | | | | | | Update syte/templates/base.html
| * | | Update syte/templates/base.htmljamesbeebop2012-12-151-1/+1
| | |/ | |/| | | | Site-name href was hard-coded to "/", modified this to use SITEURL instead.
* | | Merge pull request #66 from kryskool/patch-2the Bunny Man2013-01-091-1/+1
|\ \ \ | | | | | | | | Update bootstrap2/templates/sidebar.html
| * | | Update bootstrap2/templates/sidebar.htmlChristophe Chauvet2012-12-221-1/+1
| |/ / | | | | | | Fix issue 43
* | | Merge pull request #65 from theanalyst/masterthe Bunny Man2013-01-0943-0/+2586
|\ \ \ | | | | | | | | Add new theme built-texts
| * | | Added new theme built-texts, based on tuxlite-tbs and bootstrapAbhishek L2012-12-1643-0/+2586
| |/ /