Finally, a website update
My favicon's back to normal, the test text data I had is gone from view, and my site is building again!
It took me too long to fix the bugs that kept being thrown while I deploying my website again. Turns out, I just missed some (breaking) changes with Eleventy because it's now in version 3.1.1 while I was still using... 3.0.x I think?
(Also using this blog post to test my excerpt functionality if it works. Happy to know it does work hehe)
When I took a peek at one of the commits in the 11ty/eleventy-base-blog that I forked from, that's when I saw that apparently the shortcodes {% css %}
and {% js %}
weren't being used anymore. (And a bunch of other smaller style changes in the postslist.njk
file.)
After setting that up... all the changes I made plus the update was deployed successfully on my server! Yayy!
BUT! My day was not yet done. When I wrote this blog post, suddenly I encountered ANOTHER error. 🤦🏻♀️
It didn't make sense too that I started getting a different error just for writing a new blog post when I've... done this already. Please just work.
Turns out, the error was with the declarations I made above with the css
and js
tags. I just needed to use the raw
tags as defined in the Nunjucks docs.
NOW I to get back to gaming. And maybe adding Webmentions, as I mentioned in my previous post. 😆
- ← Previous
Finally fixed the metadata generation and the auto social images!