~xdavidwu/xdavidwu.link

d813911a — Michael Rose 5 years ago
Add styling for GFM task lists

Close #2092
1f345cd7 — Michael Rose 5 years ago
Adjust wording
7f3e34d8 — Michael Rose 5 years ago
Update CHANGELOG and history
ed38cbbf — Christian Oliff 5 years ago
Update Google Universal Analytics to load async (#2079)

31aba176 — Michael Rose 5 years ago
Update CHANGELOG
fc30fa3a — Michael Rose 5 years ago
Remove Google+

Google+ is being shutdown on April 2, 2019. Social sharing buttong, comment provider, and author link configs have been removed from the theme.

ref: https://support.google.com/plus/answer/9195133
5f186759 — Michael Rose 5 years ago
Loosen Bundler dependency for theme gem
45df29c6 — Michael Rose 5 years ago
Update CHANGELOG and history
Add missing translation of chinese (#2072)

Add missing Chinese text strings
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
Next