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