aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #738 from srininara/gtag-supportJustin Mayer2023-04-033-14/+18
|\
| * gtag supportSrinivas Narayanan2022-10-132-14/+15
| |
| * feat(pelican-bootstrap3): added readtime supportSrinivas Narayanan2019-11-021-0/+3
| |
* | 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
| |/
* / Upgrade to jquery-3.4.1James Addison2019-10-211-2/+2
|/
* 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
|
* 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.
* 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 #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.
* / Fix include new link for Mathjax source. Old source now not workingYam Alcaraz2018-03-141-1/+1
|/
* Fix FLATTR_ID renderingPaul Schwendenman2017-11-121-1/+1
|
* Fix VK sidear logoKirill K2017-10-101-1/+1
|
* Add readme changesKirill K2017-10-101-7/+12
|
* Add js to base templateKirill K2017-10-101-0/+4
|
* Show source support added in pelican-bootstrap3Chris Ramsay2017-09-104-0/+31
|
* Adds DNT meta so that Twitter doesn't track usMike Lissner2017-09-051-0/+1
| | | | | | | | | As explained on this page, this meta tag prevents Twitter from using your webpage to track people: https://dev.twitter.com/web/overview/privacy#what-privacy-options-do-website-publishers-have Generally speaking, this is the kind of tracking that nobody expects. Nobody thinks that by going to *my* website, which shows some tweets, that Twitter will be tracking them. Let's turn that off by default. Hopefully this isn't controversial.
* Merge pull request #513 from offdutypirate/add-gitlab-non-squareJustin Mayer2017-09-041-1/+1
|\ | | | | Pelican-Bootstrap3: Add GitLab to non-square icon list
| * Add gitlab to non-square icon in pelican-bootstrap3Jon Moore2017-05-121-1/+1
| | | | | | | | This commit adds gitlab to the list of non-square icons in pelican-bootstrap3.
* | Pelican-Bootstrap3: Change MathJax CDN link to HTTPSJustin Mayer2017-09-041-1/+1
| |
* | Merge pull request #518 from hlapp/patch-1Justin Mayer2017-09-041-1/+1
|\ \ | | | | | | Fix copyright year to 2014
| * | Fixes copyright year to 2014Hilmar Lapp2017-05-301-1/+1
| |/ | | | | | | | | | | See hlapp/cc-tools#3 for the corresponding change in the original source repo. I recognize this is a minuscule change, but the year 1994 is simply wrong, makes no sense, and is simply an honest mistake.
* | Merge branch 'master' into archive-sidebarJustin Mayer2017-09-044-0/+41
|\ \
| * \ Merge pull request #531 from josch/authors-sidebarJustin Mayer2017-09-043-0/+24
| |\ \ | | | | | | | | pelican-bootstrap3: Add authors to sidebar
| | * | pelican-bootstrap3: Add authors to sidebarJohannes 'josch' Schauer2017-07-293-0/+24
| | |/
| * | Merge pull request #541 from theMarix/improve-i18n-configuration-documentationJustin Mayer2017-09-041-0/+8
| |\ \ | | | | | | | | Pelican-Bootstrap3: add I18N language docs clarification
| | * | Improve documentation on I18N of pelican-bootstrap3Matthias Bach2017-08-251-0/+8
| | |/
| * / Add support for Flattr domain verification to Pelican-Boostrap3Matthias Bach2017-09-012-0/+9
| |/
* / pelican-bootstrap3: Add archive to sidebarJohannes 'josch' Schauer2017-07-303-0/+25
|/
* Add instagram to non-square icon in pelican-bootstrap3 (#401)Masayuki Igawa2017-04-081-1/+1
| | | | This commit adds instagram to non-square icon in pelican-bootstrap3 theme to use it.
* pelican-bootstrap3: refactored sidebar (#466)Pedro2017-04-0820-185/+241
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is more of a proposal for refactor of the sidebar. Figured it would be easier to do and discuss in a PR than it would be an issue/ticket. These changes can be split out if only some of the ideas are accepted. It is mostly a lot cleanup and shuffling around to make it a bit more consistent. Here is a summary of the changes: - Moved all sidebar related from `includes/` and into `includes/sidebar/`. - Moved the following sections in `includes/sidebar.html` into their own files under `includes/sidebar/`: - _Social_ -> `includes/sidebar/social.html` - _Recent Posts_ -> `includes/sidebar/recent_posts.html` - _Categories_ -> `includes/sidebar/categories.html` - _Tags_ -> `includes/sidebar/tag_cloud.html` - _Series_ -> `includes/sidebar/series.html` - A whole bunch of whitespace cleanup. - Added the `DISABLE_SIDEBAR_TITLE_ICONS` configuration option. If `DISABLE_SIDEBAR_TITLE_ICONS` is set to True, none of the sidebar title icons will be displayed. - Folded in from getpelican/pelican-themes#438: Added the `SIDEBAR_ON_LEFT` configuration option, which moves the sidebar to the left side of the page. Sidebar will continue to appear on the bottom of the page on smaller screens. - Assuming getpelican/pelican#1092 worked out: - Optional include of `includes/sidebar/optional_top.html` and `includes/sidebar/optional_bottom.html` from within `includes/sidebar.html`. This would allow a user to insert sections into the sidebar. - `includes/sidebar/recent_posts.html` include articles line items via `includes/sidebar/article-li.html`. This allows customization.
* Updated pelican-bootstrap3 to be compatible with the collapsible input cells ↵Eric Carlson2017-04-083-0/+26
| | | | feature of the liquid tags ipython notebook plugin (#467)
* French translation (#476)Marc-Antoine Parent2017-04-082-0/+151
|
* Merge pull request #486 from mr-ubik/patch-1Alexis Metaireau2017-04-081-1/+3
|\ | | | | fix: pelican-bootstrap3: Update to JINJA_ENVIRONMENT in the README.md
| * Update to JINJA_ENVIRONMENTMichele "Ubik" De Simoni2017-02-071-1/+3
| | | | | | Remove the deprecated JINJA_EXTENSIONS indication in favor of the up to date JINJA_ENVIRONMENT variable
* | Merge pull request #495 from easydevmixin/catalan-translationAlexis Metaireau2017-04-083-0/+149
|\ \ | | | | | | Pelican Bootstrap3 Catalan translation
| * | Pelican Bootstrap3 Catalan translationRamon Maria Gallart2017-02-233-0/+149
| |/
* / fix typo in READMELioman2017-03-151-1/+1
|/
* Merge pull request #469 from chrismullins/update-bootstrap3-fontawesomeJustin Mayer2016-12-3110-576/+3225
|\ | | | | pelican-bootstrap3: Update FontAwesome to 4.7.0