Archive of

šŸ”— autocrattic (more matt shenanigans, not tumblr this time)

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…

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


Eleventy: Set Nunjucks as the Default Markdown Template Engine

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.


šŸ”— Alternatives to Using Pure Black for Text and Backgrounds

Colour palette of palette of alternative shades of dark background

  1. Charcoal Gray | Hex #121212
  2. Dark Slate Gray | Hex: #191919
  3. Outer Space | Hex: #252525
  4. Rich Black | Hex: #0A0A0A
  5. Coffee Bean | Hex: #1B1B1B
  6. Dark Gray | Hex: #212427
  7. Oil Black | Hex: #0C0C0C
  8. Obsidian | Hex: #0B1215
  9. Ebony | Hex: #222428
  10. Black Chocolate | Hex: #100D08
  11. Gunmetal | Hex: #1D1F21
  12. Smoky Black | Hex: #101720
  13. Oxford Blue | Hex: #212A37
  14. Eerie Black | Hex: #232023
  15. Jet Black | Hex: #161618
  16. Iridium | Hex: #181818
  17. Arsenic | Hex: #11181C
  18. Charleston Green | Hex: #212124
  19. Dark Gunmetal | Hex: #222428
  20. Jet | Hex: #2A2A2A
  21. Black Olive | Hex: #242526
  22. Midnight Blue | Hex: #212121

Nunjucks' built-in `wordcount` filter

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.