Skip to content

Conversation

godylockz
Copy link

Summary of Changes

  1. Git Ignore Additions - Add cache/obsidian
  2. Ignore HTTPS Links From Blog

@github-actions github-actions bot closed this Jan 12, 2025
Copy link

Oops, it seems you've opened an invalid pull request. No worries, we'll close it for you.

@godylockz godylockz changed the title fix(build): Add obsidian, cache files, and no enforcing https Update gitignore and ignore HTTP links - BADFORMAT Jan 12, 2025
palonso pushed a commit to palonso/palonso.github.io that referenced this pull request Jul 28, 2025
…otes2020#2183)

This PR introduces an enhancement to the site's image-loading strategy
by implementing lazy loading as the default behavior for all images. The
motivation behind this change is to improve the site's load times.

**Changes:**
1. **Default Lazy Loading:** By `default`, all images will now have the
`loading="lazy"` attribute.

2. **Configurable Option in `_config.yml`:** Added a new configuration
option under `lazy_loading_images.enable`.

3. **Override Capability:** For `specific images` where the user doesn't
want lazy loading, they can `override` this by directly setting the
`loading attribute` in the `image tag`.
palonso pushed a commit to palonso/palonso.github.io that referenced this pull request Jul 28, 2025
Our score went down a little bit after the last few changes. Avoiding
lazy loading some images (as introduced in cotes2020#2183), since [it is strongly
recommended to omit hero images and other images or iframes that are
likely to appear above the fold from being
lazy-loaded](https://web.dev/articles/browser-level-lazy-loading-for-cmss#avoid_lazy_loading_above-the-fold_elements).
Also added missing `alt` to google scholar field.

---------

Signed-off-by: George Araujo <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant