Commit Graph

71 Commits

Author SHA1 Message Date
d802da0a94 Improve Windows compatibility for npm run analyze
Adding "env" before setting environmental variables makes it cross-platform (i.e. work on Windows in addition to Unix / Mac).

Tested Windows 10 x64
2021-03-15 17:39:36 -05:00
df4f013276 chore: bump up nextjs version 2021-03-15 23:50:04 +08:00
61abb262c3 feat: watch data folder for changes 2021-03-15 23:38:16 +08:00
0131149409 fix: use more specific match to replace path 2021-03-15 23:17:04 +08:00
81335f12f2 fix: remove repeated dash in compose path 2021-02-25 23:00:54 +08:00
dc522f0442 Merge pull request #5 from aperezl/master
Add support to Locale Date String
2021-02-25 22:42:37 +08:00
d43b3b4347 Add support to Locale Date String 2021-02-25 00:19:29 +01:00
d4adde7dbc fix: post 2021-02-14 19:20:52 +08:00
4f39ec0e04 docs: update readme 2021-02-14 19:16:14 +08:00
e91e6935c2 refactor: add card component 2021-02-14 18:44:13 +08:00
8b3d38cba6 feat: add title and image as link 2021-02-14 18:24:28 +08:00
9e6d435903 feat: add new projects page 2021-02-12 18:51:59 +08: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
8773b3bc6f Merge pull request #4 from timlrx/fix/safari
Fix/safari
2021-02-04 08:51:35 +08:00
146cd66f66 fix: move className to div 2021-02-04 08:50:28 +08:00
4e8092f6b1 fix: move className from article to div 2021-02-04 08:44:28 +08:00
1c1c30cf18 fix: move flex to seperate div 2021-02-04 08:29:07 +08:00
f43d6c3702 feat: improve search to include summary and tags 2021-01-31 10:42:05 +08:00
84a2bceb13 fix: exclude draft posts when creating tag paths 2021-01-31 10:13:31 +08:00
f666a22286 Merge remote-tracking branch 'origin/master' 2021-01-29 10:20:34 +08:00
a9bf55dbb3 fix: replace all space in slug with dash 2021-01-28 23:20:31 +08:00
1198ec8bff Create LICENSE 2021-01-23 09:13:32 +08:00
c9c4cb04c0 remove unused component 2021-01-20 22:57:04 +08:00
7b2905bf07 remove publisherLogo 2021-01-20 22:51:19 +08:00
18533065ed fix image link and xml blog path 2021-01-19 22:03:09 +08:00
fb82bc71e7 add twitter:image meta tag for blog posts 2021-01-19 21:46:20 +08:00
2b2ea2747c fix broken rss guid and link 2021-01-19 21:40:24 +08:00
95da0d0e63 fix image meta logic 2021-01-18 23:47:17 +08:00
18fd946172 update images meta 2021-01-18 23:41:48 +08:00
2de139030f add lastmod and images field to metadata and seo 2021-01-18 22:56:34 +08:00
d3f6716917 add compose guide 2021-01-18 21:49:59 +08:00
021eaac193 fix rss link 2021-01-18 21:40:18 +08:00
d8bf33db91 fix readme formatting 2021-01-17 23:50:15 +08:00
ad2c562ff1 add demo blog 2021-01-17 23:46:18 +08:00
977a50adc1 add convenience compose script 2021-01-17 11:16:25 +08:00
0403eb24a8 refactor formatSlug logic 2021-01-16 18:38:45 +08:00
8f646e3429 improve handling of draft posts 2021-01-16 18:36:25 +08:00
fdda4c2042 use custom kebabcase function 2021-01-16 18:07:08 +08:00
6f90fc50db fix seo 2021-01-13 22:39:56 +08:00
9965355e45 add tag routes to sitemap 2021-01-13 20:17:09 +08:00
1c2f40424b add tag based rss feed 2021-01-13 18:35:20 +08:00
89020e4308 exclude xml files 2021-01-13 18:34:50 +08:00
c24276e54a fix button link 2021-01-12 23:43:25 +08:00
f5b68672eb lint and format 2021-01-12 23:35:36 +08:00
126e30393b modify link 2021-01-12 22:50:10 +08:00
347a9ae593 add custom 404 page 2021-01-12 22:47:03 +08:00
c5564cd8d9 fix bugs and update post 2021-01-12 00:16:01 +08:00
e3636bf286 fix bug in post 2021-01-12 00:08:00 +08:00
256b283d2c add readme and intro post 2021-01-11 23:57:49 +08:00