Commit Graph

19 Commits

Author SHA1 Message Date
13cbe429cc feat: add related blog posts component 2024-01-14 07:51:36 -05:00
788acd9321 Fix astro check errors on strict typescript, issue #293 2023-12-02 09:09:13 -05:00
da8ef74b38 Replace SITE_CONFIG, UI_CONFIG, METADATA_CONFIG... to SITE, UI, METADATA... 2023-08-22 22:22:53 -04:00
53e12771bd Update to Astro v3 2023-08-22 18:19:53 -04:00
9a350af269 Better getStaticPaths structure for blog endpoints 2023-08-12 02:22:19 -04:00
3ef024f149 Allow child posts (or sub posts) 2023-08-07 08:21:02 -04:00
d6f3055e31 Add support for new config.yaml 2023-07-27 21:52:04 -04:00
dc6074e599 [feature] Add 'findTags' and 'findCategories' methods to blog.ts 2023-06-09 07:21:52 +03:00
8cd0bbbdb4 Enable readingTime remark plugin 2023-01-31 14:54:36 -05:00
64bcda934c Update post collection and show category on posts 2023-01-24 01:26:37 -05:00
47948c3da3 Allow post permalink pattern configuration 2023-01-24 00:22:13 -05:00
b3f71b1297 Remove readingTime 2023-01-23 18:00:10 -05:00
de766602fd Fix findLatestPosts implementation 2023-01-21 22:31:30 -05:00
b1c6c91989 Rename blog collection as posts 2023-01-21 21:37:09 -05:00
09e827c035 Migrate to astro v2 2023-01-21 18:19:55 -05:00
e90714b9e6 Changes:
- Added default value to cleanSlug for simpler structure.
- Removed Nullish coalescing operator,
2023-01-10 12:01:50 +02:00
f641767078 Don't use tabs in editor 2023-01-09 21:44:06 -05:00
8ce8421334 Add date formatter, language and text direction settings 2023-01-08 12:28:59 -05:00
f1ed6df7a1 Change posts.js to blog.js and improve default values 2023-01-06 15:15:50 -05:00