š autocrattic (more matt shenanigans, not tumblr this time)
A write-up post by Tumblr user tinystepsforward about the Matt Mullenweg vs. WP Engine drama.
A write-up post by Tumblr user tinystepsforward about the Matt Mullenweg vs. WP Engine drama.
I think one of the more unfortunate consequences to creators being more interactive with fans is that a lot of fans/fandoms normalized this idea that creators have to explain/validate every headcanon they have.
#i am so tired of people getting mad when a creator doesnt confirm if a character is gay/autistic/in love with __/etc
#its okay to say āits open to intepretationā like why cant people just trust their own instincts and have fun
#why does a creator HAVE to validate them
idolomantises on Tumblr
Despite using Nunjucks as my default templating language in Eleventy, for a long time, I was hesitant to just put markdownTemplateEngine: "njk" in my Eleventy configuration file, because I kept getting errors in the terminal about the nodes of my articles or blog posts did not exist, due to a conflict with the official Eleventy Navigation plugin.
Today I finally solved the issue by adding eleventyNavigation.key to my breadcrumb set up, so the Eleventy Navigation plugin would dynamically read my eleventyNavigation.key key for each post or article. Now I no longer have to individually add templateEngineOverride: njk, md in a post or article's frontmatter.
![]()
I just learned through the eleventy-plugin-wordcount-extended plugin that Nunjucks has a built-in wordcount filter, but it does not correctly calculate the word count of non-ASCII strings, including Chinese characters and emojis.