MailTape-v1

MailTape-v1

📂 [archive] MailTape - V1 built with Jekyll and edited with Prose 👉 Check the V2

MailTape

Feed your inspiration, every Sunday morning.

Each MailTape issue is the result of a collaborative work between a featured guest who curates the three first tracks, a curator who completes the selection, an illustrator and a writer.

Dancers, musicians, illustrators, writers, researchers, artists and creators of all kinds are following MailTape.

We're a not-for-profit art collective.

Coded with love in Berlin, Toulouse and Paris.

ImaCrea.

You're a coder?

Feel free to make a pull request, we're very open to collaboration :)

Building MailTape locally

Using a local Jekyll install

Pre-requisites:

$ gem install bundler
$ bundle i
$ bundle exec jekyll serve

This serves MailTape on port 4000. Visit http://127.0.0.1:4000/ to check the changes you're making locally.

Using Docker

If you have Docker installed, you can run Jekyll without installing it with the following command:

docker run --rm \
    --volume="$PWD:/srv/jekyll" \
    --volume="$PWD/vendor/bundle:/usr/local/bundle" \
    --env JEKYLL_ENV=development \
    -p 4000:4000 jekyll/jekyll:3.8 \
    jekyll serve --incremental

Then visit http://127.0.0.1:4000/ as described previously.

jekyll logo

Want a Jekyll website built?

Hire a Jekyll developer