2014-01-27 12:42:38 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en-gb">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>{{ page.title }}</title>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2014-01-27 16:03:21 +01:00
|
|
|
<link href='http://fonts.googleapis.com/css?family=Lilita+One|Lato:300,400,700' rel='stylesheet' type='text/css'>
|
2014-01-27 12:42:38 +01:00
|
|
|
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
|
2014-01-27 21:36:57 +01:00
|
|
|
<link rel="stylesheet" type="text/css" href="css/fig.css?{{ site.time | date:'%Y%m%d%U%H%N%S' }}">
|
2014-07-22 01:20:05 +02:00
|
|
|
<link rel="canonical" href="http://www.fig.sh{% if page.url =="/index.html" %}/{% else %}{{ page.url }}{% endif %}">
|
2014-01-27 12:42:38 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="container">
|
2014-01-27 16:03:21 +01:00
|
|
|
<div class="logo mobile-logo">
|
2014-01-27 21:33:25 +01:00
|
|
|
<a href="index.html">
|
|
|
|
<img src="img/logo.png">
|
|
|
|
Fig
|
|
|
|
</a>
|
2014-01-27 16:03:21 +01:00
|
|
|
</div>
|
2014-01-27 12:42:38 +01:00
|
|
|
|
|
|
|
<div class="content">{{ content }}</div>
|
|
|
|
|
2014-01-27 16:03:21 +01:00
|
|
|
<div class="sidebar">
|
|
|
|
<h1 class="logo">
|
2014-01-27 21:33:25 +01:00
|
|
|
<a href="index.html">
|
|
|
|
<img src="img/logo.png">
|
|
|
|
Fig
|
|
|
|
</a>
|
2014-01-27 16:03:21 +01:00
|
|
|
</h1>
|
|
|
|
|
|
|
|
<ul class="nav">
|
|
|
|
<li><a href="index.html">Home</a></li>
|
|
|
|
<li><a href="install.html">Install</a></li>
|
|
|
|
<li><a href="rails.html">Get started with Rails</a></li>
|
|
|
|
<li><a href="django.html">Get started with Django</a></li>
|
2014-01-27 22:43:22 +01:00
|
|
|
<li><a href="wordpress.html">Get started with Wordpress</a></li>
|
2014-01-27 16:03:21 +01:00
|
|
|
</ul>
|
|
|
|
<ul class="nav">
|
|
|
|
<li>Reference:</li>
|
|
|
|
<ul>
|
|
|
|
<li><a href="yml.html">fig.yml</a></li>
|
|
|
|
<li><a href="cli.html">Commands</a></li>
|
|
|
|
<li><a href="env.html">Environment variables</a></li>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
<ul class="nav">
|
|
|
|
<li><a href="https://github.com/orchardup/fig">Fig on GitHub</a></li>
|
2014-01-27 22:05:16 +01:00
|
|
|
<li><a href="http://webchat.freenode.net/?channels=%23orchardup&uio=d4">#orchardup on Freenode</a></li>
|
2014-01-27 16:03:21 +01:00
|
|
|
</ul>
|
|
|
|
|
2014-05-14 14:05:40 +02:00
|
|
|
<p>Fig is a project from <a href="https://www.orchardup.com">Orchard</a>, a Docker hosting service.</p>
|
|
|
|
<p><a href="https://twitter.com/orchardup">Follow us on Twitter</a> to keep up to date with Fig and other Docker news.</p>
|
|
|
|
|
2014-01-27 16:03:21 +01:00
|
|
|
<div class="badges">
|
|
|
|
<iframe src="http://ghbtns.com/github-btn.html?user=orchardup&repo=fig&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
|
|
|
|
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://orchardup.github.io/fig/">Tweet</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
2014-01-27 12:42:38 +01:00
|
|
|
</div>
|
|
|
|
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
|
|
|
|
<script>
|
|
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
|
|
|
|
|
|
ga('create', 'UA-43996733-3', 'orchardup.github.io');
|
|
|
|
ga('send', 'pageview');
|
|
|
|
|
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|