Commit Graph

1105 Commits

Author SHA1 Message Date
0aab8b55cf fix: update sample posts 2021-07-04 14:47:39 +08:00
5af6209e5a feat: resolve mdx imports relative to components dir 2021-07-04 12:36:26 +08:00
58ec53d19d Merge pull request #97 from Music47ell/v1
refactor: use formatDate util
2021-06-29 23:12:52 +08:00
26f0379afa refactor: use formatDate util 2021-06-29 16:55:42 +03:00
e701b6a52a chore: update package-lock 2021-06-29 18:25:50 +08:00
fbd68ec616 feat: add rehype-prism-plus and docs 2021-06-29 18:09:37 +08:00
ffd36e96db Merge pull request #95 from DoctorDerek/patch-1
chore: fix typo
2021-06-29 09:09:24 +08:00
1b6497d8c4 chore: fix typo
flatternArray -> flattenArray
2021-06-28 14:52:58 -05:00
3087e78496 Merge pull request #93 from Music47ell/v1
Add JSON-LD with Article structured data support
2021-06-27 11:15:07 +08:00
331461be12 Fix and issue when authorDetails prop is empty 2021-06-26 15:34:34 +03:00
e92b7d2737 Use authorDetails to pull JSON-LD authors names 2021-06-26 14:35:27 +03:00
f7cda6f536 feat: add micromark 3 compatible code title parser 2021-06-26 18:50:49 +08:00
553722750e feat: use mdx-bundler 2021-06-26 18:46:45 +08:00
8d16a0c255 Pull JSON-LD authors from frontMatter 2021-06-25 23:14:49 +03:00
0f844ff636 refactor: use image component 2021-06-25 11:02:33 +08:00
179366a1b0 Remove property alt
It's not recognized for an object of type ImageObject
2021-06-24 19:59:23 +03:00
aa493147da Fix Unspecified Type in JSON-LD structured data 2021-06-24 19:49:40 +03:00
9c1299dcfe Add JSON-LD with Article structured data support 2021-06-24 19:38:56 +03:00
cbaade5c7e chore: sync with master v0.4.0 2021-06-24 00:02:00 +08:00
e4d6487cdf 0.4.0 2021-06-23 23:35:17 +08:00
7586a8d764 Merge pull request #88 from timlrx/next11
Upgrade nextjs and tailwind dependencies
2021-06-23 18:56:35 +08:00
a66dc53240 chore: remove unused next-compose-plugins 2021-06-23 18:51:05 +08:00
e89977db49 chore: lint more folders 2021-06-23 18:45:21 +08:00
c479867650 chore: update to next 11 and tailwind 2.2 2021-06-23 18:32:29 +08:00
1bfd8c0da4 Merge pull request #85 from aloisdg/patch-1
Use deconstructed slug
2021-06-23 17:29:04 +08:00
e68f6c38b1 Use deconstructed slug 2021-06-22 22:15:05 +02:00
04ad7617de feat: replace next-seo with custom header 2021-06-22 23:51:41 +08:00
5603b0e236 Merge pull request #83 from DLevai94/patch-2
Remove /404 & /blog/[...slug] from sitemap
2021-06-20 23:04:11 +08:00
8920e8425a add /blog to pages 2021-06-20 16:47:56 +02:00
360ddfcc09 Merge pull request #82 from aloisdg/patch-1
Simplify string interpolation
2021-06-20 22:28:47 +08:00
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