aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Merge pull request #462 from textbook/masterJustin Mayer2016-12-151-0/+0
|\ | | | | Update Bulrush for Pelican 3.7.
| * Update Bulrush for Pelican 3.7.Jonathan Sharpe2016-12-141-0/+0
|/
* Merge pull request #441 from jranke/i18nJustin Mayer2016-12-1328-49/+1210
|\ | | | | Make pelican-bootstrap3 multilingual
| * 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 #459 from rwanyoike/update-alchemy-2.0Justin Mayer2016-12-131-0/+0
|\ | | | | pelican-alchemy: update to track v2.0 tag
| * pelican-alchemy: update to track v2.0 tagRaymond Wanyoike2016-12-131-0/+0
| |
* | Merge pull request #454 from AbstractBeliefs/fix_sidebarJustin Mayer2016-12-131-1/+3
|\ \ | | | | | | Fix bootstrap2 atom feed in sidebar
| * | Fix bootstrap2 atom feed in sidebarGareth Pulham2016-11-221-1/+3
| | |
* | | 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 #451 from ghost/masterJustin Mayer2016-12-131-0/+0
|\ \ \ \ | | | | | | | | | | Add coding-now theme
| * | | | mv nameooops2016-11-0571-2387/+0
| | | | |
| * | | | update footeryuan.li2016-10-151-1/+1
| | | | |
| * | | | delete *.woff2yuan.li2016-10-1515-165/+0
| | | | |
| * | | | add coding-nowyuan.li2016-10-1585-0/+2552
| |/ / /
* | | | 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 #434 from jar1karp/update-genus-themeJustin Mayer2016-12-131-0/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | | Update genus theme
| * | | | Update genus themeJari Karppinen2016-09-251-0/+0
| | |/ / | |/| |
* | | | 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'.
* | | | Merge pull request #458 from terryboon/topic-about-me-displayJustin Mayer2016-12-042-3/+5
|\ \ \ \ | | | | | | | | | | pelican-bootstrap3: Fix display of "About Me"
| * | | | 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.
* | | | Merge pull request #456 from textbook/masterJustin Mayer2016-12-042-0/+3
|\ \ \ \ | |/ / / |/| | | Add Bulrush theme
| * | | Update Bulrush screenshotsJonathan Sharpe2016-12-041-0/+0
| | | |
| * | | Update Bulrush for mobile fixJonathan Sharpe2016-12-041-0/+0
| | | |
| * | | Add Bulrush themeJonathan Sharpe2016-12-042-0/+3
|/ / /
* | | Merge pull request #452 from alexandrevicenzi/masterJustin Mayer2016-11-151-0/+0
|\ \ \ | |_|/ |/| | Update Flex theme to 2.1.0
| * | Update Flex to 2.1.0.Alexandre Vicenzi2016-11-161-0/+0
|/ / | | | | | | | | - Add AdSense support - Russian, Italian and Hungarian translations.
* | Merge pull request #447 from maparent/masterJustin Mayer2016-10-221-2/+7
|\ \ | | | | | | pelican-bootstrap3: various improvements
| * | 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 #433 from pensnarik/masterJustin Mayer2016-09-231-0/+1
|\ \ | | | | | | bootlex: Add UTF-8 meta charset definition
| * | Added meta tag with charset definition to <head> in base.html template of ↵Andrey Zhidenkov2016-09-231-0/+1
|/ / | | | | | | "bootlex" theme
* | Merge pull request #429 from dm-wyncode/aboutwilson-category-link-fixJustin Mayer2016-09-221-1/+1
|\ \ | | | | | | aboutwilson: Correct theme category links. Fixes #426
| * | Fixed broken links for categories. Without the fix the URLs result in adm-wyncode2016-09-101-1/+1
| | | | | | | | | | | | | | | 404 status when a category link is clicked. modified: aboutwilson/templates/base.html
* | | Merge pull request #430 from alexandrevicenzi/masterJustin Mayer2016-09-131-0/+0
|\ \ \ | |/ / |/| | Update Flex theme to 2.0
| * | Update Flex to 2.0.Alexandre Vicenzi2016-09-131-0/+0
|/ /
* | Merge pull request #425 from mohd-akram/masterJustin Mayer2016-09-101-30/+30
|\ \ | | | | | | Use HTTPS URLs for all git submodules
| * | Use HTTPS URLs for all git submodulesMohamed Akram2016-09-011-30/+30
| |/
* | Merge pull request #416 from vaiski/add-genus-themeJustin Mayer2016-09-102-0/+3
|\ \ | | | | | | Add Genus theme as submodule
| * | Add Genus themeEemil Väisänen2016-08-022-0/+3
| |/
* | Merge pull request #408 from colinbrislawn/patch-1Justin Mayer2016-09-101-7/+4
|\ \ | | | | | | Update example sites for pelican-bootstrap3