Jekyll & Liquid Cheatsheet
A list of the most common functionalities in Jekyll (Liquid). You can use Jekyll with GitHub Pages, just make sure you are using the proper version.
Running
Running a local server for testing purposes:
A list of the most common functionalities in Jekyll (Liquid). You can use Jekyll with GitHub Pages, just make sure you are using the proper version.
Running a local server for testing purposes:
First, you go to github and type in "Dyno" (or "Yukikaze" or "Misaki" or even "RedBot"!)
You download that shit to your desktop .gitignore
and package-lock.json
.
If you do not do that then you can't really say it's yours. This allows you to also upload your downloaded packages (for coding) to save Internet!
original=`xclip -o -sel clipboard` | |
if [[ $original == https://zws.im* ]]; then | |
notify-send "Already shortened" --icon=gtk-edit | |
exit 1; | |
fi | |
json=$(curl -s "https://us-central1-zero-width-shortener.cloudfunctions.net/shortenURL?url=$original") | |
if [ $? -eq 0 ]; then |