aboutsummaryrefslogtreecommitdiffstats
path: root/gum
Commit message (Collapse)AuthorAgeFilesLines
* Gum: Add support for injecting markup to footer via overriding ↵Paul Winkler2024-05-083-0/+6
| | | | extra_footer.html template
* Updated Feeds to new 3.0+ syntaxPatrick2019-01-221-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 honoredPatrick2019-01-171-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 docsJustin Mayer2018-10-231-6/+6
|
* update gum docsRoland Askew2018-10-231-0/+21
|
* Merge pull request #567 from stuaxo/patch-5Justin Mayer2017-12-011-1/+1
|\ | | | | GUM Theme: Only display "Tags" sidebar header if there are tags
| * Sidebar - Only display "Tags" header if there are tagsStuart Axon2017-10-251-1/+1
| |
* | GUM Theme: Only display "Categories" sidebar header if there is more than ↵Stuart Axon2017-10-251-1/+1
|/ | | | one category
* Replace 'PAGES' with 'pages' across all themesAdam Matan2017-03-072-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 callsAdam Matan2016-02-201-1/+1
|
* Use Protocol-relative URL, as defined in ↵Adam Matan2016-02-191-1/+1
| | | | https://atb.disqus.com/admin/universalcode/ - '//' instead of 'http://' or 'https://'
* css and template changes to resolve issue #152Jason Haas2015-09-062-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_authorsAlexis Metaireau2014-09-252-31/+39
|\ | | | | Gum show multiple authors if there are any
| * gum: retab index.htmlmakefu2014-07-211-34/+34
| | | | | | | | tabs and spaces were mixed in index.html, retabbed to spaces-only with tabstop=4
| * gum: fix indentation in index.htmlmakefu2014-07-211-8/+7
| | | | | | | | add indentation spaces which were missing due to copy-paste editing
| * Gum show multiple authors if there are anymakefu2014-07-212-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 commentsJohannes Reinhardt2014-07-142-2/+60
| |
* | [gum] Add support for Piwik AnalyticsJohannes Reinhardt2014-07-142-2/+24
|/
* [gum] Slashes should be forward in URLsKyle Fuller2014-06-281-2/+2
|
* Fixed gum theme's banner and home button linksAnton Antonov2014-06-281-2/+2
| | | Forgotten trailing slash in the href tags.
* add piwik integration to gummakefu2014-02-182-1/+17
|
* Adding a "screenshot" section to those readme files that don't have oneBruno Oliveira2013-10-261-0/+5
|
* 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 #120 from cdhowie/disqusJustin Mayer2013-07-193-0/+26
|\ | | | | Gum: Add Disqus support
| * Gum: Add Disqus supportChris Howie2013-07-193-0/+26
| |
* | 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
|/
* Gum: Fix tag URLs not being slugified (and therefore broken)Chris Howie2013-07-151-2/+2
|
* Add syntax highlighting for Gum themeChris Howie2013-06-212-0/+206
|
* Add new theme: GumNick Rance2013-06-0329-0/+7970