Commit Graph
100 Commits
Author SHA1 Message Date
Timothy Lin c31a4f0aa1 fix: allow summary and tag to be optional for rss 2021-07-04 16:10:41 +08:00
TimothyandGitHub ffd36e96db Merge pull request #95 from DoctorDerek/patch-1
chore: fix typo
2021-06-29 09:09:24 +08:00
TimothyandGitHub 7586a8d764 Merge pull request #88 from timlrx/next11
Upgrade nextjs and tailwind dependencies
2021-06-23 18:56:35 +08:00
TimothyandGitHub 1bfd8c0da4 Merge pull request #85 from aloisdg/patch-1
Use deconstructed slug
2021-06-23 17:29:04 +08:00
TimothyandGitHub 5603b0e236 Merge pull request #83 from DLevai94/patch-2
Remove /404 & /blog/[...slug] from sitemap
2021-06-20 23:04:11 +08:00
TimothyandGitHub 360ddfcc09 Merge pull request #82 from aloisdg/patch-1
Simplify string interpolation
2021-06-20 22:28:47 +08:00
TimothyandGitHub 70ac88bac8 Merge pull request #73 from Music47ell/master
Swap convertStringToHTML with html-escaper
2021-06-19 18:55:37 +08:00
TimothyandGitHub 464ab08c69 Merge pull request #71 from Teng/UnexpectedFile
Remove Unexpected File
2021-06-18 18:28:42 +08:00
TimothyandGitHub c0d2b8e542 Merge pull request #69 from DLevai94/patch-1
Add convertStringToHTML function to prevent RSS encoding issues
2021-06-16 23:58:03 +08:00
Timothy Lin 5945a72491 fix: patch vercel bug which directs user to index.xml 2021-06-09 23:37:58 +08:00
TimothyandGitHub b44e209385 fix: missing && 2021-05-29 17:49:29 +08:00
Timothy Lin 5cbb16381d 0.3.4 2021-05-29 17:27:53 +08:00
Timothy Lin 5784d38829 chore: update katex version 2021-05-29 17:23:34 +08:00
TimothyandGitHub 654589b5cc Merge pull request #59 from timlrx/feat/pagination
Feat/pagination
2021-05-29 17:04:05 +08:00
Timothy Lin fd4c7033c7 chore: remove redundant wordCount, readingTime contains word count 2021-05-29 16:45:10 +08:00
Timothy Lin e9befb035d chore: remove unnecessary provider and dependencies 2021-05-29 16:39:40 +08:00
Timothy Lin 2e5a3a5a9a fix: render paginate only if more than 1 page 2021-05-29 16:13:01 +08:00
Timothy Lin 88096a536b fix: restore search for blog page 2021-05-29 16:08:22 +08:00
TimothyandGitHub 89d21c3a59 Merge pull request #56 from timlrx/fix/slug-path
fix: slug links for nested posts
2021-05-26 19:21:49 +08:00
Timothy Lin 52ff63576b fix: slug links for nested posts 2021-05-26 19:20:24 +08:00
Timothy Lin 3c3cb9cbeb fix: start script to work with tailwind jit 2021-05-25 23:46:09 +08:00
Timothy Lin 9b042636f5 0.3.3 2021-05-23 13:03:28 +08:00
Timothy Lin 5cee35a189 chore: fix readme badge links 2021-05-23 12:55:28 +08:00
Timothy Lin 4302662e34 chore: add social badges to readme 2021-05-23 12:47:28 +08:00
TimothyandGitHub ba417aadf0 Merge pull request #53 from timlrx/fix/jit
fix: jit config
2021-05-23 12:20:44 +08:00
Timothy Lin d36a4aad91 fix: jit config 2021-05-23 11:49:22 +08:00
TimothyandGitHub 159ecd7d2b Merge pull request #49 from DoctorDerek/fix-error-if-twitter-undefined-in-siteMetadata
fix: make siteMetadata.twitter optional to fix TypeError
2021-05-20 09:21:28 +08:00
TimothyandGitHub 8dbcf16fc2 Merge pull request #47 from ahmadbilalse/fix-theme-toggle
fix: correct invalid theme toggle on first load
2021-05-17 11:24:10 +08:00
TimothyandGitHub a7ad8ad2c6 Merge pull request #44 from timlrx/fix/windows
fix: windows compatible file path
2021-05-11 22:50:00 +08:00
Timothy Lin 3c2720a84b fix: windows compatible file path 2021-05-11 22:34:26 +08:00
TimothyandGitHub 6880a4d49f Merge pull request #42 from DoctorDerek/run-prettier
chore: prettier
2021-05-11 22:00:43 +08:00
735c954e72 Feat/sub-route (#38)
* blog subroute support
* docs: update readme and blog

Co-authored-by: mrhut10 <ahut10@gmail.com>
2021-05-08 13:58:57 +08:00
TimothyandGitHub a8b302b8af Merge pull request #36 from timlrx/nextjs-10.2
Nextjs 10.2 with automatic webfont optimization
2021-05-01 10:37:12 +08:00
TimothyandGitHub 6d6099fc7b Merge pull request #34 from Music47ell/master
Fix a typo in ListLayout and PostLayout
2021-04-27 08:17:19 +08:00
TimothyandGitHub 3863b82138 Merge pull request #33 from saqibameen/patch-1
Fix typo
2021-04-27 08:16:26 +08:00
TimothyandGitHub 582800c156 Merge pull request #28 from DoctorDerek/update-husky-to-v6-round-3
Update husky to v6
2021-04-20 23:15:36 +08:00
TimothyandGitHub 20bb7ac8ee chore: use npx no-install 2021-04-20 23:15:10 +08:00
TimothyandGitHub 5629338ea9 Merge pull request #31 from wozniaklukasz/add-eslint-react-hooks
add installed but missing eslint-plugin-react-hooks to .eslintrc
2021-04-20 23:14:02 +08:00
TimothyandGitHub aecee3d5fd Merge pull request #24 from DoctorDerek/update-gitattributes
Update .gitattributes
2021-04-15 23:16:01 +08:00
TimothyandGitHub c85a97a843 Merge pull request #23 from DoctorDerek/upgrade-husky-v4-to-v6-latest
Update husky (^4.3.7) to latest (^6.0.0)
2021-04-13 10:00:38 +08:00
TimothyandGitHub fbda3e5724 Merge pull request #22 from DoctorDerek/enable-react-strict-mode
Enable React Strict Mode in next.config.js
2021-04-13 10:00:09 +08:00
TimothyandGitHub baaf011630 Merge pull request #19 from DoctorDerek/Create-.gitattributes
Create .gitattributes
2021-04-07 07:59:07 +08:00
TimothyandGitHub 4cab6b381a Merge pull request #18 from DoctorDerek/upgrade-tailwind-jit
Upgrade Tailwind to 2.1.1 keeping jit (Just in Time) engine enabled per https://blog.tailwindcss.com/tailwindcss-2-1
2021-04-07 07:49:49 +08:00
TimothyandGitHub 75de95005d Merge pull request #15 from cauachagas/master
Update KaTeX
2021-04-06 08:26:35 +08:00
TimothyandGitHub 7a07996e3a Merge pull request #14 from timlrx/upgrade
update dependencies
2021-04-02 22:51:59 +08:00
TimothyandGitHub 72c099cae6 Merge pull request #10 from kohei-m-88/patch-1
Update SEO.js
2021-03-26 21:04:52 +08:00
TimothyandGitHub e4add7f35e Merge pull request #9 from CypressKuo/master
Hide social link icons automatically and fix useTheme hydration mismatch
2021-03-22 22:32:17 +08:00
TimothyandGitHub bfbc69eaf9 Merge pull request #6 from DoctorDerek/patch-1
Improve Windows compatibility for npm run analyze
2021-03-16 08:49:39 +08:00
TimothyandGitHub dc522f0442 Merge pull request #5 from aperezl/master
Add support to Locale Date String
2021-02-25 22:42:37 +08:00
Timothy Lin d4adde7dbc fix: post 2021-02-14 19:20:52 +08:00
Timothy Lin 4f39ec0e04 docs: update readme 2021-02-14 19:16:14 +08:00
Timothy Lin e91e6935c2 refactor: add card component 2021-02-14 18:44:13 +08:00
Timothy Lin 8b3d38cba6 feat: add title and image as link 2021-02-14 18:24:28 +08:00
Timothy Lin 9e6d435903 feat: add new projects page 2021-02-12 18:51:59 +08:00
Timothy Lin a1060a7b79 fix: tags layout in post 2021-02-12 16:40:09 +08:00
Timothy e19df894b6 fix: tag spacing 2021-02-06 16:54:20 +08:00
TimothyandGitHub 8773b3bc6f Merge pull request #4 from timlrx/fix/safari
Fix/safari
2021-02-04 08:51:35 +08:00
Timothy 146cd66f66 fix: move className to div 2021-02-04 08:50:28 +08:00
Timothy 4e8092f6b1 fix: move className from article to div 2021-02-04 08:44:28 +08:00
Timothy 1c1c30cf18 fix: move flex to seperate div 2021-02-04 08:29:07 +08:00
Timothy f43d6c3702 feat: improve search to include summary and tags 2021-01-31 10:42:05 +08:00
Timothy 84a2bceb13 fix: exclude draft posts when creating tag paths 2021-01-31 10:13:31 +08:00
Timothy Lin f666a22286 Merge remote-tracking branch 'origin/master' 2021-01-29 10:20:34 +08:00
Timothy a9bf55dbb3 fix: replace all space in slug with dash 2021-01-28 23:20:31 +08:00
TimothyandGitHub 1198ec8bff Create LICENSE 2021-01-23 09:13:32 +08:00
Timothy c9c4cb04c0 remove unused component 2021-01-20 22:57:04 +08:00
Timothy 7b2905bf07 remove publisherLogo 2021-01-20 22:51:19 +08:00
Timothy 18533065ed fix image link and xml blog path 2021-01-19 22:03:09 +08:00
Timothy fb82bc71e7 add twitter:image meta tag for blog posts 2021-01-19 21:46:20 +08:00
Timothy 2b2ea2747c fix broken rss guid and link 2021-01-19 21:40:24 +08:00
Timothy 95da0d0e63 fix image meta logic 2021-01-18 23:47:17 +08:00
Timothy 18fd946172 update images meta 2021-01-18 23:41:48 +08:00
Timothy 2de139030f add lastmod and images field to metadata and seo 2021-01-18 22:56:34 +08:00
Timothy d3f6716917 add compose guide 2021-01-18 21:49:59 +08:00
Timothy 021eaac193 fix rss link 2021-01-18 21:40:18 +08:00
Timothy d8bf33db91 fix readme formatting 2021-01-17 23:50:15 +08:00
Timothy ad2c562ff1 add demo blog 2021-01-17 23:46:18 +08:00
Timothy 977a50adc1 add convenience compose script 2021-01-17 11:16:25 +08:00
Timothy 0403eb24a8 refactor formatSlug logic 2021-01-16 18:38:45 +08:00
Timothy 8f646e3429 improve handling of draft posts 2021-01-16 18:36:25 +08:00
Timothy fdda4c2042 use custom kebabcase function 2021-01-16 18:07:08 +08:00
Timothy 6f90fc50db fix seo 2021-01-13 22:39:56 +08:00
Timothy 9965355e45 add tag routes to sitemap 2021-01-13 20:17:09 +08:00
Timothy 1c2f40424b add tag based rss feed 2021-01-13 18:35:20 +08:00
Timothy 89020e4308 exclude xml files 2021-01-13 18:34:50 +08:00
Timothy c24276e54a fix button link 2021-01-12 23:43:25 +08:00
Timothy f5b68672eb lint and format 2021-01-12 23:35:36 +08:00
Timothy 126e30393b modify link 2021-01-12 22:50:10 +08:00
Timothy 347a9ae593 add custom 404 page 2021-01-12 22:47:03 +08:00
Timothy c5564cd8d9 fix bugs and update post 2021-01-12 00:16:01 +08:00
Timothy e3636bf286 fix bug in post 2021-01-12 00:08:00 +08:00
Timothy 256b283d2c add readme and intro post 2021-01-11 23:57:49 +08:00
Timothy f2f0729003 add readme and intro post 2021-01-11 23:57:24 +08:00
Timothy 279f7d2ff7 add author tag for linkedin 2021-01-10 18:52:30 +08:00
Timothy 525e26826a add author tag for linkedin 2021-01-10 18:34:30 +08:00
Timothy 50b839f465 improve article og seo 2021-01-10 18:20:53 +08:00
Timothy c90f1159ca fix main image seo 2021-01-10 17:50:44 +08:00
Timothy 6a0a6e9530 update seo 2021-01-10 17:35:37 +08:00
Timothy 8cb73bff1d change to Link component 2021-01-10 16:57:47 +08:00
Timothy fba98a0b74 fix twitter and github post links 2021-01-10 16:55:38 +08:00