Commit Graph

683 Commits

Author SHA1 Message Date
prototypa
eebebeb4a4 Fix issue #515: Image optimization crash 2024-10-13 06:50:21 -04:00
prototypa
38db18b05b Add basic animation 2024-10-13 03:33:40 -04:00
prototypa
ad5ea2a37c Fix prettier styles 2024-10-10 02:22:28 -04:00
prototypa
37916f7253 Fix issue #490: characters in header cannot be displayed horizontally 2024-10-10 02:05:33 -04:00
prototypa
21830b3d58 Fix issue #530: Image Optimization for remote Images does not work 2024-10-10 01:51:46 -04:00
prototypa
3a5823b039 Reactivate astro-embed 2024-10-10 01:16:56 -04:00
prototypa
0795d3c465 Minor content adjustment 2024-10-10 01:16:40 -04:00
prototypa
56ef652f71 Update content to Astro v5 2024-10-07 17:28:58 -04:00
prototypa
bcd05b9e5c Fix formatt with Prettier 2024-10-04 03:47:39 -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
prototypa
ab746d0513 Fix issue #482: Images Distorted in Firefox 2024-09-16 21:51:10 -04:00
prototypa
76e8193f82 Update dependencies (Astro v4.15.1) 2024-08-29 16:11:49 -04: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
fcc9e20a1b Fix typescript interface 2024-08-26 01:08:15 -04:00
prototypa
0202552ab1 Update eslint dependencies and fix eslint errors 2024-08-26 01:03:42 -04:00
André B
b2f073b31a Merge pull request #495 from FelixLisczyk/custom-font
Fixed ‘Inter Variable’ Font Name
2024-08-25 23:48:41 -04:00
Mathieu KHALEM
fd95da1a68 Update the announcement 2024-08-24 09:52:21 +02:00
Felix Lisczyk
8faec5cd6f Fix custom font name 2024-08-12 11:40:05 +02:00
prototypa
ebdecfc071 Update dependencies (Astro v4.12.2) 2024-07-20 14:19:06 -04:00
prototypa
e804000c0d Add id,bg with types to Hero and Hero2. Fix #448 2024-06-22 20:45:34 -04:00
prototypa
f680e386ef Update Announcement to Astro v4.11 2024-06-22 19:43:21 -04:00
prototypa
b2632ee3b1 Fix image optimizacion on /public #473 2024-06-22 12:30:39 -04:00
prototypa
648d834480 Update dependencies (astro v4.10.1) 2024-06-10 17:26:19 -04:00
Shingo Inoue
d932aff265 Fix incorrect closing tag
Modified to be the same as Steps 1 and 3
2024-06-05 22:57:31 +09:00
prototypa
b04fb7f2bd Update dependencies (astro v4.9.2) 2024-06-05 00:03:32 -04:00
prototypa
d7fdf05be0 Update versions (astro v4.8.3) 2024-05-14 20:42:13 -04:00
David Morales
b2c1e931bb Fix aw-color-text-heading
The `aw-color-text-heading` variable got wrong after moving variables to the `CustomStyles.astro` component.

This PR fixes it restoring its original value.
2024-05-08 12:52:14 +02:00
prototypa
502cecc005 Better links in Post Items 2024-05-07 23:45:50 -04:00
Olga Buberman
2922843ca7 Link and header order changed for Safari inter-line hover bug (in Related posts widget) 2024-05-07 15:35:12 +03:00
Scott
1a77aeb317 refactor: leading-tighter redundant
twMerge doesnt remove this redundancy for some reason
2024-04-30 11:35:28 -04:00
Scott
33f8351b6c refactor: redundant role <ul> is a list role=list removed 2024-04-30 11:33:50 -04:00
Scott
12a9aec319 refactor: explicit type for buttons 2024-04-30 11:33:08 -04:00
prototypa
a606b34a19 Format all files with prettier: npm run format 2024-04-29 17:51:55 -04:00
Scott
e6ccd3803a chore: correct types 2024-04-28 17:07:41 -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
85d80566c5 Update dependencies (astro v4.7.0) 2024-04-27 19:51:51 -04:00
prototypa
64c18544bd Update dependencies (astro v4.7.0) 2024-04-27 19:47:10 -04:00
prototypa
052ee20dac Update dependencies (astro v4.7.0) 2024-04-27 19:43:52 -04:00
Jovica Veljkovic
da5eaadb2a Improvement to accessibility in dropdown
Added the ability to tab through dropdowns and there elements when focused.
2024-04-15 02:22:58 +02:00
prototypa
55459a6103 Refactor related posts functions 2024-04-14 18:45:29 -04:00
prototypa
cc6dbfbcdf Anchor link to another page to test ViewTransitions 2024-04-14 13:41:17 -04:00
prototypa
f234e63eb4 Fix #397: Adjust URL for Chinese Categories and Tags 2024-04-14 13:20:55 -04:00