30e77eda9a
Fix issue #988
...
Fix Invalid Tag Page Returns Status 200 Instead of 404 #988
2024-07-31 01:01:48 +08:00
6b5287e066
Merge pull request #983 from ray-android/patch-1
...
Add website LyricsDecode.com
2024-07-30 17:21:18 +08:00
cf64f3bf02
Merge pull request #985 from ffffffffspace/abernier-patch-1
...
more BASE_PATH catches
2024-07-30 17:21:04 +08:00
f7d1e20cee
Merge pull request #978 from pmndrs/fix/timestamp-hydration
...
Fix hydration warning on blog timestamp
2024-07-30 17:02:04 +08:00
1a32fb7781
Merge pull request #977 from abernier/patch-1
...
`process.env.BASE_PATH` doc
2024-07-30 16:53:45 +08:00
2984b87c5f
Merge pull request #975 from asanchezyali/fix-invalid-dom-properties/themeSwitch
...
fix: resolve console warning when switching between light and dark modes
2024-07-30 16:52:57 +08:00
235f556900
Update siteMetadata.js
2024-07-29 00:07:24 +02:00
210f2cb75d
Add website LyricsDecode.com
2024-07-28 02:25:25 +08:00
91b427abd8
Fix hydration warning on timestamp
2024-07-20 12:53:56 -07:00
d2e32a83d4
process.env.BASE_PATH doc
2024-07-20 20:27:52 +02:00
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