mirror of
https://github.com/seigler/dashdev-website
synced 2025-07-27 23:06:09 +00:00
chore: updated build files
This commit is contained in:
parent
174edc90a4
commit
42d5cdca2c
18 changed files with 2138 additions and 502 deletions
|
@ -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">« back: Page definitions</a></li>
|
||||
</p>
|
||||
|
||||
<li><a href="../../docs/plugins/" class="next">next: Custom plugins »</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>
|
Loading…
Add table
Add a link
Reference in a new issue