Off and on for the past few months I’ve been playing around with my main website, NateDillon.com. The result is a new version of the website with an Apple TV-ish design that gave me an opportunity to try out a few things, like inline SVGs, CSS calc()
, and transform
.
Month: June 2017
Permissions Error When Pulling Changes for Drupal
Lately, when using a git pull
to update a Drupal project, I’ve been running into this error:
error: unable to unlink old 'sites/default/default.settings.php' (Permission denied)
Continue reading Permissions Error When Pulling Changes for Drupal