Commit Graph

2605 Commits

Author SHA1 Message Date
e7687a8e15 Update FUNDING.yml 2021-06-06 12:58:25 -04:00
edd326376b Update Google Adsense 2021-05-31 13:23:01 -04:00
e2f65248b0 Enable auto ads 2021-05-31 12:55:44 -04:00
e134d13e45 Bump theme version 2021-05-14 19:36:48 -04:00
5423463ca0 Update CHANGELOG and history 2021-05-14 19:36:13 -04:00
65eb672dcc Release 4.23.0 💎 2021-05-14 19:34:33 -04:00
ee67ad9743 FIx menu toggle
ref: 
2021-05-14 19:24:11 -04:00
635b1790f3 Update stale.yml 2021-05-12 13:36:20 -04:00
4847ce3330 Update stale action 2021-05-11 10:56:37 -04:00
b0f5370ede Fix typo
Close 
2021-05-11 10:47:06 -04:00
4e2e64989f Fix Jekyll environment note in configuration documentation
Close 
2021-05-11 10:42:12 -04:00
2127655ad8 Update CHANGELOG and history 2021-05-11 10:31:41 -04:00
b0261f7c43 Update 14-helpers.md ()
Fix missing backtick.
2021-05-11 10:30:47 -04:00
68327eb69b Update 2021-05-11 10:24:00 -04:00
1ae5b070b6 Merge pull request from MoElaSec:master
Add Arabic Translation 📝
2021-05-11 10:21:28 -04:00
4710639f05 Fix typo 2021-05-11 10:19:59 -04:00
736f77c9c6 Update onchange and uglify-js dependencies 2021-05-11 10:00:36 -04:00
e1fce9fc94 Add Arabic Translation 📝 2021-04-21 18:21:10 +04:00
4259ffdd6f Update CHANGELOG and history 2021-04-13 16:12:16 -04:00
de6870743d Document user custom element hooks ()
* Added documentation for including custom CSS on a site or page

* Removed non-configuration related content from 05-configuration.md and cleaned up some style in new sections of 16-stylesheets.md

* Moved small custom head documentation to a ProTip in _docs/06-overriding-theme-defaults.md

* Cleaned up some documentation, and added some example uses of custom head and footer.

* Replace double space with single

* Replace double spaces with single

Co-authored-by: Tom Manner <tsmanner@us.ibm.com>
Co-authored-by: Michael Rose <mmistakes@users.noreply.github.com>
2021-04-13 16:10:08 -04:00
99cd379c61 Update CHANGELOG and history 2021-04-13 16:01:17 -04:00
5ffad0d956 Color notices based on skin colors instead of fixed values ()
* 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(, $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
b1e4881c50 Update CHANGELOG and history 2021-04-13 15:59:28 -04:00
c521fe58df Datetime format ()
* datetime_format

* page__meta

* page__date

* page__date test

* update docs

* update docs
2021-04-13 15:58:37 -04:00
2e05b8568b Update CHANGELOG and history 2021-04-13 15:57:24 -04:00
2301fdf5a7 Remove all references to official public Staticman API instance. ()
* 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
8a39b748c2 Update CHANGELOG and history 2021-04-13 15:54:21 -04:00
deaed193af Add Baidu site verfication () 2021-04-13 15:53:30 -04:00
641ca6f3d8 Add note on TOC heading level issue ()
https://github.com/mmistakes/minimal-mistakes/issues/2892#issuecomment-809220952
2021-03-29 08:13:27 -04:00
3d3cb58a2e Add alt attr to site logo in masthead ()
Co-authored-by: Michael Rose <mmistakes@users.noreply.github.com>
2021-03-03 10:00:20 -05:00
6e4aa384d0 Remove G-stuff CSS () () 2021-03-03 09:39:28 -05:00
c501842db8 Fix typos 2021-02-05 21:02:03 -05:00
30ae2357c9 Force rebuild of demo site 2021-02-05 20:57:09 -05:00
aaee7b0ac7 Update 2021-02-05 20:55:08 -05:00
4556423b66 Release 4.22.0 💎 2021-02-05 20:53:57 -05:00
f734cf7e99 Update CHANGELOG and history 2021-02-05 20:38:20 -05:00
6282bd9221 Allow custom sorting for collections ()
* Allow custom sorting for collections

* Update docs with custom sort of collections

* Refactoring
2021-02-05 20:37:31 -05:00
29c403b3f6 Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes 2021-02-05 20:30:35 -05:00
3a2075a090 Update CHANGELOG and history 2021-02-05 20:30:33 -05:00
9be80f891f Use sort_natural instead of custom-logic () 2021-02-05 20:29:06 -05:00
f189e40766 Update CHANGELOG and history 2021-02-05 20:28:25 -05:00
7bb68edf03 Add toggle option for RSS feed visibility ()
* 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
5fe4c4810d Allow custom gradient in page header overlays ()
* Allow custom gradient in page header overlays

* Update documentation

* Update CHANGELOG and history
2021-02-05 20:24:25 -05:00
d585934803 Update CHANGELOG and history 2021-02-05 20:21:41 -05:00
0ec1aa1292 Upgrade Lunrjs to 2.3.9 and switch to relative_url ()
* Update Lunr to 2.3.9

* Switch from absolute_url to relative_url
2021-02-05 20:20:12 -05:00
923aa95c97 Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes 2021-02-05 20:17:15 -05:00
20f45e1d01 Update CHANGELOG and history 2021-02-05 20:17:12 -05:00
4b29913413 Remove google's fixurl.js from example ()
Unfortunately, it no longer exists.
2021-02-05 20:15:46 -05:00
0fe0d83976 Update CHANGELOG and history 2021-02-05 20:15:23 -05:00
784264d1e6 Add .webp to supported lightbox images () 2021-02-05 20:14:21 -05:00