aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3
Commit message (Collapse)AuthorAgeFilesLines
* adapt footer for license and Impressum/DatenschutzWolfgang Wiedmeyer2016-07-291-10/+7
|
* "line-chart" icon for use in "social" links listMark Drummond2016-07-162-26/+71
| | | | minor edits to the README
* Merge pull request #398 from bnice5000/CSS_FixesJustin Mayer2016-07-022-3/+21
|\ | | | | pelican-bootstrap3: CSS fixes
| * Logo/Site Name Navbar issueBrian Levin2016-06-012-1/+9
| | | | | | | | | | | | Fixed issue where if you had both your site name and your site logo turned on, they sat on top of each other. Now they sit next to each other.
| * Anchor Tag Offset FixBrian Levin2016-06-011-2/+12
| | | | | | | | | | Fixes issue when anchor tags are clicked, the navbar causes the offset to fall short. This fixes that behavior.
* | Merge pull request #395 from NathanHarrington/pelican-pages-fixJustin Mayer2016-06-211-1/+1
|\ \ | | | | | | pelican-bootstrap3: Fix outdated PAGES variable to "pages"
| * | Correctly display pages on menu by correcting pages variable nameNathan Harrington2016-05-301-1/+1
| |/
* | Merge pull request #393 from nevillelyh/masterJustin Mayer2016-06-211-1/+1
|\ \ | | | | | | pelican-bootstrap3: Add slideshare to non-square icon list
| * | add slideshare to non-square icon listNeville Li2016-05-261-1/+1
| |/
* | Merge pull request #389 from krid78/pelican_bootstrap3_heise_shariffJustin Mayer2016-06-202-17/+65
|\ \ | | | | | | pelican-bootstrap3: Update heise shariff to latest stable v1.23.0
| * | updates heise shariff to latest stable v1.23.0Daniel Kriesten2016-05-082-17/+65
| |/
* | Merge pull request #388 from dmark/sidebar-imagesJustin Mayer2016-06-202-1/+9
|\ \ | | | | | | pelican-bootstrap3: Add sidebar image header
| * | Added sidebar image header feature.Mark Drummond2016-05-052-1/+9
| |/
* | pelican-bootstrap3: Display navbar-toggle buttonClemens Lutz2016-06-101-0/+2
| | | | | | | | | | | | only if pages exist and DISPLAY_PAGES_ON_MENU is enabled or categories exist and DISPLAY_CATEGORIES_ON_MENU is enabled.
* | pelican-bootstrap3: Hide archives link in navigation bar while ↵Clemens Lutz2016-06-061-0/+2
| | | | | | | | | | | | | | | | ARCHIVES_SAVE_AS is empty. Replace HIDE_ARCHIVE variable with hiding while archiving is not enabled Revert README
* | pelican-bootstrap3: Don't print page title HTML tags if title is emptyClemens Lutz2016-06-061-0/+2
|/
* Update README and AUTHORS, mentioning donationDaan Debie2016-04-222-9/+7
|
* Update link to theme in footerDaan Debie2016-04-221-1/+1
|
* Update pelican-bootstrap3 to latest version, donate to Pelican communityDaan Debie2016-04-2247-832/+1320
|
* Use https:// for all Disqus callsAdam Matan2016-02-201-1/+1
|
* Updated pelican-bootstrap3 to latest versionDaan Debie2015-02-2172-285/+1418
|
* pelican-bootstrap3: Add support for coderwall badgesYuya Kusakabe2014-12-265-0/+29
|
* Tag feeds now use tag.slugLeonardo Giordani2014-11-031-1/+1
|
* Merge pull request #269 from lgiordani/series_pluginJustin Mayer2014-11-025-0/+66
|\ | | | | [pelican-bootstrap3] Added support for series plugin
| * Added support for series pluginLeonardo Giordani2014-11-025-0/+66
| |
* | Category feeds now use category.slugLeonardo Giordani2014-10-311-1/+1
|/
* Update pagination.htmlLeonardo Giordani2014-10-281-3/+4
| | | This allows the theme to follow pagination specification through PAGINATION_PATTERNS. See Issue #265
* Merge pull request #146 from pnf/masterAlexis Metaireau2014-09-251-0/+19
|\ | | | | Tag and category-specific ATOM feed links in header of respective web pages
| * Merge remote-tracking branch 'upstream/master'Peter Fraenkel2014-08-2178-935/+3825
| |\ | | | | | | | | | | | | | | | | | | Keep the latex and tag-specific feeds in bootstrap3 Conflicts: pelican-bootstrap3/templates/base.html
| * | Enable latex pluginPeter Fraenkel2013-10-231-0/+8
| | |
| * | Restore RSS feedPeter Fraenkel2013-09-211-0/+4
| | |
| * | Category and tag-specific feedsPeter Fraenkel2013-09-211-4/+13
| | |
* | | Updated pelican-bootstrap3 to the latest versionDaan Debie2014-08-2157-567/+1589
| |/ |/|
* | Bugfix pelican-bootstrap3 sidebar: missing </ul>Charles Saracco2014-05-261-0/+1
| | | | | | Bugfix for pelican-bootstrap3's sidebar template: there was a missing "</ul>" tag.
* | Load remote jquery securely (if needed)Stephen McQuay2014-03-311-1/+1
| |
* | Updated pelican-bootstrap to v1.2Daan Debie2014-01-2756-615/+3145
| |
* | Updated pelican-bootstrap3 to v1.1Daan Debie2013-12-2736-473/+810
| |
* | html escape fixedMichaelYin2013-12-122-71/+71
| | | | | | | | | | make sure description which contain html work right make pygment css only work in highlight class
* | Merge pull request #175 from nikipore/pelican-bootstrap3-taglist-separatorJustin Mayer2013-12-102-7/+15
|\ \ | | | | | | made article tag separator configurable via TAG_LIST_SEPARATOR
| * | made article tag separator configurable via TAG_LIST_SEPARATORJan Müller2013-11-242-7/+15
| | |
* | | github activity: allow sorting by an arbitrary attribute ↵Jan Müller2013-11-233-10/+24
|/ / | | | | | | (GITHUB_SORT_ATTRIBUTE) and ascending/descending (GITHUB_SORT_DESCENDING)
* | jquery: protocol-independent url, minified versionJan Müller2013-11-221-1/+1
| |
* | Included bootstrap-glyphicons.css instead of removing the css call in base.htmltutysara2013-10-081-0/+2
|/ | | | base.html was referring to bootstrap-glyphicons.css, which was missing in css folder. Latest distribution from http://getbootstrap.com/ doesn't have this included, adding it from - http://glyphicons.getbootstrap.com/css/bootstrap-glyphicons.css.
* Updated pelican-bootstrap3 to newest versionDaan Debie2013-09-1230-207/+249
|
* Added pelican-bootstrap3 themeDaan Debie2013-08-2356-0/+1905