Michael Rose
de15fb80c4
Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes
2018-10-09 17:46:38 -04:00
Michael Rose
4f21d99d56
Fix license path
2018-10-09 17:46:34 -04:00
Michael Rose
c3693656dd
Update license ( #1886 )
2018-10-09 17:44:56 -04:00
Michael Rose
91e71e3de5
Update CHANGELOG and history
2018-10-09 14:49:36 -04:00
Justin Rummel
e665944f26
Update LUNR to 2.3.3 ( #1885 )
...
Close #1882
2018-10-09 14:48:51 -04:00
Michael Rose
f932eeae3e
Update CHANGELOG and history
2018-10-09 13:55:53 -04:00
Ben McGough
05d296c247
Fix Lunr search index merging words ( #1884 )
...
Close #1883
2018-10-09 13:54:36 -04:00
Michael Rose
86d64f412c
Move jekyll-include-cache notice up
2018-10-04 23:27:49 -04:00
Michael Rose
9e8899569a
Add jekyll-include-cache to docs Gemfile
2018-10-04 20:21:36 -04:00
Michael Rose
2a323940b7
Add notice for fixing Unknown tag 'include_cached'
...
Fixes #1875
2018-10-04 20:17:37 -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
Michael Rose
c801107754
Make entire archive/feature item "clickable" ( #1864 )
...
* Make entire feature item "clickable"
Use a pseudo element on the call to action button to cover the entire feature item and make it "clickable".
* Make entire archive item "clickable"
Use a pseudo element on the `<a>` element to cover the entire archive item and make it "clickable".
* Update CHANGELOG and history
* Reference issue
2018-10-02 11:04:28 -04:00
Staticman
71df5e0112
New comment by Bobby ( #1863 )
2018-10-02 08:29:40 -04:00
Michael Rose
dcdbba835c
Change GitHub issue templates
2018-09-28 20:45:34 -04:00
Michael Rose
a7258d4fe4
Update CHANGELOG and history
2018-09-21 09:50:42 -04:00
Maxime Michel
4bd6efc323
Allow custom Staticman endpoints ( #1845 )
2018-09-21 09:49:58 -04:00
Michael Rose
6d6d738e23
Update CHANGELOG and history
2018-09-16 18:20:05 -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
Michael Rose
0a7cab0180
Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes
2018-09-16 18:17:39 -04:00
Michael Rose
a5e96659a0
Update CHANGELOG and history
2018-09-16 18:17:37 -04:00
Christian Oliff
adfbe8622b
Remove unneeded HandheldFriendly and MobileOptimized meta tags ( #1837 )
...
Fixes : #1835
2018-09-16 18:16:47 -04:00
Michael Rose
7869947455
Update CHANGELOG and history
2018-09-16 18:15:06 -04:00
Christian Oliff
fe67efdee8
Update Font Awesome to latest version ( #1830 )
2018-09-16 18:13:50 -04:00
Michael Rose
396e2ae402
Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes
2018-09-16 18:12:41 -04:00
Michael Rose
2167884cae
Update CHANGELOG and history
2018-09-16 18:12:38 -04:00
Christian Oliff
07f203bd1d
Always load Google 404 Linkhelp script over HTTPS ( #1829 )
...
Also removed unneeded type
2018-09-16 18:10:13 -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
2f40bb6403
Release 4.13.0 💎
2018-09-10 19:38:50 -04:00
Michael Rose
98682985d7
Add Romanian localized UI text strings
2018-09-10 19:06:31 -04:00
Claudiu Constantin
5b2a699a11
Update ui-text.yml with Romanian translation ( #1814 )
...
* Update ui-text.yml with Romanian translation
Added the translations for Romanian
* Update ui-text.yml
Corrected „less_than” with a proper translation for the context where it is being used
* Update docs
Added Romanian to the languages list
2018-09-10 19:04:20 -04:00
Michael Rose
f4bb3971e7
Add social icon colors for Reddit and Mastodon
2018-09-10 15:11:58 -04:00
Michael Rose
2ef2f27ab9
Update CHANGELOG and history
2018-09-10 15:11:45 -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
d082dc2a39
Fix sidebar navigation list toggle.
...
Prettier managled `@include breakpoint` media queries causing the input/checkbox toggle hack styles to go missing.
Fixes #1819
2018-09-05 15:29:45 -04:00
Michael Rose
d23a569eff
Update CHANGELOG and history
2018-09-05 15:18:56 -04:00
Michael Rose
0fe7a7af2e
Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes
2018-09-05 15:17:43 -04:00
Michael Rose
192c22a637
Place :hover
declarations after :visited
to fix hover animation
...
Fixes #1820
2018-09-05 15:16:31 -04:00
Michael Rose
174dfd1ba0
Update CHANGELOG and history
2018-09-02 12:20:50 -04:00
Michael Rose
b0ff6ef4c6
Release 4.12.2 💎
2018-09-02 12:18:51 -04:00
Michael Rose
1bebba692c
Update CHANGELOG and history
2018-09-02 12:14:36 -04:00
Michael Rose
a50c84e5d7
Add missing translation texts
2018-09-02 12:14:26 -04:00
Samplasion
ea2573fdc9
Add Italian translation for search ( #1793 )
2018-09-02 12:12:04 -04:00
Staticman
c0725e9653
New comment by Richard Rich Steinmetz ( #1796 )
2018-08-21 07:59:16 -04:00
Michael Rose
0d9978fe65
Wrap Liquid tag with {% raw %}
2018-08-15 09:55:35 -04:00
Michael Rose
8dc845e4fb
Fix TOC icon
2018-08-15 09:53:16 -04:00
Michael Rose
7ffc103437
Fix heading levels in comments section
2018-08-15 09:50:22 -04:00