Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eleventy 3.0.0-alpha.17, IdAttributePlugin, eleventeen.png #39

Merged
merged 1 commit into from
Jul 21, 2024
Merged

Conversation

rdela
Copy link
Owner

@rdela rdela commented Jul 21, 2024

  • use new IdAttributePlugin, makes “use of the existing posthtml infrastructure used by the HTML base plugin and the input path to URL plugins to add” slugified id attrs. “Has the added benefit of removing the unnecessary link markup from your RSS feeds too!” New IdAttributePlugin will add id attributes to your headings 11ty/eleventy#3363
  • rm markdownItAnchor and comment out header-anchor css
  • eleventeen.png instead of eight-million.jpg in thirdpost.md
  • upd eleventy + eleventy-plugin-rss

9.2.20-alpha.17

- use new IdAttributePlugin, makes “use of the existing posthtml
  infrastructure used by the HTML base plugin and the input path to URL
  plugins to add” slugified `id` attrs.
  Has the added benefit of removing the unnecessary link markup from your
  RSS feeds too!
  11ty/eleventy#3363
- rm markdownItAnchor and comment out header-anchor css
- eleventeen.png instead of eight-million.jpg in thirdpost.md
- upd eleventy + eleventy-plugin-rss

9.2.20-alpha.17
Copy link

netlify bot commented Jul 21, 2024

Deploy Preview for eleventeen ready!

Name Link
🔨 Latest commit e5a03c1
🔍 Latest deploy log https://app.netlify.com/sites/eleventeen/deploys/669d62ab7e38dc000881ce56
😎 Deploy Preview https://deploy-preview-39--eleventeen.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 100 (no change from production)
Accessibility: 100 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@11ty/eleventy@3.0.0-alpha.17 environment Transitive: eval, filesystem, network, shell, unsafe +147 11.5 MB zachleat

🚮 Removed packages: npm/@11ty/eleventy@3.0.0-alpha.16, npm/markdown-it-anchor@9.0.1

View full report↗︎

@rdela
Copy link
Owner Author

rdela commented Jul 21, 2024

Anchor links will return in a future update soon! HINT: https://donut--tugboat.netlify.app

@rdela rdela merged commit 70de112 into trunk Jul 21, 2024
6 checks passed
@rdela rdela deleted the a17 branch July 21, 2024 19:38
rdela added a commit that referenced this pull request Jul 21, 2024
- use new IdAttributePlugin, makes “use of the existing posthtml
  infrastructure used by the HTML base plugin and the input path to URL
  plugins to add” slugified `id` attrs.
  Has the added benefit of removing the unnecessary link markup from your
  RSS feeds too!
  11ty/eleventy#3363
- rm markdownItAnchor and comment out header-anchor css
- eleventeen.png instead of eight-million.jpg in thirdpost.md
- upd eleventy + eleventy-plugin-rss

9.2.20-alpha.17
* trunk:
  eleventy 3.0.0-alpha.17, IdAttributePlugin, eleventeen.png (#39)
@rdela rdela mentioned this pull request Jul 22, 2024
rdela added a commit that referenced this pull request Jul 25, 2024
At least until [#40](#40) finds
resolution, building on the work in
[#39](#39), adding
[daviddarnes/heading-anchors](https://github.com/daviddarnes/heading-anchors)
per rec in [11ty/eleventy #3363](11ty/eleventy#3363)

Used `position="beforeend"` and styled with a slight adjustment to
[demo-styling], adding `vertical-align: bottom;` to `a[href^="#"]` and
constraining styles to `heading-anchors` element.

demo-styling: https://github.com/daviddarnes/heading-anchors/blob/main/demo-styling.html#L11-L25
rdela added a commit that referenced this pull request Jul 25, 2024
* add @daviddarnes/heading-anchors

At least until [#40](#40) finds
resolution, building on the work in
[#39](#39), adding
[daviddarnes/heading-anchors](https://github.com/daviddarnes/heading-anchors)
per rec in [11ty/eleventy #3363](11ty/eleventy#3363)

Used `position="beforeend"` and styled with a slight adjustment to
[demo-styling], adding `vertical-align: bottom;` to `a[href^="#"]` and
constraining styles to `heading-anchors` element.

[demo-styling]: https://github.com/daviddarnes/heading-anchors/blob/main/demo-styling.html#L11-L25

* move heading-anchors code to base.njk instead of post.njk

  - add hover + focus styles for anchor links
  - delete deprecated css
  - 9.2.21-alpha.17
rdela added a commit that referenced this pull request Jul 25, 2024
* add @daviddarnes/heading-anchors

At least until #40 finds
resolution, building on the work in #39
adding https://github.com/daviddarnes/heading-anchors per rec in
11ty/eleventy#3363

Used `position="beforeend"` and styled with a slight adjustment to
https://github.com/daviddarnes/heading-anchors/blob/main/demo-styling.html#L11-L25

adding `vertical-align: bottom;` to `a[href^="#"]` and constraining styles to
`heading-anchors` element.

* move heading-anchors code to base.njk instead of post.njk

  - add hover + focus styles for anchor links
  - delete deprecated css
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