04d5e9550b
This is a rough first draft at simple blog system. I think this will work for maybe up to 5 posts but then we'll need to add on pagination. I'm open to help and ideas :) Make each blog entry an "<article>". Add 3em of margin to the top of articles so that there is more visual separation for blog entries. Import a reprint of https://opensource.com/article/20/2/zuul in order to better test out our blog formatting options, and potentially to serve as a starter article while we work on drafting an updated 10-year birthday article. A child of this change will serve to preview the look of multiple articles. Change-Id: Ibf496b6b56e8fa57bb114a7fabcb9639fdf8daef Co-Authored-By: Jeremy Stanley <fungi@yuggoth.org> Co-Authored-By: James E. Blair <jim@acmegating.com>
188 lines
7.8 KiB
HTML
188 lines
7.8 KiB
HTML
<!DOCTYPE HTML>
|
|
<!--
|
|
Arcana by HTML5 UP
|
|
html5up.net | @ajlkn
|
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
-->
|
|
<html>
|
|
<head>
|
|
<title>Zuul: Documentation</title>
|
|
<meta charset="utf-8" />
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
|
<link rel="manifest" href="/site.webmanifest">
|
|
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#071d49">
|
|
<meta name="msapplication-TileColor" content="#00aba9">
|
|
<meta name="theme-color" content="#ffffff">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<!--[if lte IE 8]><script src="../assets/js/ie/html5shiv.js"></script><![endif]-->
|
|
<link rel="stylesheet" href="../assets/css/main.css" />
|
|
<!--[if lte IE 8]><link rel="stylesheet" href="../assets/css/ie8.css" /><![endif]-->
|
|
<!--[if lte IE 9]><link rel="stylesheet" href="../assets/css/ie9.css" /><![endif]-->
|
|
</head>
|
|
<body>
|
|
<div id="page-wrapper">
|
|
|
|
<!-- Header -->
|
|
<div id="header">
|
|
|
|
<!-- Logo -->
|
|
<h1>
|
|
<a href="/"><img id="logo" src="../images/logo.svg" alt="Zuul"/></a>
|
|
</h1>
|
|
|
|
<!-- Nav -->
|
|
<nav id="nav">
|
|
<ul>
|
|
<li><a href="../index.html">Home</a></li>
|
|
<li><a href="../users.html">Users</a></li>
|
|
<li><a href="../blog">Blog</a></li>
|
|
<li class="current">
|
|
<a href=".">Documentation</a>
|
|
<ul>
|
|
<li><a href="zuul/">Zuul</a></li>
|
|
<li><a href="nodepool/">Nodepool</a></li>
|
|
<li><a href="zuul-jobs/">Zuul Jobs</a></li>
|
|
<li><a href="zuul-base-jobs/">Base Jobs</a></li>
|
|
<li><a href="zuul-sphinx/">Zuul Sphinx</a></li>
|
|
<li><a href="zuul-client/">Zuul Client</a></li>
|
|
<li><a href="zuul-operator/">Zuul Operator</a></li>
|
|
<li><a href="faq.html">Zuul FAQ</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="../community.html">Community</a></li>
|
|
<li><a href="../get-started.html">Get Started</a></li>
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
|
|
<!-- Posts -->
|
|
<section class="wrapper style1">
|
|
<div class="container">
|
|
<div class="row">
|
|
<section class="6u 12u(narrower)">
|
|
<div class="box post">
|
|
<div class="inner">
|
|
<h3><a href="zuul/">Zuul Documentation</a></h3>
|
|
<p>The complete user manual for Zuul.</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<section class="6u 12u(narrower)">
|
|
<div class="box post">
|
|
<div class="inner">
|
|
<h3><a href="nodepool/">Nodepool Documentation</a></h3>
|
|
<p>Nodepool is a companion program which supplies test resources to Zuul.</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
<div class="row">
|
|
<section class="6u 12u(narrower)">
|
|
<div class="box post">
|
|
<div class="inner">
|
|
<h3><a href="zuul-jobs/">Zuul Jobs</a></h3>
|
|
<p>The zuul-jobs repo is a comprehensive library of pre-defined jobs available to any Zuul installation.</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<section class="6u 12u(narrower)">
|
|
<div class="box post">
|
|
<div class="inner">
|
|
<h3><a href="zuul-base-jobs/">Base Jobs</a></h3>
|
|
<p>The zuul-base-jobs repo provides the smallest set of jobs needed to get a Zuul up and running.</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
<div class="row">
|
|
<section class="6u 12u(narrower)">
|
|
<div class="box post">
|
|
<div class="inner">
|
|
<h3><a href="zuul-sphinx/">Zuul Sphinx</a></h3>
|
|
<p>The zuul-sphinx repo provides a Sphinx
|
|
extension for documenting Zuul jobs.</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<section class="6u 12u(narrower)">
|
|
<div class="box post">
|
|
<div class="inner">
|
|
<h3><a href="zuul-client/">Zuul Client</a></h3>
|
|
<p>The zuul-client command line interface provides a simple way to
|
|
get data from Zuul, or perform administrative actions on a Zuul tenant.</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
<div class="row">
|
|
<section class="6u 12u(narrower)">
|
|
<div class="box post">
|
|
<div class="inner">
|
|
<h3><a href="zuul-operator/">Zuul Operator</a></h3>
|
|
<p>Run a complete Zuul system with all
|
|
dependencies inside of a Kubernetes cluster.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<section class="6u 12u(narrower)">
|
|
<div class="box post">
|
|
<div class="inner">
|
|
<h3><a href="faq.html">Zuul FAQ</a></h3>
|
|
<p>Find answers to common questions.</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Footer -->
|
|
<div id="footer">
|
|
<div class="container">
|
|
<div class="row">
|
|
<section class="3u 6u(narrower) 12u$(mobilep)">
|
|
<h3>Get Zuul</h3>
|
|
<ul class="links">
|
|
<li><a href="https://opendev.org/zuul/zuul/">Source</a></li>
|
|
<li><a href="https://pypi.org/project/zuul/">Install</a></li>
|
|
<li><a href="https://zuul-ci.org/docs/">Documentation</a></li>
|
|
<li><a href="https://zuul-ci.org/docs/faq.html">FAQ</a></li>
|
|
</ul>
|
|
</section>
|
|
<section class="3u 6u$(narrower) 12u$(mobilep)">
|
|
<h3>Get Involved</h3>
|
|
<ul class="links">
|
|
<li><a href="http://lists.zuul-ci.org/cgi-bin/mailman/listinfo">Mailing lists</a></li>
|
|
<li><a href="https://matrix.to/#/#zuul:opendev.org">Matrix Chat</a></li>
|
|
<li><a href="https://storyboard.openstack.org/#!/project/679">Bugs</a></li>
|
|
<li><a href="https://review.opendev.org/#/q/status:open+project:zuul/zuul">Code Review</a></li>
|
|
</ul>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Copyright -->
|
|
<div class="copyright">
|
|
<ul class="menu">
|
|
<li>© Zuul Contributors. Licensed under Creative Commons Attribution 3.0</li><li>Zuul is collaboratively developed under the Apache 2 license and managed by the Open Infrastructure Foundation.</li><li>Design based on Arcana from: <a href="https://htmlup.net">HTML5 UP</a></li><li><a href="https://opendev.org/zuul/zuul-website/">Browse page source</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- Scripts -->
|
|
<script src="../assets/js/jquery.min.js"></script>
|
|
<script src="../assets/js/jquery.dropotron.min.js"></script>
|
|
<script src="../assets/js/skel.min.js"></script>
|
|
<script src="../assets/js/util.js"></script>
|
|
<!--[if lte IE 8]><script src="../assets/js/ie/respond.min.js"></script><![endif]-->
|
|
<script src="../assets/js/main.js"></script>
|
|
|
|
</body>
|
|
</html>
|