Commit Graph
853 Commits
Author SHA1 Message Date
TimothyandGitHub 152e8b2462 Merge pull request #750 from hominsu/main
chore: add v2 examples
2023-11-06 10:23:01 +08:00
TimothyandGitHub b2735779bf Merge pull request #753 from talhatahir/main
Add thetalhatahir.com
2023-11-06 10:22:16 +08:00
Romstar 06338b334b Closes #757. Added return notFound() to app/blog/[...slug]/page.tsx instead of under construction so that missing pages return 404s and default error page 2023-11-05 21:18:52 -05:00
talhatahir e8b192f310 Add thetalhatahir.com 2023-11-03 23:37:22 +05:00
Homing So e331fa5b08 chore: add v2 examples
Signed-off-by: Homing So <homingso@foxmail.com>
2023-11-01 23:54:20 +08:00
TimothyandGitHub 12b4ed236f Merge pull request #749 from curt-mitch/a11y-score-boost
Accessibility improvement: match aria-label to tag text for "read more" links
2023-11-01 13:50:42 +08:00
Curtis Mitchell b7705c0d9f Match aria-label to tag text 2023-10-31 16:36:41 -07:00
TimothyandGitHub dbb52da729 Merge pull request #748 from dlarroder/main
docs: move dalelarroder.com to v2 examples
2023-10-31 21:34:42 +08:00
Dale LarroderandGitHub dacfe6a92c Update README.md 2023-10-31 20:22:41 +08:00
TimothyandGitHub 47bfef0276 Merge pull request #743 from SangeetAgarwal/patch-1
chore: update readme to mention remix-run alternative
2023-10-19 22:53:26 +08:00
Sangeet AgarwalandGitHub ee78ed3fae chore: update readme to mention remix-run alternative
Add a mention to Remix-run alternative per conversation https://github.com/timlrx/tailwind-nextjs-starter-blog/discussions/710#discussioncomment-7321796
2023-10-19 08:29:40 -04:00
TimothyandGitHub e820966d28 Merge pull request #742 from timlrx/fix/head
upgrade to next 13.5.6
2023-10-19 10:46:37 +08:00
Timothy Lin f6e9ca4323 upgrade to next 13.5.6 2023-10-19 10:43:55 +08:00
TimothyandGitHub c3f1586fd8 Merge pull request #741 from timlrx/fix/head
fix: remove unused head.tsx
2023-10-19 10:16:33 +08:00
Timothy Lin 01413828b1 fix: remove unused head.tsx 2023-10-19 10:12:36 +08:00
TimothyandGitHub bfa921dcc3 Merge pull request #740 from BenjaminLesne/fix/prettier-plugin-tailwindcss-not-used
fix prettier-plugin-tailwindcss not being used
2023-10-19 10:05:06 +08:00
Benjamin Lesne 65ee7833fe ran prettier on layouts directory 2023-10-18 20:16:51 +02:00
Benjamin Lesne c9ae2edb93 ran prettier with new config on components directory 2023-10-18 14:50:19 +02:00
Benjamin Lesne 3c7e2c5c53 fix prettier-plugin-tailwindcss not being used 2023-10-18 14:41:02 +02:00
TimothyandGitHub 89dc81fb79 Merge pull request #734 from timlrx/timlrx-astro-readme
Add link to astro template
2023-10-13 10:58:48 +08:00
TimothyandGitHub 6d4d2b569b Add link to astro template 2023-10-13 10:57:58 +08:00
TimothyandGitHub 09c65bdff3 Merge pull request #733 from ttys3/fix-rss-last-build-date
fix: use sort posts for rss, fix lastBuildDate
2023-10-13 10:51:34 +08:00
ttyS3 d754ca9dfd fix: use sort posts for rss, fix lastBuildDate 2023-10-12 01:05:45 +08:00
TimothyandGitHub 102e1fee7f Merge pull request #725 from jktrn/main
Add enscribe.dev to V2 examples
2023-10-05 11:41:25 +08:00
Jason 572baeeac6 Add enscribe.dev to V2 examples 2023-10-01 13:41:56 -07:00
Timothy Lin 7f645810f4 2.0.2 2023-09-26 10:46:14 +08:00
TimothyandGitHub 76de3970db Merge pull request #718 from timlrx/update/next-13.5.3
update to next 13.5.3
2023-09-26 10:44:16 +08:00
Timothy Lin 862f73ab73 update to next 13.5.3 2023-09-26 10:35:21 +08:00
TimothyandGitHub b7655a2d50 Merge pull request #717 from timlrx/fix/themeswitch
fix: revert to use resolvedTheme
2023-09-26 10:30:41 +08:00
Timothy Lin 7d8443152e fix: revert to use resolvedTheme 2023-09-26 10:23:31 +08:00
TimothyandGitHub 90c3a671cc Merge pull request #716 from timlrx/fix/lson-ld
Remove authors field in ld+json
2023-09-26 10:21:53 +08:00
Timothy Lin ae36330d46 fix: remove redundant authors ld+json field 2023-09-26 10:17:04 +08:00
Timothy Lin 0ae7921c7b fix: include authors in ld+json 2023-09-26 10:07:48 +08:00
TimothyandGitHub 038bd1d49f Merge pull request #715 from dishs/main
bugfix: Fix for missing image in ld+json blob
2023-09-26 10:06:10 +08:00
Dushyant Singh 516d123640 bugfix: Fix for missing image in ld+json blob 2023-09-22 16:54:42 -07:00
TimothyandGitHub 2cd0c8184a Merge pull request #708 from L4ys/main
fix: sort posts in tags page
2023-09-08 15:49:32 +08:00
Lays a06efea2cb chore: run prettier for tags page 2023-09-08 15:45:27 +08:00
TimothyandGitHub 01e33572b7 Merge pull request #707 from rabbyalone/rabbyalone-patch-1
Added Rabby Hasan's blog ref into readme
2023-09-08 15:36:51 +08:00
Lays 669d821b80 fix: sort posts in tags page 2023-09-03 21:45:13 +08:00
Md Rabby HasanandGitHub fe323c702b Added Rabby Hasan's blog ref into readme 2023-09-03 16:04:51 +06:00
TimothyandGitHub fef559b247 Merge pull request #706 from timlrx/docs/mdx-component
docs: add example on creating a mdx chart component
2023-09-01 18:34:49 +08:00
Timothy Lin 5b7661721c docs: add example on creating a mdx chart component 2023-09-01 17:21:23 +08:00
TimothyandGitHub 27e48f5087 Merge pull request #705 from PrabhuKiran8790/patch-1
added Prabhu's Blog link
2023-08-29 11:23:48 +08:00
Prabhu Kiran KondaandGitHub 87a7fd85f5 added Prabhu's Blog link 2023-08-28 21:11:58 +05:30
TimothyandGitHub cc4e17d5b1 Merge pull request #701 from rareyesdev/fix/include-drafts-in-tag-data-during-development
fix: include drafts in tag data during development
2023-08-28 10:46:17 +08:00
Alejandro ReyesandGitHub 8cc036a88f fix: include drafts in tag data during development 2023-08-27 00:07:13 -07:00
TimothyandGitHub ef87df56a0 Merge pull request #700 from rareyesdev/fix/draft-state-during-development
fix: remove hardcoded check for draft in development
2023-08-27 12:44:27 +08:00
Alejandro ReyesandGitHub d2ae32835e fix: hardcoded check for draft in development 2023-08-26 17:04:18 -07:00
Timothy Lin 4b4147c077 2.0.1 2023-08-25 20:43:55 +08:00
TimothyandGitHub 52d3aa9cef Merge pull request #697 from timlrx/enhance/kbar
Bump package versions and enhance kbar
2023-08-25 21:59:07 +08:00