diff --git a/content/blog/creatingqrcodesfromterminal.md b/content/blog/creatingqrcodesfromterminal.md index 5ade168..852f16d 100644 --- a/content/blog/creatingqrcodesfromterminal.md +++ b/content/blog/creatingqrcodesfromterminal.md @@ -13,10 +13,3 @@ echo "https://brandonrozek.com" | qrencode -t ansiutf8 ``` ![](/files/images/blog/20200926221423.png) - -After viewing it on your terminal, you can save it to a PNG file - -```bash -echo "https://brandonrozek.com" | qrencode -t png -o qrcode.png -``` - diff --git a/static/mecard.png b/static/mecard.png deleted file mode 100644 index 80053ad..0000000 Binary files a/static/mecard.png and /dev/null differ