aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Minor bug fixes and UI changesaleylara2020-09-225-38/+30
|/ /
* | Add Simplify theme as submodule (#661)vuquangtrong2020-08-172-0/+3
| |
* | Merge pull request #685 from elboulangero/update-hydeJustin Mayer2020-08-121-0/+0
|\ \ | | | | | | Update hyde submodule
| * | Update hyde submoduleArnaud Rebillout2020-08-121-0/+0
|/ /
* | Merge pull request #684 from jhauh/pelican-b-side-fixJustin Mayer2020-06-192-2/+1
|\ \ | | | | | | Fix broken pelican-b-side submodule link
| * | Fix broken pelican-b-side submodule linkjhauh2020-06-182-2/+1
| | |
* | | Merge pull request #624 from aleylara/masterJustin Mayer2020-06-1324-0/+1232
|\ \ \ | | | | | | | | Add Peli-Kiera theme
| * | | Update article.htmlSamiE2020-05-261-68/+61
| | | |
| * | | Update main.cssSamiE2020-05-261-216/+259
| | | |
| * | | Tested for Pelican 4.2.0 and Python 3.8.1SamiE2020-01-261-5/+54
| | | |
| * | | Add Peli-Kiera themeingirtere@gmail.com2018-12-0124-0/+1147
| | | |
* | | | Merge pull request #673 from jhauh/masterJustin Mayer2020-06-132-0/+4
|\ \ \ \ | | |/ / | |/| | Add B-side theme
| * | | Pulled in fixes to pelican-b-sidefluffactually2020-02-011-0/+0
| | | |
| * | | Add B-side themefluffactually2020-02-012-0/+4
| | | |
* | | | Merge pull request #672 from cedricbonhomme/strip-html-tags-from-head-titleJustin Mayer2020-03-161-1/+1
|\ \ \ \ | |/ / / |/| | | pelican-bootstrap3: Strip HTML tags from head title
| * | | Strip HTML tags from head title. According to getpelican/pelican#1998 this ↵Cédric Bonhomme2020-01-151-1/+1
| | | | | | | | | | | | | | | | issue must be handled in the theme.
* | | | [pelican-bootstrap3] Update to bootstrap-3.4.1, bootswatch-3.4.1 (#669)Justin Mayer2020-01-1520-68/+129
|\ \ \ \ | | | | | | | | | | [pelican-bootstrap3] Update to bootstrap-3.4.1, bootswatch-3.4.1
| * | | | Update to bootswatch-3.4.1James Addison2019-12-1618-60/+121
| | | | |
| * | | | Update to bootstrap-3.4.1James Addison2019-10-212-8/+8
| | |_|/ | |/| |
* | | | [pelican-bootstrap3] Upgrade to jquery-3.4.1 (#660)Justin Mayer2020-01-151-2/+2
|\ \ \ \ | |_|/ / |/| | | [pelican-bootstrap3] Upgrade to jquery-3.4.1
| * | | Upgrade to jquery-3.4.1James Addison2019-10-211-2/+2
| |/ /
* | | Add Buruma theme (#666)Justin Mayer2020-01-022-0/+4
|\ \ \ | | | | | | | | Add Buruma theme
| * | | :heavy_plus_sign: Add Buruma themeivanhercaz2019-12-102-0/+4
|/ / / | | | | | | | | | Add Buruma theme as a submodule, cloned from the branch pelican-themes, to be sure that in pelican-themes is always an stable version and not the master, which is used as a development branch.
* | | Merge pull request #665 from talha131/masterJustin Mayer2019-12-081-0/+0
|\ \ \ | |/ / |/| | elegant: update theme to 5.1.0
| * | elegant: update theme to 5.1.0Talha Mansoor2019-12-081-0/+0
|/ /
* | Merge pull request #641 from gfidente/svbhackurlJustin Mayer2019-09-082-1/+1
|\ \ | | | | | | Update svbhack with support for Pelican 4 and readtime plugin
| * | Update svbhack with support for Pelican 4 and readtime pluginGiulio Fidente2019-08-222-1/+1
|/ / | | | | | | | | Bumps up the svbhack submodule to include a version that works with Pelican 4 and supports the readtime plugin.
* | Merge pull request #654 from talha131/elegant-update-3.0.0Justin Mayer2019-07-091-0/+0
|\ \ | | | | | | Elegant: Update to v3.0.0
| * | elegant: update to V3.0.0Talha Mansoor2019-07-041-0/+0
|/ /
* | Merge pull request #646 from kplaube/masterJustin Mayer2019-05-161-0/+0
|\ \ | | | | | | Update yapeme to 0.4.0
| * | Update yapeme to 0.4.0Klaus Laube2019-05-161-0/+0
|/ /
* | Merge pull request #643 from iranzo/elegant-to-masterJustin Mayer2019-04-162-0/+1
|\ \ | | | | | | pelican_elegant: Link submodule to master branch
| * | Update .gitmodulesPablo Iranzo Gómez2019-04-161-1/+1
| | |
| * | Define master branch for elegantPablo Iranzo Gómez2019-04-162-1/+2
| | |
* | | Merge pull request #640 from baryluk/patch-1Justin Mayer2019-04-161-4/+3
|\ \ \ | | | | | | | | cebong: Removed unused font imports
| * | | Removed unused imports for fonts in cebongWitold Baryluk2019-03-261-4/+3
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It just adds to network roundtrips. Browser will download them even if they are not used. At least the CSS files will be downloaded (and will actually block other processing!). In some case browser will also download actual font files, even if they are not used, but this will usually be done asynchronously or after page is finished loading. But most of the time it is just a waste of bandwidth (but they are cached for 1y and could be used on other websites). As a bonus I fixed some quotation issues of urls, because this is what I see in css documentation - https://developer.mozilla.org/en-US/docs/Web/CSS/@import Next improvement would be to move this `@url import` into separate `link` statement in `base.html`, this way things can proceed in parallel more smoothly. ```html <link rel="stylesheet" href="https://fonts.googleapis.com/css?subset=latin&family=Crimson+Text:400,400italic,600,600italic,700,700italic" type="text/css" importance="low" referrerpolicy="no-referrer" /> ``` After that, and margin all `css` files, this would be really clean and fast theme! :) PS. Google Fonts Service API allows fetching multiple css files together: ```html <link rel="stylesheet" href="https://fonts.googleapis.com/css?subset=latin&family=Yanone+Kaffeesatz|Crimson+Text:400,400italic,600,600italic,700,700italic|Droid+Sans+Mono" type="text/css" importance="low" referrerpolicy="no-referrer" /> ``` (and similarly using `@import url`).
* | | Merge pull request #637 from PJUllrich/masterJustin Mayer2019-04-161-5/+5
|\ \ \ | | | | | | | | nmnlist: Fix "loop is undefined" issue
| * | | Fix "loop is undefined" issue.Peter Ullrich2019-02-041-5/+5
| |/ /
* | | Merge pull request #636 from Ninpo/fix-tipue-searchJustin Mayer2019-04-168-401/+697
|\ \ \ | |/ / |/| | pelican-bootstrap3: Fix tipue search/upgrade to Tipue 7.0
| * | Upgrade jQuery to 3.3.1 as per Tipue 7.0 requirements.Alex Boag-Munroe2019-02-031-4/+2
| | |
| * | Upgrade Tipue to Tipue 7.0Alex Boag-Munroe2019-02-036-394/+693
| | |
| * | Fix search.html template for Tipue 7.0Alex Boag-Munroe2019-02-031-3/+2
|/ /
* | Merge pull request #635 from askpatrickw/patch-2Justin Mayer2019-01-271-8/+8
|\ \ | | | | | | Gum: Update feeds to new 3.0+ syntax
| * | Updated Feeds to new 3.0+ syntaxPatrick2019-01-221-8/+8
| | | | | | | | | | | | | | | | | | I could not generate a site with the category feeds on. This was fixed in the simple theme some time ago. Copied the code right from here: https://github.com/getpelican/pelican/pull/2515
* | | Merge pull request #634 from clintmoyer/blue-penguinJustin Mayer2019-01-271-0/+0
|\ \ \ | |/ / |/| | Update blue-penguin to 311a520 for a pages bugfix
| * | Update blue-penguin to 311a520 for a pages variable case changeClint Moyer2019-01-201-0/+0
| |/ | | | | | | Need to update blue-penguin to ensure compatibility with #485
* | Merge pull request #632 from askpatrickw/patch-1Justin Mayer2019-01-211-22/+20
|\ \ | | | | | | Gum: Honor conditional categories and pages
| * | Conditional Categories and Pages not honoredPatrick2019-01-171-22/+20
| |/ | | | | | | There were category links inside pages. There was a Pages H4 outside the conditional check for if pages should be shown.
* | Merge pull request #627 from iranzo/fixelegantlinkJustin Mayer2019-01-211-1/+1
|\ \ | | | | | | Update link to pelican-elegant repo
| * | Update link to pelican-elegant repoPablo Iranzo Gómez2018-12-291-1/+1
| |/