Skip to content

Commit

Permalink
feat: docusaurus 3.1 (#809)
Browse files Browse the repository at this point in the history
* feat: docusaurus 3.1

* fix: xml links
  • Loading branch information
johnnyreilly authored Jan 6, 2024
1 parent e835c6a commit 10a1a20
Show file tree
Hide file tree
Showing 3 changed files with 330 additions and 329 deletions.
2 changes: 1 addition & 1 deletion blog-website/blog/2023-01-15-how-i-ruined-my-seo/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ My assumption here is that by failing to implement redirects, I've lost a lot of

## RSS feeds

I mentioned that I've been blogging a long time. Consequently I have a lot of blog posts. I also have [Atom](/atom.xml) / [RSS](/rss.xml) feeds on my blog. I didn't realise that there are limits on the size of these feeds. It doesn't appear to be standardised; but when I took a look at my feeds in various feed readers, I found they were erroring due to the size of the feeds.
I mentioned that I've been blogging a long time. Consequently I have a lot of blog posts. I also have [Atom](https://johnnyreilly.com/atom.xml) / [RSS](https://johnnyreilly.com/rss.xml) feeds on my blog. I didn't realise that there are limits on the size of these feeds. It doesn't appear to be standardised; but when I took a look at my feeds in various feed readers, I found they were erroring due to the size of the feeds.

I decided to start truncating the number of entries in my feeds. It's not so hard to do, just a post build step which [reads, amends and writes the XML](../2022-11-22-xml-read-and-write-with-node-js/index.md).

Expand Down
12 changes: 6 additions & 6 deletions blog-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
},
"dependencies": {
"@azure/static-web-apps-cli": "1.1.3",
"@docusaurus/core": "3.0.1",
"@docusaurus/plugin-ideal-image": "3.0.1",
"@docusaurus/plugin-pwa": "3.0.1",
"@docusaurus/preset-classic": "3.0.1",
"@docusaurus/core": "3.1.0",
"@docusaurus/plugin-ideal-image": "3.1.0",
"@docusaurus/plugin-pwa": "3.1.0",
"@docusaurus/preset-classic": "3.1.0",
"@svgr/webpack": "8.1.0",
"@swc/core": "1.3.101",
"clsx": "2.0.0",
Expand All @@ -35,8 +35,8 @@
"url-loader": "4.1.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.0.1",
"@docusaurus/tsconfig": "3.0.1",
"@docusaurus/module-type-aliases": "3.1.0",
"@docusaurus/tsconfig": "3.1.0",
"cross-env": "^7.0.3",
"fontaine": "0.4.1",
"rehype-cloudinary-docusaurus": "3.0.0",
Expand Down
Loading

0 comments on commit 10a1a20

Please sign in to comment.