Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Gum: Add support for injecting markup to footer via overriding ↵ | Paul Winkler | 2024-05-08 | 3 | -0/+6 |
| | | | | extra_footer.html template | ||||
* | Updated Feeds to new 3.0+ syntax | Patrick | 2019-01-22 | 1 | -8/+8 |
| | | | | | | I could not generate a site with the category feeds on. This was fixed in the simple theme some time ago. Copied the code right from here: https://github.com/getpelican/pelican/pull/2515 | ||||
* | Conditional Categories and Pages not honored | Patrick | 2019-01-17 | 1 | -22/+20 |
| | | | | There were category links inside pages. There was a Pages H4 outside the conditional check for if pages should be shown. | ||||
* | Minor fixes to Gum theme docs | Justin Mayer | 2018-10-23 | 1 | -6/+6 |
| | |||||
* | update gum docs | Roland Askew | 2018-10-23 | 1 | -0/+21 |
| | |||||
* | Merge pull request #567 from stuaxo/patch-5 | Justin Mayer | 2017-12-01 | 1 | -1/+1 |
|\ | | | | | GUM Theme: Only display "Tags" sidebar header if there are tags | ||||
| * | Sidebar - Only display "Tags" header if there are tags | Stuart Axon | 2017-10-25 | 1 | -1/+1 |
| | | |||||
* | | GUM Theme: Only display "Categories" sidebar header if there is more than ↵ | Stuart Axon | 2017-10-25 | 1 | -1/+1 |
|/ | | | | one category | ||||
* | Replace 'PAGES' with 'pages' across all themes | Adam Matan | 2017-03-07 | 2 | -2/+2 |
| | | | | | Solving http://docs.getpelican.com/en/latest/faq.html\#since-i-upgraded-pelican-my-pages-are-no-longer-rendered And https://github.com/getpelican/pelican-themes/issues/437 | ||||
* | Use https:// for all Disqus calls | Adam Matan | 2016-02-20 | 1 | -1/+1 |
| | |||||
* | Use Protocol-relative URL, as defined in ↵ | Adam Matan | 2016-02-19 | 1 | -1/+1 |
| | | | | https://atb.disqus.com/admin/universalcode/ - '//' instead of 'http://' or 'https://' | ||||
* | css and template changes to resolve issue #152 | Jason Haas | 2015-09-06 | 2 | -3/+17 |
| | | | | | | | - Change the default ul type to be disc, add margin - Create a new ul class "blank" to use for the navbar - Changes are designed to stay in lockstep with how the http://www.gumbyframework.com/docs/#!/introduction website looks | ||||
* | Merge pull request #236 from makefu/gum_multi_authors | Alexis Metaireau | 2014-09-25 | 2 | -31/+39 |
|\ | | | | | Gum show multiple authors if there are any | ||||
| * | gum: retab index.html | makefu | 2014-07-21 | 1 | -34/+34 |
| | | | | | | | | tabs and spaces were mixed in index.html, retabbed to spaces-only with tabstop=4 | ||||
| * | gum: fix indentation in index.html | makefu | 2014-07-21 | 1 | -8/+7 |
| | | | | | | | | add indentation spaces which were missing due to copy-paste editing | ||||
| * | Gum show multiple authors if there are any | makefu | 2014-07-21 | 2 | -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. | ||||
* | | [gum] Add support for Juvia comments | Johannes Reinhardt | 2014-07-14 | 2 | -2/+60 |
| | | |||||
* | | [gum] Add support for Piwik Analytics | Johannes Reinhardt | 2014-07-14 | 2 | -2/+24 |
|/ | |||||
* | [gum] Slashes should be forward in URLs | Kyle Fuller | 2014-06-28 | 1 | -2/+2 |
| | |||||
* | Fixed gum theme's banner and home button links | Anton Antonov | 2014-06-28 | 1 | -2/+2 |
| | | | Forgotten trailing slash in the href tags. | ||||
* | add piwik integration to gum | makefu | 2014-02-18 | 2 | -1/+17 |
| | |||||
* | Adding a "screenshot" section to those readme files that don't have one | Bruno Oliveira | 2013-10-26 | 1 | -0/+5 |
| | |||||
* | 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 #120 from cdhowie/disqus | Justin Mayer | 2013-07-19 | 3 | -0/+26 |
|\ | | | | | Gum: Add Disqus support | ||||
| * | Gum: Add Disqus support | Chris Howie | 2013-07-19 | 3 | -0/+26 |
| | | |||||
* | | Gum: HTML-escape tag names when rendering them | Chris Howie | 2013-07-19 | 4 | -4/+4 |
| | | |||||
* | | Gum: Use article title as the title of the generated document | Chris Howie | 2013-07-19 | 1 | -0/+1 |
|/ | |||||
* | Gum: Fix tag URLs not being slugified (and therefore broken) | Chris Howie | 2013-07-15 | 1 | -2/+2 |
| | |||||
* | Add syntax highlighting for Gum theme | Chris Howie | 2013-06-21 | 2 | -0/+206 |
| | |||||
* | Add new theme: Gum | Nick Rance | 2013-06-03 | 29 | -0/+7970 |