View micro.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# micro.sh: a small program for posting to micro.blog and/or mastodon. Probably poorly written shell, use at your own risk! | |
# Works well enough for me to use it as a daily driver for quickly posting to my micro.blog and mastodon account. | |
# Expected env vars | |
# - $MICRO_BLOG_API_KEY | |
# - $MASTODON_URL (should be of form https://{YOUR_MASTODON_DOMAIN_HERE}/api/v1) | |
# - $MASTODON_ACCESS_TOKEN | |
# | |
# Dependencies: | |
# - jq |
View resume.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"meta": { "theme": "flat" }, | |
"basics": { | |
"name": "Jahziel Villasana-Espinoza", | |
"label": "Software Engineer", | |
"image": "", | |
"email": "jahzielv@gmail.com", | |
"url": "https://web.jahziel.xyz", | |
"summary": "Looking for the joy in computing 🎉", | |
"location": { |