Commit Graph

981 Commits

Author SHA1 Message Date
271452a73c [update] update the new domain for blog site 2024-09-23 20:27:35 +08:00
250a4c50f9 Merge pull request #1023 from timlrx/fix/contentlayer-toc-type
Fix contentlayer toc type
2024-09-12 23:12:34 +08:00
c8c0d9c245 bump contentlayer to v0.5.1 2024-09-12 22:00:47 +08:00
717fe4aee3 fix toc wrong typing 2024-09-12 21:59:17 +08:00
142c14c6f3 Merge pull request #1012 from yanyao2333/main
Add decodeURI to ListLayoutWithTags
2024-09-12 21:54:20 +08:00
6db2d513a7 Merge pull request #1022 from edenreich/patch-1
Fix: syntax error
2024-09-12 21:47:29 +08:00
44353478ff Fix syntax error
Commas are not needed here
2024-09-08 19:33:20 +02:00
5b9758c0f1 Merge pull request #1015 from giovanni-orciuolo/patch-1
Add Giovanni Orciuolo blog
2024-09-04 22:13:31 +08:00
2492f08aa0 Merge pull request #1014 from armujahid/add-armujahidme
add Abdul Rauf's blog
2024-09-04 22:13:00 +08:00
f8c2719d68 Merge pull request #1002 from lappemic/add-beehiiv-info
Add beehiiv as newsletter platform
2024-09-04 22:08:03 +08:00
9aa25d5f56 Merge pull request #1007 from tadashi0713/patch-1
Update devcontainer image
2024-09-04 22:07:45 +08:00
a4aa4fd76f Add Giovanni Orciuolo blog 2024-09-02 11:49:31 +02:00
2260efe605 add Abdul Rauf's blog 2024-09-01 00:22:03 +05:00
396b13a66b add decodeURI 2024-08-27 21:07:30 +08:00
b6c6152e6c Update devcontainer image 2024-08-23 02:10:00 +09:00
81fd4bef53 Merge pull request #1001 from eltociear/patch-1
chore: update release-of-tailwind-nextjs-starter-blog-v2.0.mdx
2024-08-16 20:42:56 +08:00
d5c2978e04 Merge pull request #1000 from trillium/trillium_blog_source_update
chore: Provide blog source for Trillium blog
2024-08-16 20:42:26 +08:00
6f7b576b60 feat: add beehiiv as newsletter platform 2024-08-16 11:25:31 +02:00
53063eeb01 chore: update release-of-tailwind-nextjs-starter-blog-v2.0.mdx
specifiying -> specifying
2024-08-15 00:17:24 +09:00
465dca48e4 chore: Provide blog source for Trillium blog 2024-08-11 10:06:38 -07:00
032055580d Merge pull request #980 from atchox/main
add functionality for fixed navbar
2024-08-11 18:19:54 +08:00
3c948ccdde stacking fix 2024-08-11 09:06:30 +02:00
bb81935f0c Merge branch 'timlrx:main' into main 2024-08-11 02:03:13 -04:00
1b6f385d65 Merge pull request #995 from bensonmacharia/main
Update README.md to add website bmacharia.com
2024-08-11 12:55:03 +08:00
6a540fcd79 Merge pull request #991 from ray-android/patch-3
Resolve Issue #990
2024-08-11 12:54:54 +08:00
80bb67396e Merge pull request #989 from ray-android/patch-2
Fix issue #988
2024-08-11 12:49:58 +08:00
ff5c15e454 Update README.md to add website bmacharia.com
Update README.md to add website bmacharia.com
2024-08-07 11:33:51 +03:00
620252b856 ref fix + overflow for nav 2024-07-30 14:34:19 -04:00
f04fc9d38b Resolve Issue #990
Resolve Add Accessible Name to Theme Switcher Button #990
2024-07-31 01:14:00 +08:00
30e77eda9a Fix issue #988
Fix Invalid Tag Page Returns Status 200 Instead of 404 #988
2024-07-31 01:01:48 +08:00
d789f8055b Merge branch 'timlrx:main' into main 2024-07-30 08:39:08 -04:00
31c0776d9d prettier run 2024-07-30 08:37:51 -04: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
d1daf73bff functionality for fixed navbar 2024-07-25 01:52:13 -04: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