~xdavidwu/xdavidwu.link

7002acee β€” Michael Rose 5 years ago
Release 4.15.2 πŸ’Ž
9b1af98b β€” Michael Rose 5 years ago
Update CHANGELOG and history
8721e2fc β€” safaer 5 years ago
exit search screen with Esc key (#2055)

* exit search with esc key feature is added
* closing search screen with esc key feature is added to _main.js
d5faa3ad β€” Michael Rose 5 years ago
Fix bad YAML

Remove comma
5bec3e1b β€” Michael Rose 5 years ago
Update CHANGELOG and history
075084ab β€” Johannes 5 years ago
Updated swedish translations. (#2056)

05eb5290 β€” Michael Rose 5 years ago
Update CHANGELOG and history
9353a620 β€” Christian Oliff 5 years ago
update Font Awesome (#2053)

* update Font Awesome

REF: https://fontawesome.com/changelog/latest

* Update _includes/scripts.html

Co-Authored-By: coliff <christianoliff@yahoo.com>
8daa8262 β€” Michael Rose 5 years ago
Update CHANGELOG and history
86fe9a78 β€” Michael Rose 5 years ago
Compile main.min.js
52916d78 β€” μ •μŠΉμ› 5 years ago
[fix] syntax error of non-english character (#2042)

* Dear the make of one of the world's greatest jekyll theme.

[problem]
I found that
'Syntax Error' occurs when non-english character is included in some html elements(e.g h2, h3 ...) and 'toc' is generated based of that elements.

[debug]
Click the any element of auto generated 'toc' in the below link.
https://aliwo.github.io/swblog/series/principles_of_python/object/#%EA%B0%9D%EC%B2%B4%EC%99%80-%ED%81%B4%EB%9E%98%EC%8A%A4%EC%9D%98-%EC%A0%95%EC%9D%98

[fix]
This happens because escaped url string get right in to jquery. So I fixed it with
javascript's 'decodeURI' function! :)

* rollback unnecessary changes
e2d6d3c0 β€” Lucas Caton 5 years ago
Remove 'www' from Stack Overflow URL (#2054)

Stack Overflow is no longer including `www` in its URLs.
4d8e57a5 β€” Michael Rose 5 years ago
Update CHANGELOG, history, and docs
4ea0a18d β€” Hermit Physicist- Aravindvenma 5 years ago
Update ui-text.yml (#2037)

Add Malayalam localized UI text strings
4beeadc6 β€” Michael Rose 5 years ago
Fix `site.logo` false positives
1205f80c β€” Michael Rose 5 years ago
Update CHANGELOG and history
afedbe79 β€” Alex Malaszkiewicz 5 years ago
Add empty `alt` attribute to img tag with logo (#2035)

* Provide empty alt attribute (alt="") for logo image, because it does not provide information
d1379f8f β€” Michael Rose 5 years ago
Fix empty `<img>` when `site_logo` is not assigned

Ref: https://github.com/mmistakes/minimal-mistakes/pull/2026#issuecomment-454809876
c74553a2 β€” Michael Rose 5 years ago
Release 4.15.0 πŸ’Ž
d2256790 β€” Evan Debenham 5 years ago
Add logo and title customization to the masthead (#2026)

* Add logo and title customization to the masthead

* Adjust config description

* Add test site logo to `/test`

* Document `site.logo` and `site.masthead_title`

* Update CHANGELOG and history
Next