chore: updated build files

This commit is contained in:
Joshua Seigler 2020-03-08 15:55:21 -04:00
parent 174edc90a4
commit 42d5cdca2c
18 changed files with 2138 additions and 502 deletions

View file

@ -19,9 +19,6 @@
<body>
<header>
<div class="content">
<p class="logo"><a href="../../">dashdevs-suite</a></p>
<!-- main navigation -->
<nav class="nav main">
@ -46,9 +43,6 @@
</li>
</ul>
</nav>
</div>
</header>
<main class="subpages" >
@ -85,7 +79,7 @@
<h1>Custom plugins</h1>
<p class="articleinfo">Published 2 March 2020, 77 words, 1-minute read</p>
<p class="articleinfo">Published 8 March 2020, 77 words, 1-minute read</p>
<p>The <code>build.js</code> file defines how the site is built using Metalsmith and various plugins.</p>
@ -104,6 +98,8 @@
<li><a href="../../docs/page-definitions/" class="back">&laquo; back: Page definitions</a></li>
</p>
<li><a href="../../docs/plugins/" class="next">next: Custom plugins &raquo;</a></li>
</p>
</ul>
</nav>
@ -111,19 +107,19 @@
</article>
<footer>
<p>Help make this page better. <a href="https://github.com/dashdev-suite/dashdev-website/tree/master/src">Edit here >></a></p>
</footer>
</div>
</main>
<footer>
<p>Help make this page better. <a href="https://github.com/dashdev-suite/dashdev-website/tree/master/src">Edit here >></a></p>
</footer>
</body>
</html>