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" >
@ -95,7 +89,7 @@
<a href="../docs/installation/">
<h2>Installation</h2>
<p class="articleinfo">2 March 2020</p>
<p class="articleinfo">8 March 2020</p>
<p>How to install this demonstration code.</p>
</a>
@ -104,7 +98,7 @@
<a href="../docs/build/">
<h2>Build</h2>
<p class="articleinfo">3 March 2020</p>
<p class="articleinfo">8 March 2020</p>
<p>How to build the static site using Metalsmith.</p>
</a>
@ -113,7 +107,7 @@
<a href="../docs/site-files/">
<h2>Site files</h2>
<p class="articleinfo">26 February 2020</p>
<p class="articleinfo">8 March 2020</p>
<p>A description of the source files used to build a website</p>
</a>
@ -122,7 +116,7 @@
<a href="../docs/page-definitions/">
<h2>Page definitions</h2>
<p class="articleinfo">3 March 2020</p>
<p class="articleinfo">8 March 2020</p>
<p>How pages are defined in the source folder.</p>
</a>
@ -131,7 +125,7 @@
<a href="../docs/plugins/">
<h2>Custom plugins</h2>
<p class="articleinfo">2 March 2020</p>
<p class="articleinfo">8 March 2020</p>
<p>The custom plugins used to create this website.</p>
</a>
@ -142,19 +136,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>