Commit Graph

14 Commits

Author SHA1 Message Date
Luks17 4a03558650 fix: update tailwind base styles config (#116) 2023-09-26 02:04:11 +06:30
satnaing e486687610 feat: upgrade to astro v3
Upgrade to astro v3. Update dependencies. Fix codes and features due to migration.

BREAKING CHANGE: Astro v3

resolve #111
2023-09-26 02:04:11 +06:30
satnaing 26ecd173dd fix: #72 replace SITE.website with a URL in astro.config site value
Using SITE.website in astro.config.mjs causes the problem . Thus, change back to the original url string in site value of .

Closes: #72
2023-07-20 16:30:02 +06:30
satnaing 4fe508462e refactor: replace astro.config site value with SITE.website 2023-03-16 14:58:26 +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
Sat Naing fcda70706a Update markdown code block theme => one-dark-pro 2022-09-23 21:35:47 +06:30
Sat Naing d48a0d12e1 Add sitemap integration 2022-09-22 22:47:30 +06:30
Sat Naing 5e534e65b2 Add remark-toc and remark-collapse packages 2022-09-17 13:56:59 +06:30
Sat Naing 98e4e17310 Add react integration 2022-09-15 22:00:41 +06:30
Sat Naing dae1945257 Update site option of config to cloudflare pages site 2022-09-13 22:54:59 +06:30
Sat Naing 7ca133b529 Add site config for canonical url 2022-09-12 22:38:51 +06:30
Sat Naing 147d934e97 Add custom base style of Tailwind 2022-09-08 21:42:09 +06:30
Sat Naing 3d1b24fc36 Add TailwindCSS integration 2022-09-08 20:43:42 +06:30
Sat Naing 44cf5afeba Initial commit from Astro 2022-09-08 19:20:34 +06:30