73 Commits

Author SHA1 Message Date
a54226801c Merge branch 'custom-social' 2025-09-05 22:46:15 +10:00
5392098d00 feat: add custom social links
- add custom type for social.links. User can set type = custom with id
  as a custom URL.

  [[social.links]]
    type = "custom"
    id = "https://example.com/"
    icon = "fab fa-github"
2025-09-04 21:33:17 +10:00
508f8ed841 fix: update layouts to add hugo.IsMultilingual
- Update layouts/partials/language-selector.html to add
  hugo.IsMultilingual for multilanguage support to hide drop down menu
- Update layours/partials/sidebar.html to add hugo.IsMultilingual to
  hide language icon.
2025-09-03 21:10:01 +10:00
geekifan
83d24c4127 release: v1.0.2 2025-06-05 16:06:08 +08:00
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
5e13298a65 fix(taxonomy): ensure category existence check before accessing parameters
Updated the category terms layout to check for the existence of the "categories" parameter before attempting to access its length, preventing potential errors.
2025-06-05 16:06:08 +08:00
geekifan
c58e328fe7 fix(layout): update post filtering to use correct type
Changed the filtering criteria for posts in the layout from "Section" to "Type" to ensure accurate post retrieval.
2025-06-05 16:06:08 +08:00
geekifan
37bb9cb449 fix: correct footer link 2025-05-12 11:48:49 +08:00
geekifan
84b2dcc881 fix: wrong tags path 2025-05-11 22:34:47 +08:00
geekifan
d414da8975 fix: wrong viewport meta content 2025-05-11 22:28:23 +08:00
geekifan
ae513d5e9e fix: remove jekyll search js 2025-05-11 20:43:41 +08:00
geekifan
aa903325c4 fix: update comment parameters for consistency in comment partial 2025-05-11 18:53:34 +08:00
geekifan
5ca8472fb7 feat: add 404 error page layout and update topbar for 404 handling 2025-05-11 18:18:48 +08:00
geekifan
f615f3bd8a fix: update permalink handling in subpath setting 2025-05-11 17:58:59 +08:00
geekifan
2f11aac0b8 fix: missing comments partial in post layout template 2025-05-10 12:18:28 +08:00
geekifan
65dfecb590 feat: support i18n author and global author 2025-05-10 12:03:05 +08:00
geekifan
9b6309688f refactor: rename filepath shortcode 2025-05-10 12:02:07 +08:00
geekifan
30c585558d fix: apply plainify filter to post description for better formatting 2025-05-07 12:09:32 +08:00
geekifan
623f913912 feat: support self host static assets 2025-05-07 11:27:15 +08:00
geekifan
752315f1db feat: add image render hook 2025-05-06 18:27:41 +08:00
geekifan
409003f2bf fix: use 'mailto:' in sidebar email button 2025-05-05 14:54:12 +08:00
geekifan
eafc6e8f17 fix: wrong post count in categories 2025-05-03 13:12:55 +08:00
geekifan
3e62b36e0f use heading render hook instead of refactor 2025-04-29 11:14:55 +08:00
geekifan
8bdf964087 use codeblock render hook instead of refactor 2025-04-29 10:41:08 +08:00
geekifan
483debe717 use table render hook instead of refactor 2025-04-28 21:55:12 +08:00
geekifan
63f87d1887 feat: language alias 2025-04-28 18:44:34 +08:00
geekifan
85d0199301 rename refractor-content to refactor-content 2025-04-28 18:12:15 +08:00
geekifan
4d6af29e3e support codeblocks with chirpy style 2025-04-28 18:10:45 +08:00
geekifan
1002146574 add comment system 2025-04-28 12:12:58 +08:00
geekifan
f8bac2186a remove tags in index layout 2025-04-28 11:32:21 +08:00
geekifan
79d78f23a3 update index layout 2025-04-28 11:31:56 +08:00
geekifan
0557d58100 fix: fix an issue of sidebar for page menu 2025-04-28 11:15:32 +08:00
geekifan
3add1fd106 support multilingual search 2025-04-27 21:11:17 +08:00
geekifan
f15cda3a11 fix: use relLangURL in the category page 2025-04-27 20:27:08 +08:00
geekifan
e93d7e907d add language selector 2025-04-27 18:25:23 +08:00
geekifan
fb01f5b43d fix multilingual compatibility of refractor 2025-04-27 18:24:28 +08:00
geekifan
9c9f002965 add multilingual support 2025-04-27 16:17:45 +08:00
geekifan
c98caead19 add opengraph twitter_cards and schema 2025-04-27 14:43:58 +08:00
geekifan
071214d1f3 add mathjax 2025-04-27 11:35:06 +08:00
geekifan
495e1c1b1e add filepath shortcode and reorganize shortcodes 2025-04-27 11:34:43 +08:00
geekifan
482d1eba06 update footer platform 2025-04-27 10:58:30 +08:00
geekifan
f3f00934a7 fix width of sidebar icons 2025-04-27 10:52:41 +08:00
geekifan
ac0957bbc8 add refractor content 2025-04-27 10:45:34 +08:00
geekifan
703b9981e9 add tagline 2025-04-27 10:45:25 +08:00
geekifan
53f148732c fix: resource hints url and cached favicons 2025-04-27 10:44:43 +08:00
geekifan
1a91849431 add shortcodes 2025-04-27 10:44:10 +08:00
geekifan
54445f91e9 add analytics 2025-04-27 10:43:58 +08:00
geekifan
78bececd7d add search 2025-04-26 17:30:22 +08:00
geekifan
7399c4f7a1 wip(search): add index.json 2025-04-26 12:40:11 +08:00
geekifan
7f26f327fb add paginator 2025-04-23 15:33:28 +08:00