Michael Rose
f4ffaa2aeb
Release 4.11.2 💎
2018-05-03 19:32:48 -04:00
Michael Rose
1ab092bcd4
Release 4.11.1 💎
2018-03-20 17:30:07 -04:00
Michael Rose
5e60d2d3c5
Fix search excerpts that run together
2018-03-20 11:48:30 -04:00
Michael Rose
7239604922
Release 4.10.1 💎
2018-03-12 19:32:55 -04:00
Michael Rose
73d82964a2
Update jQuery to v3.3.1
...
Close #1491
2018-02-16 15:19:01 -05:00
Michael Rose
356c1eb093
Focus Algolia search input
2018-02-16 15:12:57 -05:00
Michael Rose
ba9079041b
Release 4.10.0 💎
2018-02-16 14:27:49 -05:00
Michael Rose
b9d9dc11bf
Release 4.9.1 💎
2018-02-05 14:41:43 -05:00
Michael Rose
527d187e82
Replace hardcoded 10
with actual button width
2018-01-10 11:45:35 -05:00
Michael Rose
046d93d05b
Add copyright and version back
2018-01-10 11:17:50 -05:00
Michael Rose
f349dff2ee
Minify lunr.js
2018-01-10 11:14:59 -05:00
Michael Rose
eaf50acea6
Release 4.9.0 💎
2018-01-04 22:52:11 -05:00
Michael Rose
267d2c96a0
Reduce white-space to trim down filesize
2018-01-04 20:52:01 -05:00
Nick Garlis
3fb63f302d
Minimize JSON data ( #1449 )
...
* Remove Lunr trimmer & bring back colons
* Add Greek Stemmer
* Translate search_placeholder_text and results_found to Greek
* Minimize JSON data
* Truncate Words
* Move store variable into a new file
* Move Lunr files into a new folder
* Add defer to lunr scripts
* Add search_full_content switch
2018-01-04 20:22:33 -05:00
Michael Rose
3e922ddf58
Upgrade Font Awesome to version 5 ( #1446 )
...
Upgrade Font Awesome to version 5 (SVG with JavaScript)
Close #1396
2018-01-04 14:27:27 -05:00
Michael Rose
e2b50a355f
Fix stuck sidebar when resizing viewport
...
Close #1447
2018-01-03 14:20:41 -05:00
Nick Garlis
6fe3b9cd1c
Add lunr-gr.js and fix lunr-en.js ( #1445 )
...
* Remove Lunr trimmer & bring back colons
* Add Greek Stemmer
* Translate `search_placeholder_text` and `results_found` to Greek
2018-01-03 12:44:37 -05:00
Michael Rose
df61273db7
Release 4.8.1 💎
2017-12-28 14:10:48 -05:00
Nick Garlis
7e6a46c447
Update Lunr ( #1419 )
...
* Update Lunr to 2.1.5
* Remove colons from query string
Fixes #1419
2017-12-28 13:56:10 -05:00
Michael Rose
c2d9791a9b
Release 4.8.0 💎
2017-12-07 10:28:54 -05:00
Michael Rose
7eb00bbd61
Feature: Incorporate site search into masthead ( #1383 )
...
* Integrate search into masthead
* Fix cutoff descenders in archive article titles
* Remove search page from `/test` site
* Enable masthead search
* Remove dedicated search page
* Fix masthead search form padding
* Improve insertion of search content
* Speed up page transition
* Add fade transition to search content
* Rename visibility class names
* Add `site.search` to _config.yml
* Document site search feature
* Update CHANGELOG and history
2017-12-07 08:56:14 -05:00
Michael Rose
7b3ddfefdf
Simplify search: true
conditionals
...
Replace `unless` tags with `where_exp` to test if `search: false`.
2017-11-28 09:30:33 -05:00
Nick Garlis
599712ed58
Add option to search in specific collections ( #1369 )
2017-11-28 08:40:12 -05:00
Louis Matthijssen
0841d49653
Fix lunar-en.js layout ( #1356 )
...
Without layout set to null a HTML template will be rendered around the
JavaScript, causing an error while loading the file in the browser.
2017-11-20 15:03:51 -05:00
Nick Garlis
fa3647172d
🔧 mistake in excerpt ( #1354 )
2017-11-20 15:00:07 -05:00
Michael Rose
19f6d32745
Replace hardcoded text with strings stored in _data
file
2017-11-15 15:50:29 -05:00
Nick Garlis
cc3b21bc86
Add Lunr Search ( #1353 )
...
* Add `search.html` layout and JavaScript
* Move `{{ content }}` before search input
* Add spaces for consistency
Close #1011
2017-11-15 14:43:31 -05:00
Michael Rose
e09753fa0a
Release 4.7.0 💎
2017-11-06 20:22:30 -05:00
Michael Rose
8dcd353e90
Release 4.6.0 💎
2017-09-12 14:59:06 -04:00
Michael Rose
58b8cf8416
Add pre
to version
2017-09-12 13:01:45 -04:00
Michael Rose
1570e85fb1
Update Magnific Popup to v1.1.0
2017-09-12 12:54:17 -04:00
Michael Rose
7845654225
Update jQuery Smooth Scroll to v2.2.0
2017-09-12 12:48:59 -04:00
Michael Rose
38c2bdbfd8
Update jQuery
...
Theme targets IE9+ allowing for using the newer/smaller version
2017-09-12 12:42:52 -04:00
Michael Rose
93c4fbc4b9
Color "skins" ( #1242 )
...
* Add YIQ Color Contrast mixin
* Remove text underline from `.btn` links
* Move YIQ variables
* Simplify button classes using YIQ color contrast mixin
- DRY up button CSS using Sass list and YIQ color contrast mixin.
- Move `color` and `background-color` to new `btn--primary` class instead of assinging on the default class. Removes the need to override them.
* Add `.btn--primary` to buttons that just had `.btn`
* Apply changes to `/docs`
* Add `.btn--primary` class
* Update CHANGELOG and history
* Add sample form
* Abstract colors away into Sass variables for easier themeing
* Add "dark" skin
* Replace hardcoded color with SCSS variable
* Invert Font Awesome icons' colors in author sidebar and footer
* Add Sass changes to `/docs`
* Use primary button type instead of inverse
* Add missing `!default` on `$muted-text-color`
* Add `contrast` and `sunrise` skin colors
* Add `dirt` skin color
* Add `air` skin color option
* Add `mint` skin color
* Add `btn--primary` class to Submit Comment button
* Set skin to `default`
* Document skin color options
* Add note about skin SCSS import
Close #1208
2017-09-12 12:01:43 -04:00
Michael Rose
dc47f82af2
Bump 💎 to 4.5.2
2017-09-06 15:14:15 -04:00
Michael Rose
1629f0e4a7
Bump 💎 to 4.5.1
2017-08-18 15:19:24 -04:00
Michael Rose
709a1e8583
Remove blank YAML Front Matter from JavaScript banner
...
- No longer needed ref: https://github.com/jekyll/jekyll/pull/5918
Ref: https://github.com/mmistakes/minimal-mistakes/issues/1158
2017-08-06 10:43:36 -04:00
Michael Rose
13e299a8f3
Release 💎 4.5.0
2017-08-04 12:41:05 -04:00
Michael Rose
6b9afaa8b7
Fix disappearing author sidebar links
...
- Close #1136
2017-08-04 11:55:10 -04:00
Michael Rose
0f2d564837
Bump version to 4.4.2
2017-07-07 15:49:17 -04:00
Michael Rose
128977691a
Toggle close button on mouseleave
...
- Close #975
2017-04-27 15:55:49 -04:00
Michael Rose
9361c53c43
Release 💎 4.4.1
2017-04-21 20:03:08 -04:00
Michael Rose
e0099ffa5a
Transition “hamburger” navicon on click to “X” navicon by adding .close
to button
...
- Close 969
2017-04-21 20:00:14 -04:00
Michael Rose
19568e95ae
Release 💎 4.4.0
2017-04-18 12:58:46 -04:00
Michael Rose
3fc1bfde26
Move SCSS partials to /_sass/minimal-mistakes
for easier CSS customization
2017-04-18 12:52:11 -04:00
Michael Rose
b6e14cbf18
Bump version to 4.3.1
2017-03-16 10:31:43 -04:00
Michael Rose
7316be4280
Bump version to 4.3.0
2017-02-28 10:42:20 -05:00
Michael Rose
b9d86f3989
Add banner text to main.min.js ( #880 )
...
- Add `---` YAML Front Matter as a workaround to allow the theme gem's version to be overridden locally.
- Adjust page scope in Front Matter default to avoid adding a layout to `main.min.js`
- Fixes #874 , Fixes #722
2017-02-28 10:06:18 -05:00
Michael Rose
9e9d26ea97
Update theme meta info
2017-02-21 10:50:57 -05:00
Michael Rose
9da56708b4
Add theme meta info
2017-02-21 10:17:09 -05:00