Commit Graph

2972 Commits

Author SHA1 Message Date
9ffaf41d20 Fix two misdirections 2024-06-25 22:55:58 +08:00
ded2d87b2b Replace '[dir=rtl] &' with CSS logical properties where it makes sense 2024-06-25 22:49:22 +08:00
97f0f35498 Update CHANGELOG and history 2024-06-25 19:54:17 +08:00
621529aaf2 Add RTL Support (#4886)
Signed-off-by: Hamed Faramarzi <hamed.faramarzi@gmail.com>
Co-authored-by: Hamed Faramarzi <hamed.faramarzi@gmail.com>
Co-authored-by: iBug <git@ibugone.com>
2024-06-25 19:50:25 +08:00
ef5018ee6f Add missing Polish translation (#4890) 2024-06-24 05:08:34 +08:00
12ae094b8a Change the link it is redirecting to - Fix ahref issue (#4882)
ahref is warning about this since the link redirects to the new path
2024-06-24 05:04:28 +08:00
93022d6432 Update CHANGELOG and history 2024-06-15 17:54:54 +08:00
1e6bcecb5a Release 4.26.2 💎 2024-06-15 17:53:30 +08:00
784efffcd1 Update CHANGELOG and history 2024-06-15 17:52:26 +08:00
b82680b103 Allow overriding HTML lang on a per-page basis (#4862)
The W3C [recommends](https://www.w3.org/International/questions/qa-html-language-declarations) to specify language using identifiers as per [RFC 5646](https://tools.ietf.org/html/rfc5646) which uses dashes.
2024-06-15 17:51:28 +08:00
7b6b45055c Update CHANGELOG and history 2024-06-10 02:57:57 +08:00
02342c919a feat: add Czech localization (#4866) 2024-06-10 02:56:05 +08:00
5b203f46c4 changelog: Clarify #4841 only triggers with popup=true 2024-05-27 01:08:33 +08:00
ff56bc2bd6 assets/css/main.scss: Add trailing newline 2024-05-16 22:37:48 +08:00
4efb8638c4 _includes/figure: Replace remove:<p> with strip_html, fix #4841 2024-05-15 00:46:41 +08:00
536e89d174 Update CHANGELOG and history 2024-05-10 18:00:49 +08:00
1a85a28685 Release 4.26.1 💎 2024-05-10 17:59:50 +08:00
be3c046acf Actually 3 B's in "dribbble" 2024-05-07 14:21:28 +08:00
573f286971 Limit "auto scroll ToC" to Chromium-based 2024-05-07 14:20:45 +08:00
70462d0e16 Rewrite social icons SCSS with a loop 2024-05-06 21:37:40 +08:00
9dce68d58a Oops, fixed the typo the wrong way 2024-05-06 21:28:05 +08:00
4c3ada478a Fix typo: dribbble → dribble
seems like nobody uses it anyways
2024-05-06 21:22:06 +08:00
438710da82 Disable copy button for bad pre blocks 2024-05-06 21:16:04 +08:00
4f76c2546a Try fixing copy button flying out 2024-05-06 21:06:32 +08:00
14e3fa2b28 Add success indicator for code block copy button 2024-05-06 01:20:41 +08:00
dc965c5bbe Release 4.26.0 💎 2024-05-05 19:54:28 +08:00
accc82a03b Add "new in v4.26.0" in documentation 2024-05-05 19:50:50 +08:00
148349b029 Update CHANGELOG and bundle exec rake 2024-05-05 19:44:28 +08:00
0527e17354 Add "copy to clipboard" button for code blocks (#2812)
* Add copy-to-clipboard button and JS

* Ignore line numbers if present

* Rewrite heading permalink code to use vanilla JS

* README: Add credits to zenorocha/clipboard.js (MIT License)

@iBug really wants a place here in the Credits section :P

* Add .no-copy for hiding the button, update docs

* Add td.rouge-code to selectors

* Fix navigator.clipboard branch

* Add screenreader text for copy button

* Restore focus to the button after copying

* Add site-wide enable switch
2024-05-05 19:43:24 +08:00
c76813f6f5 Remove "sticky sidebar" JS in favor of CSS media queries 2024-05-05 18:23:01 +08:00
4364fb73f5 Cleanup seo.html and update CHANGELOG 2024-05-05 18:13:23 +08:00
dfaac405f0 Fix SEO title when it contains a vertical bar (#3113)
* Do not markdownify title

* Support markup in titles

* Support markup in titles

* Fix seo.html as reviewed

* seo_title is now unconditionally computed

---------

Co-authored-by: iBug <git@ibugone.com>
2024-05-05 18:07:23 +08:00
9c386c5509 Update CHANGELOG and bundle exec rake 2024-05-05 17:36:35 +08:00
2f5e771072 Split schema to a separate include file (#3085)
* Make changes to schema easier

* Only show on one page not on all pages

* Move schema.html to _includes/ and move the URL guard out

---------

Co-authored-by: iBug <git@ibugone.com>
2024-05-05 17:35:22 +08:00
16103c6d49 Remove overlay and revert X to hamburger icon when popup disappears (#3958)
the `.hidden-links` popup disappears after you move the cursor out of it.
However, the white overlay on the screen does not disappear, as well as the `x` nav button on the top-right, remains as is.
Now when you click anywhere on the screen the popup appears again, and the `x` nav button turns back to a hamburger menu button.

And when you click on the hamburger menu, the popup disappears. now it's happening the exact opposite.

To remedy this, the pop up menu as well as the `x` nav button should also return back to normal once the popup disappears.

This commit fixes this issue.
2024-05-05 17:34:12 +08:00
bf66a5c345 Update CHANGELOG and history 2024-05-05 17:28:01 +08:00
ceeda03132 Add target attribute for navigation link (#3056) 2024-05-05 17:12:37 +08:00
f1ffad4b5e Update CHANGELOG and history 2024-05-05 17:05:01 +08:00
162f659f61 Add popup parameter for figure include (#3119) 2024-05-05 17:03:40 +08:00
adae207d17 Revert f3c617f on _includes/figure to make way for #3119 2024-05-05 17:02:09 +08:00
4b08acb115 Update CHANGELOG and history 2024-05-05 16:45:18 +08:00
d240efaa7c Merge branch 'master' of GitHub:mmistakes/minimal-mistakes 2024-05-05 16:45:03 +08:00
0378a31f53 Update Social Sharing links section (#4066)
* Update 10-layouts.md

Update social sharing section for appropriate Reddit example and resource locations.

* Update as reviewed

---------

Co-authored-by: iBug <git@ibugone.com>
2024-05-05 16:44:40 +08:00
d47d62f695 Update CHANGELOG and history 2024-05-05 16:30:51 +08:00
64b1d429a4 Multiple Sidebar Nav Lists (#2843)
Co-authored-by: Tom Manner <tsmanner@us.ibm.com>
Co-authored-by: iBug <git@ibugone.com>
2024-05-05 16:29:54 +08:00
244eff763a bundle exec rake js 2024-05-05 15:28:01 +08:00
25ce47de8c Rakefile: Add jQuery to uglify targets
Regression of 0b8b5230f
2024-05-05 15:27:23 +08:00
256e626503 Merge categories and tags layout into _includes/posts-taxonomy.html 2024-05-05 14:13:28 +08:00
1d3fd5d7d6 Update README 2024-05-05 05:54:53 +08:00
f8ea22fdb8 Update CHANGELOG and history 2024-05-05 05:53:41 +08:00