Skip to content

Commit

Permalink
Update packages, fix order of net-nuggets, correctly ignore input for…
Browse files Browse the repository at this point in the history
… broken-links
  • Loading branch information
Akashic101 committed Nov 10, 2024
1 parent 6e4cc59 commit 853ebfb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ module.exports = function (eleventyConfig) {
loggingLevel: 1,
excludeUrls: ['https://blog.davidmoll.net*', 'https://github.com/Akashic101/*'],
excludeInputs: [
'./src/blog/2024-04-05-A-small-collection-of-some-great-404-pages/2024-04-05-A-small-collection-of-some-great-404-pages.md',
'blog/2024-04-04-A-small-collection-of-some-great-404-pages/2024-04-04-A-small-collection-of-some-great-404-pages.md',
],
callback: null,
});
Expand Down
9 changes: 4 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@inframanufaktur/eleventy-plugin-clean-urls": "^1.0.2",
"cheerio": "^1.0.0-rc.12",
"clean-css": "^5.3.3",
"markdown-it-named-code-blocks": "^1.0.4",
"markdown-it-named-code-blocks": "^1.0.6",
"speedlify-score": "^4.0.4"
}
}
2 changes: 1 addition & 1 deletion src/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ socialMediaPreviewImageAlt: A cat with glasses sitting in front of a laptop
</div>
</div>
<h2>Net Nuggets</h2>
{% for post in collections['net nuggets'] %}
{% for post in collections['net nuggets'].reverse() %}
<div class="flex-container">
<div class="text-container">
<h1 class="main-title">{{ post.data.title }}</h1>
Expand Down

0 comments on commit 853ebfb

Please sign in to comment.