This post was rewritten from my original comment at jdm-contrib/jdm #758.
How to delete a project from Glitch
You cannot delete a project yourselv — you'd have to request this from their support by email — however, you can delete all its assets. After doing so, you can also delete the projects git history, to leave no trace of the source code at all.
- Edit a project.
- Manually delete all files and folder using the UI.
- Open Terminal .
- Type
rm -rf .git. - Optionally, further anonymize the project under its Settings.
- Set a random project name.
| blueprint: | |
| name: IKEA Open/Close Remote | |
| description: 'Control your smart blind with an IKEA 2 button square remote.' | |
| domain: automation | |
| input: | |
| remote: | |
| name: Remote | |
| description: IKEA remote to use | |
| selector: | |
| device: |
When Chrome warns you, that your connection is not private, when fx visiting a development environment, you can easily bypass the warning. While on the warning page, simply just type thisisnotsafe on your keyboard, and the site will continue to load.
The warning reads as follows.
Attackers might be trying to steal your information from 192.168.0.1 (for example, passwords, messages or credit cards).
NET::ERR_CERT_AUTHORITY_INVALID
Installing Jekyll on Windows can be tidious. To spare you the trouble of figuring it out, I've outlined what worked for me. To be frank, this is just an detailed version of Jekyll's official instructions with a step-by-step approach.
- Download the recommended Ruby+Devkit installer from RubyInstaller Downloads.
The recommended versionen is prefixed with
=>and it's the only one with bold text.