Commit Graph

53 Commits

Author SHA1 Message Date
94091a089b add new list layout 2023-07-29 12:31:36 +08:00
ceb913f767 feat: add new post banner layout 2023-07-26 17:04:56 +08:00
4278bec763 refactor tailwind typography to v3 and update styling 2023-07-25 18:58:58 +08:00
14067f2039 chore: layouts/PostLayout.tsx use main branch for editUrl 2023-07-23 23:26:33 +08:00
2a18a80fd1 chore: prettier lint 2023-07-22 16:18:02 +08:00
9b9355baed chore: tidy up some code 2023-07-16 23:42:48 +08:00
20704c9f75 sync with pliny dev 2023-07-16 18:52:51 +08:00
b6dac68f61 refactor: use metadata export for seo 2023-07-08 21:03:46 +08:00
1dfa80e8bd refactor: use mdx rsc 2023-07-08 15:23:25 +08:00
09ba0550ca refactor: migrate to rsc and app dir 2023-07-07 11:17:22 +08:00
315d667c47 Merge pull request #478 from mlevit/master
frontmatter images can now be external
2022-06-13 13:46:19 +08:00
26a7cbbedc frontmatter images can now be external 2022-06-10 00:50:23 +00:00
94f6dbe63d Fixes inconsistency in styles for divider on author and list layouts in dark mode 2022-06-09 10:26:13 -07:00
2854aa9be3 Update AuthorLayout.js
Removing unnecessary margin to center author information with author avatar.
2022-03-20 23:23:45 +03:00
2eaac5ae31 prettier tailwind 2022-01-31 23:58:10 +08:00
0359fa41bf add scroll to component 2021-09-11 19:29:54 +07:00
9a663dc961 refactor: add CommonSEO component 2021-08-12 18:43:24 +03:00
6b90542652 feat: add support for giscus, utterances, disqus 2021-07-14 23:52:46 +03:00
0fcb9fc90c Merge pull request #96 from timlrx/mdx-bundler
feat: mdx-bundler and xdm
2021-07-04 15:23:40 +08:00
0aab8b55cf fix: update sample posts 2021-07-04 14:47:39 +08:00
26f0379afa refactor: use formatDate util 2021-06-29 16:55:42 +03:00
e92b7d2737 Use authorDetails to pull JSON-LD authors names 2021-06-26 14:35:27 +03:00
cbaade5c7e chore: sync with master v0.4.0 2021-06-24 00:02:00 +08:00
e89977db49 chore: lint more folders 2021-06-23 18:45:21 +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
2c0d11d414 feat: easy customization of theme color 2021-06-19 17:40:01 +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
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
37527331d4 feat: add new post layout 2021-05-25 23:53:41 +08:00
a9170a95dd fix: make siteMetadata.twitter optional to fix TypeError 2021-05-19 14:39:36 -05:00
ed290bfcdd feat: support multi-author blog post 2021-05-18 23:46:30 +08: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
84f00d6fc6 feat: add AuthorLayout template 2021-05-16 15:36:01 +08:00
67acb0c494 Run Prettier (npx prettier --write .) 2021-05-10 17:07:13 -05:00
13c242454e Fix a typo in ListLayout and PostLayout 2021-04-26 22:49:47 +03:00
d43b3b4347 Add support to Locale Date String 2021-02-25 00:19:29 +01:00
a1060a7b79 fix: tags layout in post 2021-02-12 16:40:09 +08:00
e19df894b6 fix: tag spacing 2021-02-06 16:54:20 +08:00
146cd66f66 fix: move className to div 2021-02-04 08:50:28 +08:00
f43d6c3702 feat: improve search to include summary and tags 2021-01-31 10:42:05 +08:00
f5b68672eb lint and format 2021-01-12 23:35:36 +08:00
6a0a6e9530 update seo 2021-01-10 17:35:37 +08:00
8cb73bff1d change to Link component 2021-01-10 16:57:47 +08:00
fba98a0b74 fix twitter and github post links 2021-01-10 16:55:38 +08:00