This documentation here serves as my collection of what I’ve used in my projects to solve for very distinct challenges. And that I will likely use again in similar projects to solve similar growth challenges.
The docs themselves are kept to the essentials and to the circumstance of the tech-stack I use. Meaning they might be too short for you to be helpful. That’s why you want to use the links to the original docs (and their respective creators; BTW this Webflow template is from LizzieKevanCurtis) to get more details, learn about variants and more in-depth implementation. This all here is just for archival purposes of my implementations. I don’t call myself a coder – I do not develop algorithms – I just implement stuff I find useful to solve for specific business cases. Maybe you find them useful, too.
Having said that I would appreciate you reaching out to me, if you find any mistakes, security risks, or other issues; thank you! 🙏
Browse docs ordered by 'last updated' below — or just read some musings on my Blog.
Optimize Netlify Build Minutes and DecapCMS by Skipping Unnecessary Builds
Showing both the update and the publish date on your blog / web page seems to be difficult for Search Engines and therefore it seems like only displaying “last updated” is the safer way. If your blog shows more than one date, you are probably confusing Google.
John Mueller on how to use the hreflang tags across domains for the localization schemas: It doesn't matter if it's all on one domain or across multiple domains. It should just be one clear place per country and language.
Are broken links in your DecapCMS Markdown articles giving you a headache? never let parentheses break your links again: handle text fragment highlighting in Markdown. No more parentheses-induced troubles in your Github articles built with Netlify!
A button that appears when there is an alternate language defined for your content, making your cotent more relevant to your users experiences. Implementing a Dynamic Language Switcher Button with JavaScript
An interactive URL copy feature in Webflow. Using clean JavaScript and the powerful Clipboard API, making it easier for visitors to share your pages. Because who doesn’t appreciate a great user experience?
Boost your Webflow Blog's readability and SEO with a dynamic Table of Contents (ToC) generator. It automatically creates a stylable, navigable ToC from your headings, and enhances user experience by highlighting the active section during scrolling.
Changing the URL Slug of your post in DecapCMS in config.yaml using the slug key and name key
When I write [[`foo`](#next)`](#next)` markdown syntax in my content I want the reader to jump to the next section, the next anchor, on my webpage.
Consider this when you decide between YouTube or Vimeo for Website embeds
When answering prompts, does it help ChatGPT to be more specific and precise if you give it a set of definitions upfront?
Consider this when you choose the syntax for commenting code in Python
Generating ToC’s based on h2 and h3 headings of a rich text CMS element with active states in a sticky Table of Contents
Add a Twitter button and a share on LinkedIn to your blogposts with sharing content generated from Webflow CMS
Calculated a read time from Webflow CMS and add to your blog template.
Uses highlight.js and custom code to add code blocks where you can copy the code to rich text element of Webflow CMS