Christian Oliff
5b8a9de8eb
HTTPS Twitter short link ( #2001 )
2018-12-19 08:02:41 -05:00
Michael Rose
9de7eab353
Allow sidebar navs with custom sidebar content
...
Multiple sidebar navs can also be included on a page:
```
sidebar:
- title: Navigation 1
nav: nav1
- title: Navigation 2
nav: nav2
```
Fixes #1986
2018-12-04 14:17:54 -05:00
Eric Fung
f4f6e32cc3
Fix function name for Google Custom Search ( #1983 )
...
fbafe58e40b1bd4a2628aef1eb5955ab57dcfaf4 renamed the function in the
scripts file, but did not rename the call sites.
2018-12-03 08:38:33 -05:00
Justin Rummel
82e9aee6a8
Change remaining schema.org markup to https
( #1978 )
2018-11-27 09:07:51 -05:00
Kulbhushan Chand
1a88b6a24a
Changed schema.org to secure links (https) ( #1969 )
2018-11-25 20:47:47 -05:00
Lars Olesen
8a03ffb439
Add Google Drive as video provider ( #1967 )
2018-11-25 20:40:54 -05:00
Michael Rose
a2620d34f6
Add support for utterances ( #1966 )
...
* Add support for utterances
* Add utterances config documentation
* Update CHANGELOG and history
Close #1909
2018-11-21 14:59:14 -05:00
Maxime Michel
8fd8a0ff3d
Use privacy aware embed options for YouTube & Vimeo ( #1964 )
2018-11-21 14:06:26 -05:00
Kulbhushan Chand
dbec2b9975
Added missing ref attribute ( #1959 )
...
As suggested by @mmistakes in https://github.com/mmistakes/minimal-mistakes/issues/1948#issuecomment-439888193
2018-11-20 14:23:07 -05:00
Michael Rose
7d257e4e8b
Fix FontAwesome script
...
ref #1922
2018-11-14 10:54:18 -05:00
Michael Rose
2cd757e601
Add crossorigin
attribute to FontAwesome script
...
ref #1922
2018-11-14 10:11:00 -05:00
Alex Malaszkiewicz
d786c190c7
Add rel attribute to social media links in author profile and fotter ( #1924 )
2018-11-13 09:37:14 -05:00
Léo Grange
d0ee15eb5c
add integrity hash for Font Awesome script ( #1922 )
...
* add integrity hash for Font Awesome script
As the script is loaded from an external CDN (use.fontawesome.com), its integrity must be ensured mainly for security reasons.
This hash must be updated together with the exact version of Font Awesome, as given on their website.
* Update to FontAwesome 5.5.0
2018-11-13 09:34:54 -05:00
Paul Fioravanti
98d518817f
Revert caching for comments and analytics. Fixes #1905 ( #1907 )
2018-10-23 10:32:41 -04:00
Michael Rose
e704cd40d4
Cache "static" includes to improve build performance ( #1874 )
...
* Add jekyll-include-cache plugin
* Cache "static" includes to improve build performance
* Update CHANGELOG and history
"Static" refers to those includes that don't rely on data passed from the page content.
2018-10-04 15:48:26 -04:00
Maxime Michel
4bd6efc323
Allow custom Staticman endpoints ( #1845 )
2018-09-21 09:49:58 -04:00
Christian Oliff
2f1b8f3321
Update algolia-search-scripts.html ( #1836 )
...
not needed for HTML5 and saves a few bytes by removing
2018-09-16 18:18:46 -04:00
Christian Oliff
adfbe8622b
Remove unneeded HandheldFriendly and MobileOptimized meta tags ( #1837 )
...
Fixes : #1835
2018-09-16 18:16:47 -04:00
Christian Oliff
fe67efdee8
Update Font Awesome to latest version ( #1830 )
2018-09-16 18:13:50 -04:00
Michael Rose
a95fae0155
Properly apply relative_url
filter to internal links in header overlay actions
array
2018-09-11 11:42:21 -04:00
Michael Rose
90f5a98406
Remove deprecated base_path
include helper
2018-09-11 09:58:22 -04:00
Michael Rose
1504379168
Improve footer link flexibility
...
Deprecate hardcoded footer links in favor or new `footer.links` array for any link and in any order. All of Font Awesome's icons are available for use.
```
footer:
links:
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/username "
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/username "
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
url: "https://instagram.com/username "
```
2018-09-10 15:06:50 -04:00
Michael Rose
42de7a56fc
Improve author link flexibility
...
Deprecate social networking links in `_config.yml` in favor or new `author.links` array for any link and in any order. All of Font Awesome's icons are available for use.
```
author:
links:
- label: "Your Website"
icon: "fas fa-fw fa-link"
url: "https://your-site.com "
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/username "
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/username "
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
url: "https://instagram.com/username "
```
Fixes #1581
2018-09-10 15:05:07 -04:00
Michael Rose
68df0b6b63
Add header actions
array support for multiple call to action links
...
```
header:
overlay_image: /assets/images/unsplash-image-1.jpg
og_image: /assets/images/page-header-og-image.png
caption: "Photo credit: [**Unsplash**](https://unsplash.com )"
actions:
- label: "Learn More"
url: "https://unsplash.com "
```
Fixes #1461
2018-09-10 11:04:06 -04:00
Michael Rose
833ab3933d
Add support to gallery helper for defining column layout
...
e.g. `{% include gallery id="gallery" layout="half" caption="2 column gallery caption" %}
Fixes #1821
2018-09-10 10:24:24 -04:00
Michael Rose
07411719a0
Update jekyll-toc to v1.0.5
2018-08-15 09:38:22 -04:00
Luc Sarzyniec
f5c33989c8
Fix: use relative links for menu items when possible ( #1783 ) ( #1784 )
2018-08-13 08:00:39 -04:00
Brian Exelbierd
3c48a2ed02
Allow time to be shown with a header image overlay ( #1756 )
...
Fix `read_time` logic in header image overlay
2018-07-24 10:43:54 -04:00
Christian Oliff
89d3cb3d02
Update font awesome ( #1754 )
...
* Update scripts.html
* update to 5.2.0
REF: https://github.com/FortAwesome/Font-Awesome/releases
2018-07-24 10:38:49 -04:00
Christian Oliff
9a94fb0f96
update Font Awesome ( #1711 )
...
REF: https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md
2018-06-22 14:26:47 -04:00
David Tomaschik
53d1063c17
Include a default title_separator ( #1701 )
...
The current code prevented any separator being included when site.title_separator was unset.
2018-06-11 08:17:03 -04:00
GwonHyeok
70bff53a41
fix typo in seo template ( #1687 )
...
naver-site-verification to naver_site_verification
2018-06-04 12:10:27 -04:00
Michael Rose
648254b2b5
Add support for captioning images in feature row helper
...
Use `image_caption` YAML front matter to assign a caption to the feature image, Markdown is allowed.
Close #1440
2018-05-15 15:41:45 -04:00
Michael Rose
9b17ac9856
Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes
2018-05-15 14:46:03 -04:00
user414
3a817c2bdb
Implement feature #1652 google custom search support. ( #1667 )
...
Implement feature #1652 google custom search support. For now we only support the look and feel "results only" and the engine must be set to use that layout. Add a google section to the search providers and search_form and search layout.
Close #1652
2018-05-15 14:42:10 -04:00
Christian Oliff
28ef6b07d7
update Font Awesome ( #1668 )
...
REF: https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md
2018-05-11 12:47:42 -04:00
Michael Rose
fa0acf455f
Fix "Back to Top" links
...
Pages that use header overlays were missing `#page-title` anchors on the `<h1>` element.
2018-05-08 10:40:42 -04:00
Michael Rose
7092d4301e
Update Font Awesome to 5.0.12
2018-05-03 15:51:06 -04:00
Bruno Coelho
13b2969bb8
Add option to anonymize analytics ip address ( #1636 )
...
* Add option to anonymize analytics ip address
* Add option to anonymize analytics ip address in google tag
2018-05-03 14:27:03 -04:00
Christian Oliff
ac2b8db6b3
Update Font Awesome to v5.0.11 ( #1620 )
...
* Update Font Awesome to v5.0.10
https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md
* Update scripts.html
2018-05-03 14:24:25 -04:00
Michael Rose
2248a4b1ba
Add conditionals for showing reCaptcha keys in form
2018-03-30 18:39:54 -04:00
Christian Oliff
2c03e688f8
Update Font Awesome ( #1605 )
...
REF: https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md
2018-03-29 12:34:02 -04:00
Michael Rose
d9bf5025f3
Use relative_url
filter
2018-03-20 16:16:42 -04:00
Michael Rose
d6605146ac
Add posts, categories, category, tags, tag, and collection layouts
...
Replace sample pages with hard coded HTML and Liquid in favor of a layout that does all the heavy lifting. Assign the appropriate `layout` via YAML Front Matter and away you go.
2018-03-20 12:45:28 -04:00
Michael Rose
c8226a32a6
Replace absolute_url
with relative_url
...
Where it makes sense replace asset paths and navigation related paths with `relative_url` filter.
Leave SEO related `<head>` elements and social sharing links as `absolute_url`.
Fixes #1588
2018-03-20 11:35:36 -04:00
Matías E. Fernández
79d0b75683
Add support for Google Analytics with global site tag (gtag.js) ( #1563 )
...
For documentation see https://developers.google.com/analytics/devguides/collection/gtagjs/
and https://support.google.com/analytics/answer/7538414 .
2018-03-12 19:27:42 -04:00
Christian Oliff
04716862b0
Update Font Awesome JS to 5.0.8 ( #1561 )
...
REF: https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md
2018-03-12 19:22:30 -04:00
Christian Oliff
b99592bad0
Update Font Awesome JS to 5.0.7 ( #1555 )
2018-03-01 11:30:19 -05:00
Christian Oliff
abfefd920d
https link to realfavicongenerator.net ( #1539 )
2018-02-21 07:41:00 -05:00
Michael Rose
acdd3443de
Add Algolia search provider ( #1531 )
...
* Support Lunr and Algolia search providers
* Document search providers and configuration
* Update CHANGELOG and history
close #1416
2018-02-16 14:20:42 -05:00