aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
| |/
* | Merge pull request #633 from pedrohdz/feed_slugsJustin Mayer2019-01-211-7/+16
|\ \ | |/ |/| pelican-bootstrap3: Handle Pelican >= 4.0 slugs in feeds
| * Handle Pelican >= 4.0 slugs in feedsPedro H2019-01-201-7/+16
|/ | | | | | | | | | | | | | Since Pelican 4.0, `CATEGORY_FEED_ATOM` and `TAG_FEED_ATOM` are expected to use `{slug}`, not `%s`. Seems to have been introduced in getpelican/pelican#2383. This would cause the following error: ``` CRITICAL: TypeError: not all arguments converted during string formatting ``` This change allows for backwards and forward compatibility.
* Minor fixes to Gum theme docsJustin Mayer2018-10-231-6/+6
|
* update gum docsRoland Askew2018-10-231-0/+21
|
* Merge pull request #612 from mcepl/no_sort_on_articlesJustin Mayer2018-10-182-3/+3
|\ | | | | Remove two more articles|sort constructs
| * Remove two more articles|sort constructs.Matěj Cepl2018-09-242-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | This is the issue getpelican/pelican-themes#483 which was supposed to be fixed by #506 (and commit f1a4bba40281fa21816d6619d32136fc6a8f086d), but two occurences of the problem were missed. Basically, as https://github.com/getpelican/pelican/issues/1591#issuecomment-70272693 says: > For future reference: Don't use sort in templates on articles.
* | Merge pull request #611 from mamcmanus/masterJustin Mayer2018-10-181-0/+0
|\ \ | | | | | | Brutalist: fix a bug that broke page rendering
| * | Updated Brutalist theme to fix a bug where rendered article and page ↵Matt McManus2018-09-191-0/+0
| |/ | | | | | | summaries were being injected into the HTML head and causing entire page to break
* | Merge pull request #597 from charlesreid1/patch-1Justin Mayer2018-10-181-0/+3
|\ \ | | | | | | add FAVICON variable to simple-bootstrap theme
| * | add FAVICON variable to themeChaz Reid2018-05-131-0/+3
| | |
* | | Merge pull request #563 from schtobia/for_upstreamJustin Mayer2018-10-182-21/+52
|\ \ \ | | | | | | | | Just Read: Extended metadata block for non-article pages
| * | | Just Read: Replaced disqus code with new version from disqus.comTobias Schmidl2018-05-111-13/+19
| | | |
| * | | Justi Read: Replaced twitter widgetTobias Schmidl2018-05-111-2/+1
| | | | | | | | | | | | | | | | This new version is more suitable for a CSP setting
| * | | fixup! Just Read: Extended metadata block for non-article pagesTobias Schmidl2018-05-111-16/+16
| | | |
| * | | Just Read: Extended metadata block for non-article pagesTobias Schmidl2018-05-111-12/+38
| |/ /
* | | Merge pull request #613 from mUtterberg/masterJustin Mayer2018-10-101-0/+0
|\ \ \ | |_|/ |/| | Change branch on pelican-bold
| * | Change branch on pelican-boldmutterberg2018-10-091-0/+0
|/ /
* | Merge pull request #582 from ganziqim/masterJustin Mayer2018-09-171-12/+16
|\ \ | | | | | | pelican-bootstrap3: Fix Disqus bug #581
| * | Fix: pelican-bootstrap3 DISQUS bugganziqim2018-09-161-12/+16
|/ /
* | Merge pull request #600 from tchamberlin/patch-1Justin Mayer2018-09-011-3/+5
|\ \ | | | | | | Updated pelican-bootstrap3 README's Github section
| * | Further wording change to README'S Github sectionThomas Chamberlin2018-05-261-1/+3
| | | | | | | | | Reworded a few things for clarity
| * | Updated README's Github section Thomas Chamberlin2018-05-261-3/+3
| |/ | | | | | | | | There are no descriptions of how the various options work, and they don't work in entirely intuitive ways. I've gone through the relevant code and derived what I think are accurate descriptions of what each does. `GITHUB_SKIP_FORK` especially is confusing, because passing it a boolean will break it.
* | Merge pull request #590 from jranke/pb3-i18nJustin Mayer2018-09-011-3/+5
|\ \ | | | | | | pelican-bootstrap3: Another README improvement for i18n
| * | pelican-bootstrap3: Another README improvement for i18nJohannes Ranke2018-03-081-3/+5
| | | | | | | | | | | | | | | | | | It was still not really clear for me, so trying to be as explicit as possible, see comments to https://github.com/getpelican/pelican-themes/commit/b30f33e3b7e3a4bc7fb2327e9efd453f3a81488e
* | | Merge pull request #607 from balbir97/masterJustin Mayer2018-09-011-2/+2
|\ \ \ | | | | | | | | notmyidea-cms: Change Twitter link to HTTPS
| * | | changed http to https so that sharing over twitter worksBalbir Singh2018-08-271-2/+2
| | | |
* | | | Merge pull request #609 from mamcmanus/masterJustin Mayer2018-09-011-1/+1
|\ \ \ \ | | | | | | | | | | Using HTTPS for Brutalist submodule instead of SSH
| * | | | Using HTTPS for submodule instead of SSHMatt McManus2018-08-301-1/+1
| | | | |
* | | | | Merge pull request #608 from mamcmanus/masterJustin Mayer2018-08-302-0/+3
|\| | | | | |/ / / |/| | | Add Brutalist theme as submodule
| * | | Added gitignore to theme and removed system generated filesMatt McManus2018-08-271-0/+0
| | | |
| * | | Added brutalist themeMatt McManus2018-08-272-0/+3
|/ / /
* | | Merge pull request #606 from oulenz/grid_focusJustin Mayer2018-07-121-0/+3
|\ \ \ | | | | | | | | Add Grid Focus theme as submodule
| * | | add grid focus themeOliver Urs Lenz2018-07-121-0/+3
|/ / /
* | | Merge pull request #578 from pop/fix-mnmlist-loop-errorJustin Mayer2018-07-051-5/+5
|\ \ \ | | | | | | | | Fix mnmlist theme`loop` build error
| * | | Fix mnmlist `loop` build error.Elijah Caine2017-12-121-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes this error: CRITICAL: UndefinedError: 'loop' is undefined make: *** [Makefile:65: html] Error 1
* | | | Merge pull request #604 from alexandrevicenzi/masterJustin Mayer2018-06-241-0/+0
|\ \ \ \ | |_|_|/ |/| | | Update Flex to 2.2.0
| * | | Update Flex to 2.2.0.Alexandre Vicenzi2018-06-241-0/+0
|/ / /
* | | Merge pull request #596 from southernprogrammer/masterJustin Mayer2018-05-061-0/+0
|\ \ \ | | | | | | | | Updated the blueidea submodule to match the latest commit.
| * | | Updated the blueidea submodule to match the latest commit.Bryan Price2018-05-051-0/+0
|/ / /
* | | Merge pull request #508 from pedrohdz/clean_blog_contentJustin Mayer2018-04-063-18/+36
|\ \ \ | | | | | | | | pelican-bootstrap3: Add PADDED_SINGLE_COLUMN_STYLE setting
| * | | Added PADDED_SINGLE_COLUMN_STYLE settingPedro H2018-04-013-18/+36
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `PADDED_SINGLE_COLUMN_STYLE` allows the main page content to be centered with padding on the sides. This setting takes precidence over `HIDE_SIDEBAR`, `ABOUT_ME`, and `AVATAR`, hiding the sidebar completely when `PADDED_SINGLE_COLUMN_STYLE` is set to `True`. Also cleaned up how the `class`es are assigned in the main content div. Things were starting to get unreadable in there IMHO.
* | | Merge pull request #591 from yamalcaraz/masterJustin Mayer2018-04-061-1/+1
|\ \ \ | |/ / |/| | Fix link for MathJax source
| * | Fix include new link for Mathjax source. Old source now not workingYam Alcaraz2018-03-141-1/+1
|/ /