This is the source code only.
For the compiled, static, hosted on github:pages site, see the gh-pages branch.
The website/blog itself is available at www.alpine-lab.com.
Powered by Middleman in our Docker image for Ruby development. Precompiles Haml, Sass, CoffeeScript and Markdown.
Run
docker-sync start
once prior to any other command if you're on Macintosh 🍎
To configure LocaleApp, type the following command:
docker-compose run alpinelab_website localeapp install --standalone --write-env-file <APIKEY>
To configure Git for deploy (because it can read your host global config from inside the container):
git config user.name "Your Name"
git config user.email "your@email.com"
To run the development server, run:
docker-compose up
Update localized content from LocaleApp using:
docker-compose run alpinelab_website localeapp pull
When your changes are ready to be published, run:
docker-compose run -v ~/.ssh:/root/.ssh alpinelab_website deploy.sh
Simply create a PR here that adds you as a team member!
Written by Michael Baudino and Sylvain Fertons for Alpine Lab, 2013.
Licensed under the terms of the MIT license (see LICENSE.md
file).