Commit Graph

21 Commits

Author SHA1 Message Date
David Legrand 0d5ea52c23 feat: add number of posts config for home page (#281)
* Add a SITE config parameter for posts in index page

* docs: update blog post for `postPerIndex` config

---------

Co-authored-by: satnaing <satnaingdev@gmail.com>
2024-07-14 16:48:49 +07:00
David Legrand 8fbb0b4d85 feat: add JSON-LD structured data (#260)
- Add author profile to SITE variables
- Add JSON-LD to Layout.astro
2024-07-14 15:06:46 +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
satnaing cd02b047d2 fix: #133 update LOCALE config to cover overall locales
Update LOCALE inside config.ts to include html lang value and datetime locale values. Updated respective files and blog post.

Closes: #133
2023-12-20 10:50:45 +06:30
Tanishq Manuja 9dcc5e1932 refactor: update site URL to be single source of truth (#143)
* wip: astro config to use .ts instead of .mjs

* fix: remove invalid prop in astro config

* refactor: single source of truth for site url

* refactor: make minor updates due to astro.config.ts

---------

Co-authored-by: satnaing <satnaingdev@gmail.com>
2023-10-09 03:07:45 +00:00
Andrea Mignone 0e9f709c5d feat: add locale configuration for Datetime component (#59) 2023-04-17 23:56:58 +06:30
satnaing 0c6d0ba6cd refactor: add type to SITE object for better type safety 2023-03-16 14:56:54 +06:30
satnaing 86fbbe82c8 refactor: disable Mastodon social link 2023-01-03 21:05:20 +06:30
satnaing 2ec39128c6 feat: add Mastodon social link 2022-12-28 19:27:20 +06:30
satnaing 1a3424c965 refactor: update default og image 2022-12-03 16:25:12 +06:30
satnaing a45176203e refactor: rename the type SocialsObject to SocialObjects 2022-11-28 22:01:59 +06:30
satnaing c9f796f4e6 refactor(a11y): add linkTitle in social links for more meaningful voiceover 2022-11-28 13:38:08 +06:30
satnaing 307b55ff0f fix(typo): rename Linkedin to LinkedIn 2022-11-28 13:35:30 +06:30
Sat Naing c61e8011fc Update default og image 2022-09-27 15:29:50 +06:30
Sat Naing 58cb6ba8e5 Add 2 color scheme config option 2022-09-25 21:42:06 +06:30
Sat Naing aafcc4ae28 Set LOGO_IMAGE.enable to false 2022-09-23 13:17:49 +06:30
Sat Naing 018b584433 Make LOGO_IMAGE.svg to true by default 2022-09-23 12:25:30 +06:30
Sat Naing 3dd1ac8a9f Support svg and png logo image types 2022-09-23 12:24:54 +06:30
Sat Naing 07c228868c Add logo image configuration options 2022-09-23 00:12:04 +06:30
Sat Naing f8d3a3a960 Add website property in SITE object 2022-09-22 21:28:35 +06:30
Sat Naing 81ffec1ccb Add SITE and SOCIAL configuration objects 2022-09-22 21:16:35 +06:30