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>Page definitions</h1>
<p class="articleinfo">Published 3 March 2020, 194 words, 1-minute read</p>
<p class="articleinfo">Published 8 March 2020, 194 words, 1-minute read</p>
<p>Each sub-folder in <code>src/html</code> is a website section. Pages named <code>index.md</code> are the default page in section. File paths are translated to permalinks, e.g.</p>
@ -116,7 +110,7 @@ date: 2016-06-01
<li><a href="../../docs/site-files/" class="back">&laquo; back: Site files</a></li>
</p>
<li><a href="../../docs/plugins/" class="next">next: Custom plugins &raquo;</a></li>
<li><a href="../../docs/page-definitions/" class="next">next: Page definitions &raquo;</a></li>
</p>
</ul>
@ -125,19 +119,19 @@ date: 2016-06-01
</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>