posted: Sat, Jun 3, 2023 |
tagged: | | dev | web
return to blog home |
As previously mentioned in my post about using a Static Site Generator, I decided to upgrade 11ty to version 2.0 to take advantages of the efficiency gains and streamlined build, along with the new features offered by the new version.
I followed a clean article by Dana Byerly and leveraged the 11ty Upgrade Helper plugin which made very quick work of the effort. Thanks to keeping all of my code in Git, I could easily revert the changes if needed.
The process went off without a hitch, and was completed in a few quick steps.
I then ran a new build, which updated my package.json file, checked in my code, and done!
With all of the upgrades I've performed in my IT career, which has been going for more than a minute, this was probably one of the smoothest I've ever encountered.
Hats off to the team at 11ty for a great experience.