mirror of
https://github.com/seigler/dashdev-website
synced 2025-07-27 06:46: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>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">« back: Site files</a></li>
|
||||
</p>
|
||||
|
||||
<li><a href="../../docs/plugins/" class="next">next: Custom plugins »</a></li>
|
||||
<li><a href="../../docs/page-definitions/" class="next">next: Page definitions »</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>
|
Loading…
Add table
Add a link
Reference in a new issue