Commit Graph

59 Commits

Author SHA1 Message Date
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
12f46121c4 Add support for config in yaml 2023-07-27 21:49:32 -04:00
8cd3985c5d Format with prettier 2023-07-27 14:47:30 -04:00
dc6074e599 [feature] Add 'findTags' and 'findCategories' methods to blog.ts 2023-06-09 07:21:52 +03:00
40a8aaa6a3 Allow images from public folder 2023-03-12 07:34:53 -04:00
a608eff456 Fix trailingSlash with new Astro versions 2023-03-12 01:38:49 -05: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
e85d406197 Add getAsset function for assets permalink 2023-01-18 01:30:45 -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
f6672ce070 Refactor and add more configuration to src/config.mjs 2023-01-06 16:01:06 -05:00
f1ed6df7a1 Change posts.js to blog.js and improve default values 2023-01-06 15:15:50 -05:00
ac24c9e94e Replace getRelativeLink with getPermalink 2023-01-06 12:47:00 -05:00
8f21aaa4d1 added types 2023-01-05 20:07:14 +02:00
046009ec8c Simplify folders and more typescript migration 2023-01-03 22:52:10 -05:00
024825ec59 Migrate more code to typescript 2023-01-02 12:20:26 -05:00
f158d32181 Migrate to typescript 2023-01-02 10:51:51 -05:00
d7b7baa414 Migrate blog to new astro Content Collections 2023-01-01 18:32:52 -05:00
ae7a951e87 Only activate partytown if necessary 2022-11-24 14:28:24 -05:00
d546f9dbaa Add getRelativeLink 2022-11-22 12:49:17 -05:00
87895be803 Add getRelativeLink 2022-11-22 12:47:52 -05:00
2d0687d885 Add Latest Posts support 2022-11-06 15:47:44 -05:00
bb1679c76f Format with prettier 2022-11-06 14:43:34 -05:00
41317ac259 Fix eslint errors 2022-11-06 14:28:07 -05:00
0571bd5eaf Format with prettier 2022-11-06 14:22:40 -05:00
e50a5668a1 Fix permalinks with trailing slash in paginations 2022-11-04 02:40:07 +01:00
fa973ceef7 Fix issue #55 Trailing Slash 2022-11-04 01:34:32 +01:00
11b9782d6e Add support to MDX in blog 2022-10-15 23:35:11 +02:00
fa69a83dc6 Extract data folder to root 2022-09-11 13:58:55 -04:00
4926d73925 Update Blog configuration 2022-09-11 12:51:42 -04:00
d909adb658 Use Prettier 2022-09-11 03:51:55 -04:00
252d6bf08b Use ESLint 2022-09-11 03:04:15 -04:00
4438996861 Remove duplicate function 2022-09-07 00:22:42 -04:00
6849ba39f9 Allow getting images from subfolders 2022-09-06 23:40:57 -04:00
a8b02b3ce7 Fix minimal details 2022-09-04 00:58:03 -04:00
1cf25d6b43 Fix minimal details 2022-09-04 00:56:24 -04:00
e8f91679e8 Add id to posts 2022-09-02 23:22:33 -04:00
88c69d0aae Replace configs names: origin & basePathname 2022-09-01 00:48:31 -04:00
bc4a0ad8dd Remove .mdx (not compatible) from import.meta.glob 2022-08-31 20:12:49 -04:00
3012b47991 Migrate to limax for slugify (CKJ languages bug) 2022-08-31 14:02:57 -04:00
2afa6b1d64 Add some slugify to permalinks 2022-08-30 12:19:35 -04:00
49c6c5611b Add Categories and Tags with new configs 2022-08-30 11:37:19 -04:00