I hereby claim:
- I am pendragondevelopment on github.
- I am pendragondev (https://keybase.io/pendragondev) on keybase.
- I have a public key ASBlZlbUoL-9C8DKmUAQHm2jNxVuTT5M7jwIGoOmEcsatQo
To claim this, I am signing this object:
| #! /bin/bash | |
| DATE=`date +%Y-%m-%d` | |
| FILE="./entries/$DATE.md" | |
| if [ ! -f $FILE ]; then | |
| printf "# $DATE\n" >> $FILE | |
| fi | |
| nvim $FILE | |
| git add entries -A |
I hereby claim:
To claim this, I am signing this object:
| Verifying that +pendragondev is my openname (Bitcoin username). https://onename.io/pendragondev |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| <rewrite> | |
| <rules> | |
| <rule name="Imported Rule 1" stopProcessing="true"> | |
| <match url="^(_config)" ignoreCase="false" /> | |
| <action type="CustomResponse" statusCode="403" statusReason="Forbidden" statusDescription="Forbidden" /> | |
| </rule> | |
| <rule name="Imported Rule 2" stopProcessing="true"> | |
| <match url="^(_app)" ignoreCase="false" /> | |
| <action type="CustomResponse" statusCode="403" statusReason="Forbidden" statusDescription="Forbidden" /> |
| // This file requires Sass & Compass. | |
| // | |
| // - http://sass-lang.com | |
| // - http://compass-style.org | |
| // For box-sizing. | |
| @import compass/css3 | |
| // `Clear floated elements. | |
| //---------------------------------------------------------------------------------------------------- |