Recently Updated Pages
Responsive mixins
CSS
Updated 2 weeks ago by Kyle
@mixin mobile { @media screen and (max-width: 767px) { @content; } }
Set SSH key used in Git
SSH & Git
Updated 2 weeks ago by Kyle
Assuming you already have a key: git config core.sshCommand "ssh -i ~/.ssh/id_ed25519_work"
Git Verified Commit
SSH & Git
Updated 2 weeks ago by Kyle
Export your key and add it to GitHub Get your key signature gpg --list-secret-keys --keyid-form...
Custom Spam Filtering with Silent Error
WordPress
Contact Form 7
Updated 3 months ago by Kyle
Contact Form 7's very limited developer documentation gives this code snippet which is supposed t...
"Please provide a valid cache path" error
Laravel
Deployment
Updated 3 months ago by Kyle
Laravel needs the following folders during composer install so you have to create it: mkdir -p s...