10 Commits

Author SHA1 Message Date
geekifan
7973ebbf9d fix(mathjax): move MathJax initialization to global scope
Updated MathJax initialization to be accessible globally by assigning it to the window object. This change ensures that MathJax is properly loaded and available for use across the application.

Additionally, added 'defer' attribute to script tags for correct loading order.
2025-06-05 16:06:08 +08:00
geekifan
ae513d5e9e fix: remove jekyll search js 2025-05-11 20:43:41 +08:00
geekifan
f615f3bd8a fix: update permalink handling in subpath setting 2025-05-11 17:58:59 +08:00
geekifan
623f913912 feat: support self host static assets 2025-05-07 11:27:15 +08:00
geekifan
eafc6e8f17 fix: wrong post count in categories 2025-05-03 13:12:55 +08:00
geekifan
071214d1f3 add mathjax 2025-04-27 11:35:06 +08:00
geekifan
370180de16 add tags and categories 2025-04-23 09:21:54 +08:00
geekifan
d24c640ab7 update post layout implementation 2025-04-22 13:45:47 +08:00
geekifan
b7f3f54f72 fix some js bugs 2025-04-22 11:09:07 +08:00
geekifan
e715cd078b update head.html 2025-04-21 22:54:23 +08:00