Tom Manner
5ffad0d956
Color notices based on skin colors instead of fixed values ( #2887 )
...
* Made notice Sass color mixing in based on $background-color and $text-color instead of hard-coded black and white values.
* Made some style adjustments to notices to improve readability.
Notice links are slightly darkened from the notice color, mostly because the gray-on-gray default notice links were very hard to read. Rather than being $notice-color, they are `mix(#000 , $notice-color, 10%)`.
The notice background mix and code-background mix can now be set with the SCSS variables $notice-background-mix and $code-notice-background-mix.
The default mix for background was adjusted to 80%, from 90%.
The default mix for code-background was adjusted to 90%, from 95%.
Skins that still didn't read well were adjusted individually.
* Adjusted sunrise $notice-background-mix to 75%
* Adjusted dark theme notice background mix colors back to the default
Co-authored-by: Tom Manner <tsmanner@us.ibm.com>
2021-04-13 16:00:24 -04:00
Michael Rose
b1e4881c50
Update CHANGELOG and history
2021-04-13 15:59:28 -04:00
luweizheng
c521fe58df
Datetime format ( #2844 )
...
* datetime_format
* page__meta
* page__date
* page__date test
* update docs
* update docs
2021-04-13 15:58:37 -04:00
Michael Rose
2e05b8568b
Update CHANGELOG and history
2021-04-13 15:57:24 -04:00
Vincent Tam
2301fdf5a7
Remove all references to official public Staticman API instance. ( #2831 )
...
* Updated Staticman docs
* remove any ref to official public instance in docs
* remove fallback instance for staticman v2
left staticman v1 untouched as I dunno how to deal with that
2021-04-13 15:55:51 -04:00
Michael Rose
8a39b748c2
Update CHANGELOG and history
2021-04-13 15:54:21 -04:00
luweizheng
deaed193af
Add Baidu site verfication ( #2830 )
2021-04-13 15:53:30 -04:00
iBug
641ca6f3d8
Add note on TOC heading level issue ( #2902 )
...
https://github.com/mmistakes/minimal-mistakes/issues/2892#issuecomment-809220952
2021-03-29 08:13:27 -04:00
iBug
3d3cb58a2e
Add alt attr to site logo in masthead ( #2824 )
...
Co-authored-by: Michael Rose <mmistakes@users.noreply.github.com>
2021-03-03 10:00:20 -05:00
iBug
6e4aa384d0
Remove G-stuff CSS ( #2852 ) ( #2855 )
2021-03-03 09:39:28 -05:00
Michael Rose
c501842db8
Fix typos
2021-02-05 21:02:03 -05:00
Michael Rose
30ae2357c9
Force rebuild of demo site
2021-02-05 20:57:09 -05:00
Michael Rose
aaee7b0ac7
Update
2021-02-05 20:55:08 -05:00
Michael Rose
4556423b66
Release 4.22.0 💎
2021-02-05 20:53:57 -05:00
Michael Rose
f734cf7e99
Update CHANGELOG and history
2021-02-05 20:38:20 -05:00
Nicolas Elie
6282bd9221
Allow custom sorting for collections ( #2723 )
...
* Allow custom sorting for collections
* Update docs with custom sort of collections
* Refactoring
2021-02-05 20:37:31 -05:00
Michael Rose
29c403b3f6
Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes
2021-02-05 20:30:35 -05:00
Michael Rose
3a2075a090
Update CHANGELOG and history
2021-02-05 20:30:33 -05:00
Johannes Ganzenmüller
9be80f891f
Use sort_natural instead of custom-logic ( #2756 )
2021-02-05 20:29:06 -05:00
Michael Rose
f189e40766
Update CHANGELOG and history
2021-02-05 20:28:25 -05:00
Sean Killeen
7bb68edf03
Add toggle option for RSS feed visibility ( #2787 )
...
* add a "hide" value in config for atom
* Update footer to use param
* update header to use param
* Update docs to note configuration
* undo formatting
* use unless syntax
* unless syntax and indentation
* indentation
2021-02-05 20:26:16 -05:00
iBug
5fe4c4810d
Allow custom gradient in page header overlays ( #2806 )
...
* Allow custom gradient in page header overlays
* Update documentation
* Update CHANGELOG and history
2021-02-05 20:24:25 -05:00
Michael Rose
d585934803
Update CHANGELOG and history
2021-02-05 20:21:41 -05:00
Lars Olesen
0ec1aa1292
Upgrade Lunrjs to 2.3.9 and switch to relative_url ( #2805 )
...
* Update Lunr to 2.3.9
* Switch from absolute_url to relative_url
2021-02-05 20:20:12 -05:00
Michael Rose
923aa95c97
Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes
2021-02-05 20:17:15 -05:00
Michael Rose
20f45e1d01
Update CHANGELOG and history
2021-02-05 20:17:12 -05:00
Sean Killeen
4b29913413
Remove google's fixurl.js from example ( #2789 )
...
Unfortunately, it no longer exists.
2021-02-05 20:15:46 -05:00
Michael Rose
0fe0d83976
Update CHANGELOG and history
2021-02-05 20:15:23 -05:00
PHOENiX
784264d1e6
Add .webp to supported lightbox images ( #2788 )
2021-02-05 20:14:21 -05:00
Michael Rose
e243901e9f
Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes
2021-02-05 20:13:44 -05:00
Michael Rose
db9cff2ade
Update CHANGELOG and history
2021-02-05 20:13:39 -05:00
Uri Brecher
08c53cb804
Add hebrew translation ( #2760 )
2021-02-05 20:12:56 -05:00
Michael Rose
5d52384b85
Fix typo
2021-02-05 20:12:48 -05:00
Michael Rose
5ef9af5fe5
Update CHANGELOG and history
2021-02-05 20:11:18 -05:00
gricn
fe77557d60
Add toc_sticky parameter's description ( #2741 )
2021-02-05 20:10:08 -05:00
iBug
faf86f59e9
Update allejo/jekyll-toc to v1.1.0, skip headings without an ID ( #2752 )
...
* Update allejo/jekyll-toc to v1.1.0, skip headings without an ID
https://github.com/allejo/jekyll-toc/releases/tag/v1.1.0
* Update CHANGELOG and history
2020-12-10 14:41:57 -05:00
Michael Rose
e61476d0a9
Delete feature_request.md
2020-12-08 22:47:06 -05:00
Michael Rose
e3200acafc
Delete support.md
2020-12-08 22:46:58 -05:00
Michael Rose
f69e6cbfc4
Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes
2020-11-14 18:10:40 -05:00
Michael Rose
13a644d22c
Update CHANGELOG and history
2020-11-14 18:10:37 -05:00
Jip-Hop
48bf0d4e6c
Update 404.md ( #2737 )
...
Removed Google Search script which no longer worked.
https://github.com/mmistakes/minimal-mistakes/issues/2597
2020-11-14 18:09:04 -05:00
Michael Rose
2d813530d4
Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes
2020-11-14 18:08:18 -05:00
Michael Rose
72897524d7
Update CHANGELOG and history
2020-11-14 18:08:15 -05:00
Akhyar Rahman
2e6fe02f78
indonesian translation minor typo fix ( #2731 )
2020-11-14 18:07:24 -05:00
Michael Rose
d591b2b8d8
Update CHANGELOG and history
2020-11-14 18:06:58 -05:00
Michael Rose
64dc575476
Merge pull request #2734 from susanstevens:jekyll-include-cache
...
Update remote theme instructions
2020-11-14 18:05:52 -05:00
Susan Stevens
899050cdfa
Update remote theme instructions
...
* jekyll-install-cache gem should be added to Gemfile
2020-11-08 19:42:21 -06:00
Michael Rose
d1dd94246c
Fix Font Awesome icon color in various skins
...
Close #2724
2020-11-02 11:54:08 -05:00
Michael Rose
010825dfca
Fix heading level
2020-11-02 11:37:10 -05:00
Michael Rose
b24f69a71f
Update remote_theme
version
2020-11-02 11:36:35 -05:00