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
172e14b5f4
build!: upgrade to Tailwind CSS v4
2025-03-08 18:21:37 +07:00
satnaing
cc936ca5e4
build!: upgrade Astro to v5 and related packages
2025-03-08 18:21:37 +07:00
David Legrand
3efa05cc10
feat: hide posts in Prod with future pubDatetime ( #234 )
...
* Hide posts when PubDateTime is not reached
* refactor: extract filter logic into a file
* docs: update SITE config docs
---------
Co-authored-by: satnaing <satnaingdev@gmail.com >
2024-01-15 19:40:02 +06:30
Sat Naing
2827d4e7d8
refactor: replace postSlug with Astro content slug
...
* refactor: replace postSlug with Astro content slug
Remove postSlug from blog schema. Refactor articles that use postSlug. Remove slugify function from slugify util file. Replace slugify logic with Astro's content collections slug logic.
Closes : #186
* docs: update docs for removed slugify contents
* refactor: remove unused import
2023-12-27 10:20:55 +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
1fbb2d3c4d
refactor: move filtering draft to getCollection func
2023-01-29 21:25:54 +06:30
satnaing
db385b6567
refactor: update to AstroV2 and remove headings on search result
...
Update imports and types according to Astro v2 content collections. Remove headings on search result
for better search accuracy.
2023-01-28 00:58:40 +06:30
Sat Naing
20822c422a
chore: format files with prettier
2022-10-16 23:53:16 +06:30
elpekenin
a256dedb73
Change glob
2022-10-16 12:17:36 +02:00
Sat Naing
4a23a7dca7
Remove unused code
2022-09-25 21:17:15 +06:30
Sat Naing
d275f607a3
Add headings in search result
2022-09-25 19:44:36 +06:30
Sat Naing
be71f34ed5
Reposition slugify import
2022-09-25 19:08:42 +06:30
Sat Naing
00689f1cba
Add filter for draft posts
2022-09-22 23:37:09 +06:30
Sat Naing
300fd568e9
Replace env variable with SITE config object
2022-09-22 21:32:02 +06:30
Sat Naing
a95fbf99c6
Add search route page
2022-09-15 23:59:47 +06:30
Sat Naing
b791380798
Add search page and its styles
2022-09-14 22:12:49 +06:30