Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update FontAwesome to 4.7.0. | Christopher Mullins | 2016-12-27 | 10 | -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/master | Justin Mayer | 2016-12-15 | 1 | -0/+0 |
|\ | | | | | Update Bulrush for Pelican 3.7. | ||||
| * | Update Bulrush for Pelican 3.7. | Jonathan Sharpe | 2016-12-14 | 1 | -0/+0 |
|/ | |||||
* | Merge pull request #441 from jranke/i18n | Justin Mayer | 2016-12-13 | 28 | -49/+1210 |
|\ | | | | | Make pelican-bootstrap3 multilingual | ||||
| * | Make pelican-bootstrap3 multilingual | Johannes Ranke | 2016-12-13 | 28 | -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.0 | Justin Mayer | 2016-12-13 | 1 | -0/+0 |
|\ | | | | | pelican-alchemy: update to track v2.0 tag | ||||
| * | pelican-alchemy: update to track v2.0 tag | Raymond Wanyoike | 2016-12-13 | 1 | -0/+0 |
| | | |||||
* | | Merge pull request #454 from AbstractBeliefs/fix_sidebar | Justin Mayer | 2016-12-13 | 1 | -1/+3 |
|\ \ | | | | | | | Fix bootstrap2 atom feed in sidebar | ||||
| * | | Fix bootstrap2 atom feed in sidebar | Gareth Pulham | 2016-11-22 | 1 | -1/+3 |
| | | | |||||
* | | | Merge pull request #442 from jranke/copyright_date | Justin Mayer | 2016-12-13 | 1 | -1/+5 |
|\ \ \ | | | | | | | | | pelican-bootstrap3: Set copyright date to modified date of latest article | ||||
| * | | | Set copyright date to modified date of latest article | Johannes Ranke | 2016-10-06 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | If this happens to be available, i.e. if the article has a 'modified' date. | ||||
* | | | | Merge pull request #451 from ghost/master | Justin Mayer | 2016-12-13 | 1 | -0/+0 |
|\ \ \ \ | | | | | | | | | | | Add coding-now theme | ||||
| * | | | | mv name | ooops | 2016-11-05 | 71 | -2387/+0 |
| | | | | | |||||
| * | | | | update footer | yuan.li | 2016-10-15 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | delete *.woff2 | yuan.li | 2016-10-15 | 15 | -165/+0 |
| | | | | | |||||
| * | | | | add coding-now | yuan.li | 2016-10-15 | 85 | -0/+2552 |
| |/ / / | |||||
* | | | | Merge pull request #450 from chrisramsay/fix/series-display-sidebar | Justin Mayer | 2016-12-13 | 1 | -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 series | Chris Ramsay | 2016-11-03 | 1 | -5/+4 |
| | | | | | |||||
* | | | | | Merge pull request #448 from METAJIJI/master | Justin Mayer | 2016-12-13 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | pelican-bootstrap3: fix pagination in the relevant documentation | ||||
| * | | | | | pelican-bootstrap3: fix pagination in the relevant documentation | Denis Kadyshev | 2016-10-25 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | Merge pull request #434 from jar1karp/update-genus-theme | Justin Mayer | 2016-12-13 | 1 | -0/+0 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Update genus theme | ||||
| * | | | | Update genus theme | Jari Karppinen | 2016-09-25 | 1 | -0/+0 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #453 from kevin-brotcke/master | Justin Mayer | 2016-12-10 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Fix avatar source URL for subpages in pelican-bootstrap3 | ||||
| * | | | | Fix avatar source URL for subpages in pelican-bootstrap3 | Kevin Brotcke | 2016-11-19 | 1 | -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-icons | Justin Mayer | 2016-12-04 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | pelican-bootstrap3: Add icons to "social" sidebar | ||||
| * | | | | Extend icons available in "social" sidebar block | Terry Boon | 2016-12-04 | 1 | -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-display | Justin Mayer | 2016-12-04 | 2 | -3/+5 |
|\ \ \ \ | | | | | | | | | | | pelican-bootstrap3: Fix display of "About Me" | ||||
| * | | | | Fix display of "About Me" in pelican-bootstrap3 | Terry Boon | 2016-12-04 | 2 | -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/master | Justin Mayer | 2016-12-04 | 2 | -0/+3 |
|\ \ \ \ | |/ / / |/| | | | Add Bulrush theme | ||||
| * | | | Update Bulrush screenshots | Jonathan Sharpe | 2016-12-04 | 1 | -0/+0 |
| | | | | |||||
| * | | | Update Bulrush for mobile fix | Jonathan Sharpe | 2016-12-04 | 1 | -0/+0 |
| | | | | |||||
| * | | | Add Bulrush theme | Jonathan Sharpe | 2016-12-04 | 2 | -0/+3 |
|/ / / | |||||
* | | | Merge pull request #452 from alexandrevicenzi/master | Justin Mayer | 2016-11-15 | 1 | -0/+0 |
|\ \ \ | |_|/ |/| | | Update Flex theme to 2.1.0 | ||||
| * | | Update Flex to 2.1.0. | Alexandre Vicenzi | 2016-11-16 | 1 | -0/+0 |
|/ / | | | | | | | | | - Add AdSense support - Russian, Italian and Hungarian translations. | ||||
* | | Merge pull request #447 from maparent/master | Justin Mayer | 2016-10-22 | 1 | -2/+7 |
|\ \ | | | | | | | pelican-bootstrap3: various improvements | ||||
| * | | allow sorting pages. Also allow url-less page. | Marc-Antoine Parent | 2016-10-22 | 1 | -1/+6 |
| | | | |||||
| * | | missing nav-toggle (PAGES is pages) | Marc-Antoine Parent | 2016-10-22 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #415 from phips/bootstrap3_tipue_to_v5 | Justin Mayer | 2016-10-22 | 6 | -193/+505 |
|\ \ | |/ |/| | pelican-bootstrap3: Update tipue_search to v5 | ||||
| * | Updated tipue_search in pelican-bootstrap3 to v5 | Mark Phillips | 2016-07-30 | 6 | -193/+505 |
| | | |||||
* | | Merge pull request #433 from pensnarik/master | Justin Mayer | 2016-09-23 | 1 | -0/+1 |
|\ \ | | | | | | | bootlex: Add UTF-8 meta charset definition | ||||
| * | | Added meta tag with charset definition to <head> in base.html template of ↵ | Andrey Zhidenkov | 2016-09-23 | 1 | -0/+1 |
|/ / | | | | | | | "bootlex" theme | ||||
* | | Merge pull request #429 from dm-wyncode/aboutwilson-category-link-fix | Justin Mayer | 2016-09-22 | 1 | -1/+1 |
|\ \ | | | | | | | aboutwilson: Correct theme category links. Fixes #426 | ||||
| * | | Fixed broken links for categories. Without the fix the URLs result in a | dm-wyncode | 2016-09-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | 404 status when a category link is clicked. modified: aboutwilson/templates/base.html | ||||
* | | | Merge pull request #430 from alexandrevicenzi/master | Justin Mayer | 2016-09-13 | 1 | -0/+0 |
|\ \ \ | |/ / |/| | | Update Flex theme to 2.0 | ||||
| * | | Update Flex to 2.0. | Alexandre Vicenzi | 2016-09-13 | 1 | -0/+0 |
|/ / | |||||
* | | Merge pull request #425 from mohd-akram/master | Justin Mayer | 2016-09-10 | 1 | -30/+30 |
|\ \ | | | | | | | Use HTTPS URLs for all git submodules | ||||
| * | | Use HTTPS URLs for all git submodules | Mohamed Akram | 2016-09-01 | 1 | -30/+30 |
| |/ | |||||
* | | Merge pull request #416 from vaiski/add-genus-theme | Justin Mayer | 2016-09-10 | 2 | -0/+3 |
|\ \ | | | | | | | Add Genus theme as submodule | ||||
| * | | Add Genus theme | Eemil Väisänen | 2016-08-02 | 2 | -0/+3 |
| |/ | |||||
* | | Merge pull request #408 from colinbrislawn/patch-1 | Justin Mayer | 2016-09-10 | 1 | -7/+4 |
|\ \ | | | | | | | Update example sites for pelican-bootstrap3 |