aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #469 from chrismullins/update-bootstrap3-fontawesomeJustin Mayer2016-12-3110-576/+3225
|\ | | | | pelican-bootstrap3: Update FontAwesome to 4.7.0
| * Update FontAwesome to 4.7.0.Christopher Mullins2016-12-2710-576/+3225
| | | | | | | | | | This allows use of many new icons. Also add 'meetup' and 'vk' to the list of icons to which '-square' should not be appended.
* | Update documentation to clarify dependenciesJohannes Ranke2016-12-222-833/+9
|/ | | | | | | | Closes #460, as it documents what needs to be done to be able to use the theme. I tested the configuration recommended in the README in a minimal test site without translations or subsite functionality. Also removes `i18n.patch` that was accidentally committed to the repo.
* Make pelican-bootstrap3 multilingualJohannes Ranke2016-12-1328-49/+1210
| | | | | | This makes use of the i18n jinja extension as described in README.md. A Makefile is provided to facilitate new translations. A translation to German is also included.
* Merge pull request #442 from jranke/copyright_dateJustin Mayer2016-12-131-1/+5
|\ | | | | pelican-bootstrap3: Set copyright date to modified date of latest article
| * Set copyright date to modified date of latest articleJohannes Ranke2016-10-061-1/+5
| | | | | | | | | | If this happens to be available, i.e. if the article has a 'modified' date.
* | Merge pull request #450 from chrisramsay/fix/series-display-sidebarJustin Mayer2016-12-131-5/+4
|\ \ | | | | | | pelican-bootstrap3: Hide empty <li> tags when at either end of a series
| * | Hide empty LI tags when at either end of a seriesChris Ramsay2016-11-031-5/+4
| | |
* | | Merge pull request #448 from METAJIJI/masterJustin Mayer2016-12-131-1/+1
|\ \ \ | | | | | | | | pelican-bootstrap3: fix pagination in the relevant documentation
| * | | pelican-bootstrap3: fix pagination in the relevant documentationDenis Kadyshev2016-10-251-1/+1
| |/ /
* | | Merge pull request #453 from kevin-brotcke/masterJustin Mayer2016-12-101-1/+1
|\ \ \ | | | | | | | | Fix avatar source URL for subpages in pelican-bootstrap3
| * | | Fix avatar source URL for subpages in pelican-bootstrap3Kevin Brotcke2016-11-191-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | When going to a subpage, such as a category page, my avatar image was not being displayed when using the suggested format 'images/profile.png' from the readme. The URL turned into 'category/images/profile.png' which doesn't exist. Include the site URL so that the image appears on all pages. This looked like the convention used in other places like favicon.
* | | Merge pull request #457 from terryboon/topic-social-iconsJustin Mayer2016-12-041-1/+1
|\ \ \ | | | | | | | | pelican-bootstrap3: Add icons to "social" sidebar
| * | | Extend icons available in "social" sidebar blockTerry Boon2016-12-041-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The template adds "-square" to the Font Awesome icon to be used, unless the icon name is on the exception list. Some icon names potentially relevant for the "social" sidebar block do not have a "-square" version but are not on the exception list, so the icons do not display correctly. Add more relevant icon names to the list: 'home', 'user', 'users', 'envelope', 'envelope-o', 'stack-exchange', 'hacker-news'.
* / / Fix display of "About Me" in pelican-bootstrap3Terry Boon2016-12-042-3/+5
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "About Me" block (defined in templates/includes/aboutme.html) consists of the image defined by AVATAR and the text in ABOUT_ME. However, the template only displays the block if ABOUT_ME is defined. If only AVATAR is defined, then the block is not displayed at all. - Change the test so the "About Me" block is displayed if either ABOUT_ME or AVATAR is defined. - Change the structure of the "About Me" block so that the heading for the ABOUT_ME text is displayed only if ABOUT_ME text is defined, to avoid an empty heading. If AVATAR is defined but ABOUT_ME is not, the block displays the AVATAR image only.
* | allow sorting pages. Also allow url-less page.Marc-Antoine Parent2016-10-221-1/+6
| |
* | missing nav-toggle (PAGES is pages)Marc-Antoine Parent2016-10-221-1/+1
| |
* | Merge pull request #415 from phips/bootstrap3_tipue_to_v5Justin Mayer2016-10-226-193/+505
|\ \ | |/ |/| pelican-bootstrap3: Update tipue_search to v5
| * Updated tipue_search in pelican-bootstrap3 to v5Mark Phillips2016-07-306-193/+505
| |
* | Merge pull request #408 from colinbrislawn/patch-1Justin Mayer2016-09-101-7/+4
|\ \ | | | | | | Update example sites for pelican-bootstrap3
| * | update examples.md for pelican-bootstrap3Colin Brislawn2016-06-141-7/+4
| | |
* | | Merge pull request #406 from jacnoc/patch-1Justin Mayer2016-09-101-5/+2
|\ \ \ | | | | | | | | Bootstrap3: remove deprecated Twitter widget ID
| * | | Looks like twitter has updated their widget code. Widget ID appears to no ↵Joshua2016-06-121-5/+2
| |/ / | | | | | | | | | longer be a thing.
* | | Merge pull request #403 from jeremyn/masterJustin Mayer2016-09-102-4/+4
|\ \ \ | |_|/ |/| | Use HTTPS Creative Commons URLs where appropriate
| * | Use HTTPS Creative Commons URLs where appropriateJeremy Nation2016-06-052-4/+4
| | |
* | | "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
|/