Create .env
with these
ALGOLIA_APPLICATION_ID="foobar"
ALGOLIA_API_KEY="foobar"
OMDB_API_KEY="foobar"
Then,
# Install dependencies
yarn
# Bootstrap misc assets (like photos, videos, etc)
# Will pull down assets from a separate S3 bucket
# that hosts them with versioning in case I do
# something stupid.
yarn bootstrap-misc
# Start a live-reloading server
yarn start
# Create a new post
yarn new
# Drop any assets in to misc/ and run this to organize
# them and optimize where appropriate
yarn borg
# Push changes. The log itself is pushed here, which
# triggers a CircleCI build that syncs to an S3 Bucket.
# The misc assets are synced from my machine to another
# bucket (that has versioning enabled.)
yarn push
- TurnDown turns HTML → Markdown.
- Gruvbox Palette