Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes pages context change for tuxlite_tbs theme | Patrick Pierson | 2017-02-04 | 1 | -1/+1 |
| | |||||
* | Merge pull request #375 from feld/master | Justin Mayer | 2016-02-28 | 4 | -4/+5 |
|\ | | | | | More tuxlite_tbs improvements | ||||
| * | twitter should post the article title without including site name | Mark Felder | 2016-02-23 | 1 | -1/+1 |
| | | |||||
| * | Update twitter template to match current twitter api docs | Mark Felder | 2016-02-23 | 1 | -1/+2 |
| | | |||||
| * | Fix other templates with unusual broken html | Mark Felder | 2016-02-23 | 3 | -3/+3 |
| | | |||||
* | | 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://' | ||||
* | Use title instead of windowtitle | Mark Felder | 2016-02-18 | 1 | -1/+1 |
| | |||||
* | Fix <title> on generated pages | Mark Felder | 2016-02-18 | 5 | -4/+5 |
| | |||||
* | Add sitemap generator | Mark Felder | 2015-01-05 | 1 | -0/+32 |
| | |||||
* | Merge pull request #263 from feld/master | Justin Mayer | 2015-01-05 | 3 | -7/+7 |
|\ | | | | | Minor tuxlite_tbs updates | ||||
| * | Fix FEED URLs | felderado | 2014-10-17 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | You're supposed to prepend FEED_DOMAIN to the FEED variables according to the documentation so you can use an external feed domain. From the docs: "Since feed URLs should always be absolute..." Also, those FEED_ATOM, etc variables were bare with no / at the beginning so they were broken. You're not supposed to be putting a / at the beginning of your FEED_ variables in pelicanconf.py. From the docs: FEED_ALL_ATOM ('feeds/all.atom.xml') | ||||
| * | Update tags.html | felderado | 2014-10-17 | 1 | -1/+1 |
| | | | | | | sort the tags; be nice to your visitors... | ||||
| * | Update twitter.html | felderado | 2014-10-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | Actually put the title of the blog entry in the tweet. Example blog entry titled "New Blog: Pelican" The tweet generated will look like: New Blog: Pelican http://blog.feld.me/posts/2014/06/new-blog-pelican/ via @feldpos This is a much better format for your users to share | ||||
* | | Add the missing GLYPHICONS files. | Stig Inge Lea Bjørnsen | 2015-01-05 | 3 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | The Bootstrap style sheet references these files and uses them in responsive mode. Not including them results in HTTP 404 Not Found requests. The URLs in the style sheet have been changed to use the Pelican theme icon folder. | ||||
* | | Use the year of the latest post for the copyright in the footer. | Stig Inge Lea Bjørnsen | 2015-01-05 | 1 | -1/+6 |
| | | | | | | | | | | The method for obtaining the year was copied from `pelican-bootstrap3/templates/includes/footer.html`. | ||||
* | | Serve Twitter Bootstrap JavaScript directly for tuxlite_tbs. | Stig Inge Lea Bjørnsen | 2015-01-05 | 2 | -1/+168 |
| | | | | | | | | | | Avoid using GitHub as a CDN for Twitter Bootstrap. The file bootstrap-collapse.js is now included as a static asset in the theme. | ||||
* | | Make archive links work in tuxlite_tbs | Stig Inge Lea Bjørnsen | 2015-01-05 | 1 | -1/+1 |
|/ | | | | | Since there is no default value for the variabel `ARCHIVES_URL`, it is replaced by a hard coded value of `archives.html`. | ||||
* | Merge pull request #150 from tverrbjelke/master | Alexis Metaireau | 2014-09-25 | 1 | -0/+26 |
|\ | | | | | Theme become compatible with Pelican documentation, enable firefox to dynamic-bookmark the feeds by adding meta data. | ||||
| * | see http://querbalken.net/howto-activate-feeding-for-pelican-blog-en.html | tverrbjelke | 2013-09-26 | 1 | -0/+26 |
| | | | | | | | | | | | | | | | | Extended and fixed Pelican theme tuxlite_tbs to * become compatible with Pelican 3.2 and 3.3 documentation: http://docs.getpelican.com/en/latest/settings.html to get the feed links working with with FEED_ATOM and FEED_RSS (which now default to "None") but also FEED_ALL_ATOM and FEED_ALL_RSS. * enable firefox to dynamic-bookmark the feeds by adding meta data. | ||||
* | | No comments sction when Disqus is not setup in tuxlite_tbs | chanux | 2014-01-25 | 1 | -3/+5 |
| | | |||||
* | | Adding a "screenshot" section to those readme files that don't have one | Bruno Oliveira | 2013-10-26 | 1 | -0/+7 |
|/ | |||||
* | [IMP] Add language management for theme tuxlite_tbs | Sylvain GARANCHER | 2013-08-28 | 3 | -2/+16 |
| | |||||
* | Merge pull request #80 from ldx/063d19aaeee575f8528d32df4a799f7c305c1bcf | Justin Mayer | 2013-03-30 | 1 | -0/+1 |
|\ | | | | | Set disqus_title | ||||
| * | Set disqus_title in disqus.html. | ldx | 2013-02-24 | 1 | -0/+1 |
| | | | | | | | | | | If disqus_title is not set, Disqus will use the title of the site to name all threads. | ||||
* | | Fixing broken support for `ARCHIVES_URL` in tuxlite-tbs theme. | Randall Degges | 2013-03-20 | 2 | -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 #51 from YSmetana/master | Alexis Metaireau | 2012-11-20 | 1 | -0/+1 |
|\ | | | | | Enabling responsive features | ||||
| * | Enabling responsive features (according to ↵ | Lufa | 2012-10-01 | 1 | -0/+1 |
| | | | | | | | | http://twitter.github.com/bootstrap/scaffolding.html#responsive). | ||||
* | | Replace SITE_URL with FEED_DOMAIN for Feedburner | Woojong Koh | 2012-10-16 | 1 | -2/+2 |
| | | |||||
* | | Replace FEED with FEED_ATOM | Woojong Koh | 2012-10-16 | 1 | -1/+1 |
|/ | |||||
* | Close tags list link tag | Simon Holywell | 2012-07-01 | 1 | -1/+1 |
| | |||||
* | Merge pull request #29 from tshepang/fix-Pages-url | Alexis Metaireau | 2012-06-20 | 1 | -1/+1 |
|\ | | | | | tuxlite_tbs: fix broken Pages url | ||||
| * | fix broken Pages url | Tshepang Lekhonkhobe | 2012-05-15 | 1 | -1/+1 |
| | | |||||
* | | Fix typo in tuxlite_tbs. Add icon to notmyidea. | Ian Cordasco | 2012-06-14 | 1 | -1/+1 |
| | | | | | | | | | | Added the gitorious icon to notmyidea as per @ametaireau's request on ametaireau/pelican-themes#38 | ||||
* | | Add gitorious icon to tuxlite_tbs theme. | Ian P. Cordasco | 2012-06-14 | 2 | -0/+1 |
|/ | | | | | I don't see why gitorious should be excluded from having it's own favicon in the SOCIAL links. | ||||
* | Merge pull request #24 from tshepang/master | Alexis Metaireau | 2012-05-14 | 1 | -1/+1 |
|\ | | | | | tuxlite_tbs: does not respect DEFAULT_DATE_FORMAT setting | ||||
| * | tuxlite_tbs: fix broken author URL | Tshepang Lekhonkhobe | 2012-04-07 | 1 | -1/+1 |
| | | |||||
| * | tuxlite_tbs: respect DEFAULT_DATE_FORMAT setting | Tshepang Lekhonkhobe | 2012-04-07 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #27 from yprez/master | Alexis Metaireau | 2012-05-14 | 1 | -61/+61 |
|\ \ | | | | | | | tuxlite_tbs - changed pygments.css class to fix code highlighting | ||||
| * | | CSS class should be "highlight" for code highlighting to work | Yuri Prezument | 2012-05-12 | 1 | -61/+61 |
| |/ | |||||
* / | Use object.url to get the url for author, category and tags | Kyle Fuller | 2012-05-14 | 4 | -6/+6 |
|/ | |||||
* | Updated screenshot. | Matts | 2012-02-12 | 1 | -0/+0 |
| | |||||
* | Removed accidental "i" char from navbar code. | Matts | 2012-02-12 | 1 | -1/+2 |
| | |||||
* | Added collapsible navbar. Moved archives and tags to sidebar. | Matts | 2012-02-12 | 1 | -16/+30 |
| | |||||
* | List archives using a 2 column table. | Matts | 2012-02-11 | 1 | -11/+15 |
| | |||||
* | Changed line height for tables to 1.3em in local.css. | Matts | 2012-02-11 | 1 | -0/+1 |
| | |||||
* | Increased margin bottom to 4em for nav bar. | Matts | 2012-02-11 | 1 | -1/+1 |
| | |||||
* | Changed body and p elements to use font-size: 100%. | Matts | 2012-02-11 | 1 | -2/+2 |
| | |||||
* | Added missing </a> tag. Edited header elements. | Matts | 2012-02-11 | 1 | -3/+3 |
| | |||||
* | Changed header elements from h2 to h1 and h3 to h2 in archives.html | Matts | 2012-02-11 | 1 | -2/+2 |
| |