Commit Graph

101 Commits

Author SHA1 Message Date
prototypa
082ab1165e Run npm run fix 2024-12-10 19:42:33 -05:00
prototypa
8544668963 Fix astro check errors 2024-12-10 19:40:14 -05:00
André B
6570377a30 Merge branch 'main' into migration-astro-v5 2024-12-10 19:08:37 -05:00
prototypa
a5520bbc85 Fix format with prettier 2024-10-13 06:51:34 -04:00
prototypa
eebebeb4a4 Fix issue #515: Image optimization crash 2024-10-13 06:50:21 -04:00
prototypa
953c4f2408 Migrate to astro v5 beta: first round 2024-10-04 03:34:51 -04:00
prototypa
52188af681 Fix prettier format 2024-10-04 02:51:33 -04:00
André B
e1c32b5362 Fix type to objectPosition in ImageProps interface 2024-10-04 02:47:36 -04:00
André B
f97b9cf798 Add objectPosition to ImageProps interface 2024-10-04 02:44:54 -04:00
ejulia
0924374c5e fix override of the objectPosition property 2024-09-28 16:10:39 +02:00
Jumpei Ogawa
35b7573a4e chore: replace rehype-plugin-image-native-lazy-loading with our own
`rehype-plugin-image-native-lazy-loading` is no-longer maintained.
https://github.com/potato4d/rehype-plugin-image-native-lazy-loading

I haven't seen the source code of `rehype-plugin-image-native-lazy-loading` to implement this.
2024-08-28 10:19:12 +09:00
Jumpei Ogawa
06c39796d1 refactor: add typings 2024-08-28 10:18:04 +09:00
Jumpei Ogawa
e60c6c1069 refactor: convert JavaScript files to TypeScript 2024-08-28 10:17:24 +09:00
prototypa
0202552ab1 Update eslint dependencies and fix eslint errors 2024-08-26 01:03:42 -04:00
prototypa
a606b34a19 Format all files with prettier: npm run format 2024-04-29 17:51:55 -04:00
Scott
d61da4c086 refactor: remove unused Taxonomy type 2024-04-28 17:07:32 -04:00
Scott
c3b327c4ee refactor: unused arg prefix added 2024-04-28 17:07:22 -04:00
Scott
c8406e8442 refactor: prefer-const fix 2024-04-28 17:06:32 -04:00
prototypa
55459a6103 Refactor related posts functions 2024-04-14 18:45:29 -04:00
prototypa
f234e63eb4 Fix #397: Adjust URL for Chinese Categories and Tags 2024-04-14 13:20:55 -04:00
prototypa
be6bd25781 New function to auto apply getPermalink to objects. 2024-04-12 10:57:32 -04:00
prototypa
b10ea2b549 Update image optimization to remote astro asset loading 2024-04-11 23:25:18 -04:00
prototypa
05412477c7 Add Rehype Plugin to lazy images 2024-04-02 14:05:16 -04:00
prototypa
fb3e1216d9 Refactor, now in src/integration/ 2024-03-29 00:50:08 -04:00
prototypa
6b14879507 Refactor tu use astrowind:config virtual import 2024-03-29 00:49:47 -04:00
prototypa
abe8254651 Refactor to src/integration 2024-03-29 00:44:26 -04:00
dudi levy
74e2435570 Check for property existance for GetImageResult.
Fix npm run build fails due to getImage() return type GetImageResult #364
2024-02-22 19:10:40 +02:00
prototypa
106cd931f0 Small adjustments associated with Relative Posts 2024-01-21 21:35:25 -05:00
Theodore Kruczek
13cbe429cc feat: add related blog posts component 2024-01-14 07:51:36 -05:00
prototypa
dfcccf436b Remove unnecessary await 2023-12-02 14:17:35 -05:00
prototypa
788acd9321 Fix astro check errors on strict typescript, issue #293 2023-12-02 09:09:13 -05:00
prototypa
0dc98a56f2 Make all tables in markdown responsives to fix issue #295 2023-12-01 10:42:30 -05:00
prototypa
57c22692b6 Fix typescript 2023-08-30 14:06:54 -04:00
prototypa
9c40184240 Update to @astrolib/seo@1.0.0-beta.4 2023-08-23 03:30:08 -04:00
prototypa
c1f36e9f79 Better eslint configuration and format some files 2023-08-22 22:52:01 -04:00
prototypa
da8ef74b38 Replace SITE_CONFIG, UI_CONFIG, METADATA_CONFIG... to SITE, UI, METADATA... 2023-08-22 22:22:53 -04:00
prototypa
53e12771bd Update to Astro v3 2023-08-22 18:19:53 -04:00
prototypa
77817aa77e Migrate from @astrojs/image to Astro Assets and Unpic 2023-08-13 17:34:30 -04:00
prototypa
9a350af269 Better getStaticPaths structure for blog endpoints 2023-08-12 02:22:19 -04:00
prototypa
8995bfbd5f Add or replace 'Sitemap: ...' 2023-08-12 00:13:55 -04:00
prototypa
e2b2a0b412 Auto add sitemap url in robots.txt 2023-08-11 23:48:29 -04:00
prototypa
03af96f664 Add partytown settings for Google Analytics 2023-08-11 09:50:42 -04:00
prototypa
3ef024f149 Allow child posts (or sub posts) 2023-08-07 08:21:02 -04:00
prototypa
d6f3055e31 Add support for new config.yaml 2023-07-27 21:52:04 -04:00
prototypa
12f46121c4 Add support for config in yaml 2023-07-27 21:49:32 -04:00
prototypa
8cd3985c5d Format with prettier 2023-07-27 14:47:30 -04:00
Liron Abutbul
dc6074e599 [feature] Add 'findTags' and 'findCategories' methods to blog.ts 2023-06-09 07:21:52 +03:00
prototypa
40a8aaa6a3 Allow images from public folder 2023-03-12 07:34:53 -04:00
prototypa
a608eff456 Fix trailingSlash with new Astro versions 2023-03-12 01:38:49 -05:00
prototypa
8cd0bbbdb4 Enable readingTime remark plugin 2023-01-31 14:54:36 -05:00