78 Commits

Author SHA1 Message Date
llovvoll
ed0bb9a83c fix: eslint warning 2022-02-07 10:02:57 +08:00
Alexander Zeilmann
e6dde6c617 Replace Google Fonts with Fontsource 2022-02-01 09:20:15 +01:00
Timothy Lin
2eaac5ae31 prettier tailwind 2022-01-31 23:58:10 +08:00
Timothy Lin
ad93cf6242 chore: move scroll-smooth to document 2021-12-27 16:46:49 +08:00
Timothy Lin
4e563ed151 fix: do not generate rss if no valid posts 2021-12-15 17:09:53 +08:00
Timothy
e48573e2bf
Allow default theme to be customized from config file (#292)
* feat: customize default theme

Co-authored-by: llovvoll <Rick.Jiang@aol.com>
2021-12-15 16:48:16 +08:00
Francis
795d596012
Lint changes 2021-12-06 09:36:34 -05:00
Francis
d059a564e5 Add Klaviyo to Newsletter options.
Hey 👋 !

Full disclosure, I work for Klaviyo! With that said, I am using this template for my own website and thought I would contribute to the repo if you don't mind!
2021-12-05 14:54:00 -05:00
Timothy Lin
55cbecfe3a fix: do not load socketio for next dev 2021-11-19 00:12:26 +08:00
Timothy Lin
cc2ecb1c3b feat: add custom next-remote-watch 2021-10-17 16:13:09 +08:00
Timothy Lin
db32d86f59 chore: remove console log 2021-09-11 16:41:22 +08:00
Timothy Lin
897ebfe0ec feat: add blog newsletter form 2021-09-11 16:36:59 +08:00
Timothy Lin
4e7630ad16 style: adjust newsletter component style 2021-09-10 22:50:32 +08:00
Timothy
a96c9cc14e
Merge pull request #196 from GautierArcin/feature/add_newsletter
feat: add newsletter
2021-09-10 21:17:07 +08:00
Gautier Arcin
b2a77f900d fix: minor style fix 2021-09-10 14:41:01 +02:00
Gautier Arcin
02a801cfd8 fix: minor fix newsletter 2021-09-10 14:32:18 +02:00
Gautier Arcin
8b1b0c20bb fix: working convertkit API 2021-09-09 10:18:57 +02:00
Timothy Lin
a30b452920 feat: add separate stylesheet for prismjs code block theme 2021-09-07 00:05:56 +08:00
Gautier Arcin
9a9faeb015 feat:convert && fix:api 2021-09-02 20:02:58 +02:00
Gautier Arcin
c27c6752c9 feat: initial version newsletter 2021-09-02 10:17:34 +02:00
Gautier Arcin
ced3cd5f6b wip 2021-08-19 16:10:42 +02:00
Gautier Arcin
95697e2491 feat: chimpunk 2021-08-18 17:33:15 +02:00
Ahmet ALMAZ
9a663dc961 refactor: add CommonSEO component 2021-08-12 18:43:24 +03:00
Ahmet ALMAZ
e44c49914f refactor: add taxonomy option to seo component 2021-08-10 19:43:38 +03:00
Gautier Arcin
d1264d132a fix: rss tags 2021-08-09 20:55:52 +02:00
Timothy Lin
afbc2d9c66 feat: toc for blog post 2021-08-06 22:13:30 +08:00
Timothy Lin
91d2d40144 feat: add analytics component 2021-07-28 23:25:05 +08:00
Timothy Lin
c50abde4fa docs: update readme and posts 2021-07-11 23:35:19 +08:00
Timothy Lin
e66018ba56 fix: use feed.xml instead of index.xml 2021-07-11 23:03:27 +08:00
Timothy
0fcb9fc90c
Merge pull request #96 from timlrx/mdx-bundler
feat: mdx-bundler and xdm
2021-07-04 15:23:40 +08:00
Ahmad Al Maaz
26f0379afa refactor: use formatDate util 2021-06-29 16:55:42 +03:00
Timothy Lin
0f844ff636 refactor: use image component 2021-06-25 11:02:33 +08:00
Timothy Lin
04ad7617de feat: replace next-seo with custom header 2021-06-22 23:51:41 +08:00
Timothy Lin
2c0d11d414 feat: easy customization of theme color 2021-06-19 17:40:01 +08:00
Timothy Lin
644acb788b chore: sync with v0.3.4 2021-05-29 17:52:13 +08:00
Timothy Lin
5784d38829 chore: update katex version 2021-05-29 17:23:34 +08:00
Timothy
654589b5cc
Merge pull request #59 from timlrx/feat/pagination
Feat/pagination
2021-05-29 17:04:05 +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
Ahmad Al Maaz
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
Timothy Lin
670522ebe5 docs: add blog post for v1 2021-05-26 20:11:55 +08:00
Timothy Lin
900669acfd refactor: use MDXLayoutRenderer component 2021-05-26 19:36:56 +08:00
Timothy Lin
52ff63576b fix: slug links for nested posts 2021-05-26 19:20:24 +08:00
Timothy Lin
8914349256 feat: add MDXLayoutRenderer component 2021-05-26 00:11:20 +08:00
Timothy Lin
ed290bfcdd feat: support multi-author blog post 2021-05-18 23:46:30 +08:00
Timothy Lin
b380a6f15a feat: map author details to blog post 2021-05-16 15:56:39 +08:00
Timothy Lin
84f00d6fc6 feat: add AuthorLayout template 2021-05-16 15:36:01 +08:00
Timothy Lin
f3e83619cc feat: create author data template 2021-05-16 15:22:04 +08:00
Helder Burato Berto
5e36f320df
feat: upgrade next-mdx-remote
* chore: upgrade packages

Updating packages:
- "@mapbox/rehype-prism": "^0.6.0"
- "image-size": "1.0.0"
- "next-seo": "4.24.0"
- "remark-code-titles": "0.1.2"
- "remark-footnotes": "^3.0.0"
- "eslint-config-prettier": "^8.3.0"
- "globby": "11.0.3"
- "lint-staged": "^11.0.0"
- "remark-stringify": "9.0.1"

* feat: upgrade next-mdx-remote

It adds MDXRemote and serialize breaking changes

Read more at https://github.com/hashicorp/next-mdx-remote/releases/tag/3.0.0

* fix: downgrade remark-math and rehype-katex
2021-05-11 22:05:33 +08:00