Commit Graph

225 Commits

Author SHA1 Message Date
c741e0894c Remove /404 & /[...slug] from sitemap 2021-06-20 11:38:37 +02:00
076abee9e6 SImplify string interpolation
Quick refacto
2021-06-20 08:56:12 +02:00
70ac88bac8 Merge pull request #73 from Music47ell/master
Swap convertStringToHTML with html-escaper
2021-06-19 18:55:37 +08:00
322ddc4a2d docs: introduce primary theme color 2021-06-19 18:34:44 +08:00
2c0d11d414 feat: easy customization of theme color 2021-06-19 17:40:01 +08:00
0119d23567 Import escape function locally from html-escaper 2021-06-19 12:02:56 +03:00
4c1b4fbd78 Swap convertStringToHTML with html-escaper module 2021-06-18 22:19:29 +03:00
464ab08c69 Merge pull request #71 from Teng/UnexpectedFile
Remove Unexpected File
2021-06-18 18:28:42 +08:00
b930f53e7c Remove Unexpected File 2021-06-18 18:12:12 +08:00
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
b04e3f1279 Add convertStringToHTML function to prevent RSS encoding issues
When parsing descriptions and titles with characters like '&', '<', etc. feed was broken. This regex swaps these characters with their HTML entity equivalent.
2021-06-12 11:37:28 +02:00
f3a21646ab docs: update readme 2021-06-10 00:02:59 +08:00
1b3fe80295 chore: sync with master 2021-06-09 23:42:08 +08:00
5945a72491 fix: patch vercel bug which directs user to index.xml 2021-06-09 23:37:58 +08:00
48b7b86932 docs: new features in v1 blog post 2021-06-02 22:16:33 +08:00
f1ac747da6 fix: copy button position when overflow 2021-06-02 21:47:13 +08:00
66d6c62fe8 style: adjust copy button style 2021-05-29 18:10:54 +08:00
644acb788b chore: sync with v0.3.4 2021-05-29 17:52:13 +08:00
b44e209385 fix: missing && 2021-05-29 17:49:29 +08:00
5cbb16381d 0.3.4 2021-05-29 17:27:53 +08:00
5784d38829 chore: update katex version 2021-05-29 17:23:34 +08:00
654589b5cc Merge pull request #59 from timlrx/feat/pagination
Feat/pagination
2021-05-29 17:04:05 +08:00
fd4c7033c7 chore: remove redundant wordCount, readingTime contains word count 2021-05-29 16:45:10 +08:00
e9befb035d chore: remove unnecessary provider and dependencies 2021-05-29 16:39:40 +08:00
2e5a3a5a9a fix: render paginate only if more than 1 page 2021-05-29 16:13:01 +08:00
88096a536b fix: restore search for blog page 2021-05-29 16:08:22 +08:00
847f2537c3 Add pagination support (#52)
* Add pagination support

* Change posts per page value to 10

* Change /blog/1 page to be same as /blog/
Modify canonical url to reflect current page

* Conditionally render pagination component
2021-05-26 21:56:19 +08:00
670522ebe5 docs: add blog post for v1 2021-05-26 20:11:55 +08:00
900669acfd refactor: use MDXLayoutRenderer component 2021-05-26 19:36:56 +08:00
89d21c3a59 Merge pull request #56 from timlrx/fix/slug-path
fix: slug links for nested posts
2021-05-26 19:21:49 +08:00
52ff63576b fix: slug links for nested posts 2021-05-26 19:20:24 +08:00
8914349256 feat: add MDXLayoutRenderer component 2021-05-26 00:11:20 +08:00
37527331d4 feat: add new post layout 2021-05-25 23:53:41 +08:00
9a22d44439 chore: remove tailwind jit package 2021-05-25 23:53:04 +08:00
3c3cb9cbeb fix: start script to work with tailwind jit 2021-05-25 23:46:09 +08:00
9b042636f5 0.3.3 2021-05-23 13:03:28 +08:00
5cee35a189 chore: fix readme badge links 2021-05-23 12:55:28 +08:00
4302662e34 chore: add social badges to readme 2021-05-23 12:47:28 +08:00
ba417aadf0 Merge pull request #53 from timlrx/fix/jit
fix: jit config
2021-05-23 12:20:44 +08:00
d36a4aad91 fix: jit config 2021-05-23 11:49:22 +08:00
9978910cca feat: copy code button 2021-05-20 23:57:13 +08:00
c734391094 fix: update scripts to work with tailwind jit in dev 2021-05-20 23:56:44 +08:00
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
a9170a95dd fix: make siteMetadata.twitter optional to fix TypeError 2021-05-19 14:39:36 -05:00
9b51d0447d Merge branch 'master' into v1 2021-05-19 23:16:24 +08:00
ed290bfcdd feat: support multi-author blog post 2021-05-18 23:46:30 +08:00
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
a4d2d47d88 fix: correct invalid theme toggler on first load 2021-05-17 07:01:08 +07:00
41850ef6f0 chore: add 2nd author example 2021-05-16 16:06:55 +08:00
b380a6f15a feat: map author details to blog post 2021-05-16 15:56:39 +08:00