Commit Graph

939 Commits

Author SHA1 Message Date
56a08dadf6 fix: resolve console error when switching between light and dark modes
This commit addresses the issue where an error was logged in the console when the user switched between light and dark modes. The warning was caused by the inappropriate use of SVG tags in JSX. The solution involved correcting the SVG tag usage to comply with JSX syntax requirements.

Closes #974
2024-07-18 20:44:23 -05:00
947d3a0fa7 Merge pull request #972 from ffffffffspace/fix-favicons-basepath
fix layout `BASE_PATH` URLs
2024-07-15 23:24:16 +08:00
0ec906689e Merge pull request #968 from EmilMoe/patch-1
Support config for self hosted plausible
2024-07-15 23:10:40 +08:00
110f24a8e1 prepend BASE_PATH if here 2024-07-14 18:03:58 +02:00
e8fe853325 Support config for self hosted plausible 2024-07-13 10:10:46 +02:00
1f9c7db465 Merge pull request #962 from abernier/fix-basepath-searchjson
`searchDocumentsPath` taking `BASE_PATH` into account
2024-07-13 11:42:52 +08:00
dceb283322 Merge pull request #964 from webws/song/feature/add-site
Add blog website: blog.taoluyuan.com
2024-07-13 11:42:21 +08:00
2f1b5cab88 Add blog website: blog.taoluyuan.com 2024-07-11 23:35:35 +08:00
6acab36a5d searchDocumentsPath taking BASE_PATH into account 2024-07-10 23:08:39 +02:00
209a947206 Merge pull request #959 from abernier/patch-1
devcontainer
2024-07-10 22:32:18 +08:00
13563ff8c5 Merge pull request #958 from abernier/pages
Pages custom Actions workflow
2024-07-10 21:59:32 +08:00
8b446d30f9 Clarify features that cannot be used in static build 2024-07-10 21:55:47 +08:00
c97f7f076e Merge pull request #957 from umihico/patch-1
Allow line breaks for <a> tags to keep body width on mobile
2024-07-10 21:38:27 +08:00
405742b04f Merge pull request #950 from cxf213/patch-1
Fix button alignment in ThemeSwitch component
2024-07-10 21:36:34 +08:00
c344b157f2 Run prettier on Link.tsx 2024-07-10 21:34:54 +08:00
7a4b954801 Run prettier on theme switch 2024-07-10 21:28:18 +08:00
9f2ed5195d Merge pull request #949 from rullydamara/main
add damaraputra.my.id
2024-07-10 21:21:38 +08:00
efe4d12986 new pages workflow 2024-07-10 10:30:29 +02:00
6a7c551dce devcontainer 2024-07-07 18:10:49 +02:00
bbe62ea0b2 Allow line breaks for <a> tags 2024-07-07 11:29:07 +09:00
acc04280ee Fix button alignment in ThemeSwitch component 2024-07-01 13:42:10 +08:00
9a1065b0ac add damaraputra.my.id 2024-06-28 23:25:39 +07:00
a2fde6dc7e Merge pull request #948 from timlrx/fix/email-domain
Fix email domain validation
2024-06-23 17:50:35 +08:00
f4476ba55f Fix email domain validation 2024-06-23 17:45:11 +08:00
7501b2c135 Merge pull request #941 from vioao/post_name_support_chinese
Make post name support Non-ASCII characters
2024-06-22 17:15:53 +08:00
d9489346b9 Format with prettier 2024-06-22 16:39:20 +08:00
c6f5f6c56b Merge pull request #945 from andrew-sameh/patch-1
Added andrewsam.xyz to README.md
2024-06-22 16:29:12 +08:00
326a0f7565 Merge pull request #944 from lalugue/main
Fix Github icon title typo
2024-06-22 16:28:23 +08:00
d81f28ba3a Merge pull request #943 from Spiteless/ts.refactor_MobileNav
Refactor MobileNav to use headlessui
2024-06-22 16:27:47 +08:00
f345685f71 Merge branch 'main' into ts.refactor_MobileNav 2024-06-22 16:21:03 +08:00
3c53f5851c Merge pull request #942 from Spiteless/ts.highlight_nav_links
Add highlighting to Nav links, ThemeSwitch dropdown
2024-06-22 16:08:17 +08:00
57cee38463 Added andrewsam.xyz to readme 2024-06-21 10:18:53 +03:00
2accf84475 change Github to GitHub 2024-06-20 20:36:25 +08:00
eb88980d4e feat: Refactor MobileNav to use headlessui Dialog 2024-06-19 14:40:49 -07:00
0c2c8adb53 feat: Move close button to end of MobileNav drawer 2024-06-19 14:38:14 -07:00
a4e8b84de4 feat: Add headlessui imports 2024-06-19 14:32:32 -07:00
ee996476d0 feat: Refactor menu items with { active } to use headlessui highlighting 2024-06-19 13:26:39 -07:00
44b5637398 feat: Adapt svg classes to use color of parent, add group:hover 2024-06-19 13:19:52 -07:00
8665738d27 feat: Add hover highlight classes to Nav links and svgs 2024-06-19 13:13:48 -07:00
3044443bf1 feat: Render Blank icon if theme isn't mounted yet 2024-06-19 13:09:12 -07:00
1101b2c266 feat: Create Blank svg as placeholder while ThemeSwitch mounts 2024-06-19 13:07:13 -07:00
e35b76249c Make post name support chinese 2024-06-17 16:09:58 +08:00
3ea21afa0d Revert "Make post name support chinese"
This reverts commit b61c582259.
2024-06-17 16:09:34 +08:00
b61c582259 Make post name support chinese 2024-06-17 16:08:30 +08:00
3241ab766c feat: Add hidden class to MobileNav conditional render 2024-06-16 13:49:15 -07:00
391f4c679b Merge pull request #934 from JcobCN/main
add Jigu's blog link in README.md
2024-06-09 18:59:48 +08:00
cdb30e757f Merge pull request #935 from timlrx/update-kbar-docs
Update customize-kbar-search.md
2024-06-08 23:19:51 +08:00
e618d0846a Update customize-kbar-search.md 2024-06-08 23:19:38 +08:00
JT
1776279742 add Jigu's blog in README.md 2024-06-08 12:42:56 +08:00
ae747f9353 Merge pull request #932 from timlrx/feat/github-alerts
Add Github alerts feature
2024-06-02 22:13:10 +08:00