Commit Graph

11 Commits

Author SHA1 Message Date
Sat Naing 76e15b55e3 feat: add Shiki transformers for better syntax highlighting (#534)
* refactor: organize prose related styles inside nested prose

* feat: add Shiki transformers for better syntax highlighting

* chore: update blog posts using Shiki transformers

Closes #210
2025-06-13 23:08:18 +07:00
Sat Naing ad67e04666 build(deps): upgrade dependencies (#529)
* build(deps): upgrade dependencies

* fix: remove packageManager in package.json file

Closes #526
2025-06-11 18:03:22 +07:00
Frederik c7702bb715 build(deps): upgrade astro and related packages (#521)
* build(deps): upgrade astro and related packages 

* build: upgrade latest astro

---------

Co-authored-by: satnaing <satnaingdev@gmail.com>
2025-06-07 18:25:26 +07:00
Sat Naing 5cff7c50b9 feat: add global and per-post timezone support (#491)
* refactor: replace embedded svg with svg icon

* feat: add global and per-post timezone support

- add `SITE.timezone` in config to define a global default timezone.
- allow per-post timezone overrides via `timezone` in frontmatter.
- update date formatting logic to use the correct timezone when rendering timestamps.
- ensure that posts without a timezone fallback to `SITE.timezone`.
- improve consistency between local and deployed timezones.

* refactor: replace `LOCALE` constant with  `SITE.lang`

* docs: update guides

* fix: update code word-break inside markdown table

Closes #466
2025-03-22 17:21:21 +07:00
Sat Naing 9c92ba9452 build(deps): bump astro and dependencies (#484)
* build(deps): bump astro from 5.4.2 to 5.5.2

Upgrade astro and add experimental preserveScriptOrder

* build(deps): upgrade tailwind and eslint patch updates
2025-03-18 08:16:27 +07:00
satnaing 2b8dde4d64 build: upgrade dependencies and enable responsiveImages option 2025-03-08 18:21:37 +07:00
satnaing 579c29aac5 chore: remove unused fuse.js for search 2025-03-08 18:21:37 +07:00
Sat Naing 9119125643 feat!: add pagefind for static search (#458)
Replace React with pagefind for static site search
2025-03-08 18:21:37 +07:00
Sat Naing 35429176e0 refactor!: remove react dependency for UI interactions (#457)
Remove react as a dependency for UI interactions.
Update jsx components such as Search and Datetime
with astro components.
2025-03-08 18:21:37 +07:00
satnaing 846315a265 chore: remove eslint-plugin-jsx-a11y package 2025-03-08 18:21:37 +07:00
satnaing 172e14b5f4 build!: upgrade to Tailwind CSS v4 2025-03-08 18:21:37 +07:00