Migrating assets to a new CMS can be a complete pain, but working out which files go with each page or article on a website doesn't have to be a nightmare if you start with a solid foundation. For me, that means tightly coupling my folder structure on the server with my content structure on the website, a workflow that Craft is particularly nifty at automating.
Craft CMS has the ability to accept environment variables as well as aliases. It can be worthwhile understanding how these two seemingly similar concepts differ, and when you might want to use one over the other.
Welcome to the third version of theAdhocracy! It's been a long time coming, but the site has finally been rebuilt, rehosted, and re-just-about-everything else, so I figured I'd actually formalise the launch with a new post explaining what's happened and why.
Notes from the fully remote React Summit 2020 (or at least the talks I tuned in for). Lots covered, from static-site generators and the Jamstack through to React state management and accessibility. What a fun day!
A very neat little trick. Embedding @keyframes within your SVG
<style> element makes it animate when it loads, whether
rendered as an image or a background (or, I assume, inlined). It
can even …
I only know two things about Bitcoin: it's an environmental
nightmare and I don't know anywhere near enough about it to get
involved, financially or technically. So I'm adding a pinch of salt
to this …
I saw Zach's poll on Twitter when they posted it, so I was
intrigued to see what the results were. Most people agree with me,
that URLs shouldn't have trailing slashes. It turns out that we're
…
Harry has created an absolutely phenomenal talk here that
provides an immense amount of depth whilst still being completely
accessible to someone like me who largely doesn't deal with the
technical …
Migrating content between fields in Craft is not as simple as it might be. In the wake of Craft 5, I've been getting a lot of practice, and wanted to write up some of the techniques I've been using.