Commit Graph

59 Commits

Author SHA1 Message Date
satnaing 619a54927f chore(dev-deps): update linting and prettier packages 2023-03-24 23:47:00 +06:30
satnaing 279bfa4a20 chore(release): 2.2.0 2023-03-16 15:02:58 +06:30
satnaing 2afdf4d82e chore(deps): update dependencies 2023-03-16 14:07:42 +06:30
satnaing 4189cfaf5e chore(deps-dev): update dev dependencies 2023-03-16 12:47:27 +06:30
satnaing 329bc22e97 build(deps): update Astro to v2.1.3 and enable type checking in dev
Bump Astro from v2.0.8 to v2.1.3. Enable TypeScript type checking during development.
2023-03-16 12:16:19 +06:30
Min Adwaita b9254c15f1 build(deps-dev): add jampack for performance optimization (#46)
Add new package "jampack" to devDependencies to optimize performance for production build.
2023-03-15 23:30:48 +06:30
Sat Naing 27507d1d78 feat: generate og images in png format (#43)
* feat: generate og images in png format

In production mode, generate og images from svg to png format.

fix #40

* refactor: update og image format from svg to png

Update OG image format in post detail to png. Update twitter og images to auto-generated dynamic og
images.
2023-03-01 18:46:42 +06:30
dependabot[bot] 9554a85289 build(deps): bump undici from 5.16.0 to 5.19.1
Bumps [undici](https://github.com/nodejs/undici) from 5.16.0 to 5.19.1.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.16.0...v5.19.1)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-16 23:27:41 +00:00
satnaing 95a12cef15 chore(release): 2.1.0 2023-02-08 17:32:39 +06:30
satnaing b5ad224402 build(deps): update minor dependencies
Bump @typescript-eslint/parser from 5.50.0 to 5.51.0. Bump satori from 0.1.2 to 0.2.3.
2023-02-08 17:27:43 +06:30
satnaing 2a7e28d916 build(deps): update patch dependencies
Bump astro from 2.0.6 to 2.0.8. Bump prettier from 2.8.3 to 2.8.4. Bump lint-staged from 13.1.0 to
13.1.1.
2023-02-08 17:17:48 +06:30
satnaing 1b7ebf675e build(deps): bump astro 2.0.4 to 2.0.6 2023-02-05 22:22:58 +06:30
Sha Mwe La a9631d0e1e feat: add ESLint and update linting errors (#26)
* Install ESLint and Astro ESLint plugin

* Configure 2 plugins

* Improve ignore files

* Add lint script

* Install astro-eslint-parser

* Add parser and fix linting errors
2023-02-02 16:24:38 +06:30
satnaing fa0849553a chore(release): 2.0.0 2023-01-31 20:25:13 +06:30
satnaing ca43fc2b84 build(deps): update patch dependencies 2023-01-31 16:08:53 +06:30
satnaing ca7d9b10e6 style: add Tailwind prettier plugin 2023-01-31 15:49:20 +06:30
satnaing 5f279b34f8 build(deps): bump astro and its packages to v2
BREAKING CHANGE: Migration of Astro to version 2
2023-01-25 15:16:12 +06:30
satnaing dc2545dd1e build(deps): bump commitizen from 4.2.6 to 4.3.0 2023-01-22 22:30:24 +06:30
satnaing 19836e9242 build(deps): bump @types/react from 18.0.26 to 18.0.27 2023-01-22 22:27:40 +06:30
satnaing 41d85111ad Revert "build(deps): bump @astrojs/rss to 2.0.0"
This reverts commit 9840cf7b66.
2023-01-19 12:35:12 +06:30
satnaing 9840cf7b66 build(deps): bump @astrojs/rss to 2.0.0 2023-01-15 16:34:37 +06:30
satnaing 3799246e12 build(deps): update minor dependencies 2023-01-15 15:00:48 +06:30
satnaing bcf0b0c1ca build(deps): update patch dependencies 2023-01-15 14:45:33 +06:30
dependabot[bot] c18b057a1e build(deps): bump json5 from 2.2.1 to 2.2.3
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-09 06:16:34 +00:00
satnaing dae9bfd16c chore(release): 1.4.0 2022-12-28 10:21:20 +06:30
Sat Naing ce3f1dc4a0 feat: generate dynamic og image for blog posts (#15)
* feat: add dynamic og image using satori
* feat: add og card styling
* feat: add dynamic paths for ogTitle
* feat: add default og url
* ci: change config site url for testing purpose
* fix: update original auto-generate og image style
* refactor: move ogImage jsx inside generateOgImage
* fix: add conditions for filtering draft posts & ogImages
* build: update minor and major dependency updates
* build: update site option in config file
2022-12-28 09:09:57 +06:30
satnaing 6dfff9eb32 chore(release): 1.3.0 2022-12-07 11:22:48 +06:30
satnaing 69e6af84a0 build: update minor and batch dependencies
Update astro 1.6.12 to 1.6.13, commitizen 4.2.5 to 4.2.6, lint-staged 13.0.4 to 13.1.0.
2022-12-07 11:22:21 +06:30
satnaing bbd3c00a09 chore(release): 1.2.1 2022-12-03 00:36:12 +06:30
satnaing 9243a88f57 build: update patch dependencies
Update astro and @types/react
2022-12-03 00:35:28 +06:30
satnaing ea49594b33 chore(release): 1.2.0 2022-11-28 23:13:57 +06:30
satnaing c3a6e4e81d build: update prettier package 2022-11-28 18:25:57 +06:30
satnaing 3b0ab7555f build: update minor dependencies 2022-11-28 17:56:28 +06:30
satnaing 34953144af chore(release): 1.1.3 2022-11-11 21:40:38 +06:30
satnaing 33d209852f chore(release): 1.1.2 2022-11-04 10:39:46 +06:30
satnaing c1df953a35 chore: update astro patch version (1.6.1 -> 1.6.2) 2022-11-02 22:31:01 +06:30
satnaing e7807ab94e fix: fix missing TailwindCSS dependency
fix #6
2022-11-02 21:52:54 +06:30
satnaing af56d8461b chore(release): 1.1.1 2022-10-30 21:12:58 +06:30
satnaing e4e4c91947 chore: update astro version to 1.6.1 2022-10-29 16:30:01 +06:30
satnaing b3005ef2c7 chore: update @astro/react version to 1.2.2 2022-10-29 16:15:43 +06:30
satnaing 81b80e6543 chore: update @astro/rss patch version 2022-10-29 16:12:10 +06:30
satnaing fc2c1f9fbe chore: update husky patch version 2022-10-29 16:08:06 +06:30
satnaing cdb451a63e chore: bump @astro/tailwind version to 2.1.1 2022-10-29 16:04:54 +06:30
satnaing 3697a59f1a chore: move '@types/react' to dev dependencies 2022-10-28 15:41:00 +06:30
satnaing ddd0e3a953 chore(release): 1.1.0 2022-10-18 23:43:20 +06:30
Sat Naing cc4068ffab chore: add github-slugger types package 2022-10-16 23:54:10 +06:30
Sat Naing 48687dc032 chore: update package lock 2022-10-16 23:29:44 +06:30
Sat Naing a62344a9ff chore: remove eslint and its plugins 2022-10-16 21:41:27 +06:30
Sat Naing 80aee6bedb chore: add husky and lint-staged packages 2022-10-16 21:37:00 +06:30
Sat Naing d6dd8185f2 chore: add prettier, eslint and related plugins 2022-10-16 20:34:21 +06:30