Skip to content

bobertoyin/bobertoyin.com

Repository files navigation

Personal Site

The home of all my terrible awesome ideas.

Environment Variables

# set this if you want to load a .env file
# meant for local development
DEVELOPMENT="TRUE"

# required for music listening information on the home page
LASTFM_API_KEY="<Last.fm API key>"
# required for access to photos S3 bucket
AWS_ACCESS_KEY_ID="<S3 Access Key ID>"
AWS_SECRET_ACCESS_KEY="<S3 Secret Access Key>"