diff options
Diffstat (limited to '.html/devops/index.html')
| -rw-r--r-- | .html/devops/index.html | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/.html/devops/index.html b/.html/devops/index.html new file mode 100644 index 0000000..f4f4354 --- /dev/null +++ b/.html/devops/index.html @@ -0,0 +1,96 @@ +<!DOCTYPE html> +<html> +<head> + <title> + The Codex » + ls /devops + </title> + + <link + rel='stylesheet' + type='text/css' + href='http://fonts.googleapis.com/css?family=Buenard:400,700&subset=latin,latin-ext'> + <link + rel="stylesheet" + type="text/css" + href="../media/css/reset.css"> + <link + rel="stylesheet" + type="text/css" + href="../media/css/grimoire.css"> +</head> +<body> + +<div id="shell"> + + <ol id="breadcrumbs"> + + <li class="crumb-0 not-last"> + + <a href="../">index</a> + + </li> + + <li class="crumb-1 not-last"> + + <a href="./">devops</a> + + </li> + + <li class="crumb-2 last"> + + <span class="list-crumb">list</span> + + </li> + + </ol> + + + + <div id="listing"> + <h1><code>ls /devops</code></h1> + + + + + <div id="pages"> + <h2>Pages</h2> + <ul> + + <li><a href="continuous-signing">Code Signing on Build Servers</a></li> + + <li><a href="glassfish-and-upstart">Glassfish and Upstart</a></li> + + <li><a href="puppet-2.7-to-3.1">Notes on upgrading Puppet from 2.7 to 3.1</a></li> + + <li><a href="autodeploy">Notes towards automating deployment</a></li> + + <li><a href="self-daemonization-sucks">Self-daemonizing code is awful</a></li> + + </ul> + </div> + + + + </div> + + + + + + + <div id="footer"> + <p> + + The Codex — + + Powered by <a href="http://markdoc.org/">Markdoc</a>. + +<a href="https://bitbucket.org/ojacobson/grimoire.ca/src/master/wiki/devops">See this directory on Bitbucket</a>. + + </p> + </div> + +</div> +</body> +</html>
\ No newline at end of file |
