aboutsummaryrefslogtreecommitdiffstats
path: root/tuxlite_tbs
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #375 from feld/masterJustin Mayer2016-02-284-4/+5
|\ | | | | More tuxlite_tbs improvements
| * twitter should post the article title without including site nameMark Felder2016-02-231-1/+1
| |
| * Update twitter template to match current twitter api docsMark Felder2016-02-231-1/+2
| |
| * Fix other templates with unusual broken htmlMark Felder2016-02-233-3/+3
| |
* | 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://'
* Use title instead of windowtitleMark Felder2016-02-181-1/+1
|
* Fix <title> on generated pagesMark Felder2016-02-185-4/+5
|
* Add sitemap generatorMark Felder2015-01-051-0/+32
|
* Merge pull request #263 from feld/masterJustin Mayer2015-01-053-7/+7
|\ | | | | Minor tuxlite_tbs updates
| * Fix FEED URLsfelderado2014-10-171-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.htmlfelderado2014-10-171-1/+1
| | | | | | sort the tags; be nice to your visitors...
| * Update twitter.htmlfelderado2014-10-171-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ørnsen2015-01-053-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ørnsen2015-01-051-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ørnsen2015-01-052-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_tbsStig Inge Lea Bjørnsen2015-01-051-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/masterAlexis Metaireau2014-09-251-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.htmltverrbjelke2013-09-261-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_tbschanux2014-01-251-3/+5
| |
* | Adding a "screenshot" section to those readme files that don't have oneBruno Oliveira2013-10-261-0/+7
|/
* [IMP] Add language management for theme tuxlite_tbsSylvain GARANCHER2013-08-283-2/+16
|
* 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.
* | 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 #51 from YSmetana/masterAlexis Metaireau2012-11-201-0/+1
|\ | | | | Enabling responsive features
| * Enabling responsive features (according to ↵Lufa2012-10-011-0/+1
| | | | | | | | http://twitter.github.com/bootstrap/scaffolding.html#responsive).
* | Replace SITE_URL with FEED_DOMAIN for FeedburnerWoojong Koh2012-10-161-2/+2
| |
* | Replace FEED with FEED_ATOMWoojong Koh2012-10-161-1/+1
|/
* Close tags list link tagSimon Holywell2012-07-011-1/+1
|
* Merge pull request #29 from tshepang/fix-Pages-urlAlexis Metaireau2012-06-201-1/+1
|\ | | | | tuxlite_tbs: fix broken Pages url
| * fix broken Pages urlTshepang Lekhonkhobe2012-05-151-1/+1
| |
* | Fix typo in tuxlite_tbs. Add icon to notmyidea.Ian Cordasco2012-06-141-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. Cordasco2012-06-142-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/masterAlexis Metaireau2012-05-141-1/+1
|\ | | | | tuxlite_tbs: does not respect DEFAULT_DATE_FORMAT setting
| * tuxlite_tbs: fix broken author URLTshepang Lekhonkhobe2012-04-071-1/+1
| |
| * tuxlite_tbs: respect DEFAULT_DATE_FORMAT settingTshepang Lekhonkhobe2012-04-071-1/+1
| |
* | Merge pull request #27 from yprez/masterAlexis Metaireau2012-05-141-61/+61
|\ \ | | | | | | tuxlite_tbs - changed pygments.css class to fix code highlighting
| * | CSS class should be "highlight" for code highlighting to workYuri Prezument2012-05-121-61/+61
| |/
* | Use object.url to get the url for author, category and tagsKyle Fuller2012-05-144-6/+6
|/
* Updated screenshot.Matts2012-02-121-0/+0
|
* Removed accidental "i" char from navbar code.Matts2012-02-121-1/+2
|
* Added collapsible navbar. Moved archives and tags to sidebar.Matts2012-02-121-16/+30
|
* List archives using a 2 column table.Matts2012-02-111-11/+15
|
* Changed line height for tables to 1.3em in local.css.Matts2012-02-111-0/+1
|
* Increased margin bottom to 4em for nav bar.Matts2012-02-111-1/+1
|
* Changed body and p elements to use font-size: 100%.Matts2012-02-111-2/+2
|
* Added missing </a> tag. Edited header elements.Matts2012-02-111-3/+3
|
* Changed header elements from h2 to h1 and h3 to h2 in archives.htmlMatts2012-02-111-2/+2
|
* Removed "other entries" header from index.htmlMatts2012-02-111-4/+0
|