mirror of
https://github.com/seigler/dashdev-website
synced 2025-07-26 22:36:09 +00:00
118 lines
2.6 KiB
HTML
118 lines
2.6 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Usage options - dashdevs-suite</title>
|
|
<meta name="description" content="What type of project could benefit from Metalsmith?" />
|
|
|
|
<meta name="HandheldFriendly" content="true">
|
|
<meta name="MobileOptimized" content="320">
|
|
<meta name="viewport" content="width=device-width,shrink-to-fit=no,user-scalable=no,initial-scale=1,minimum-scale=1,minimal-ui">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
|
<meta name="mobile-web-app-capable" content="yes">
|
|
|
|
<link rel="stylesheet" media="all" href="../../css/styles.css" />
|
|
</head>
|
|
<body>
|
|
|
|
<header>
|
|
|
|
<div class="content">
|
|
|
|
<p class="logo"><a href="../../">dashdevs-suite</a></p>
|
|
<!-- main navigation -->
|
|
<nav class="nav main">
|
|
<ul>
|
|
<li>
|
|
<a href="../../">Home</a>
|
|
</li>
|
|
<li>
|
|
<a href="../../start/">Start</a>
|
|
</li>
|
|
<li>
|
|
<a href="../../article/" class="active">Articles</a>
|
|
</li>
|
|
<li>
|
|
<a href="../../contact/">Contact</a>
|
|
</li>
|
|
</ul>
|
|
</nav>
|
|
|
|
</div>
|
|
|
|
</header>
|
|
|
|
<main class="subpages">
|
|
|
|
|
|
<!-- sub navigation -->
|
|
<nav class="nav sub">
|
|
<ul>
|
|
|
|
<li>
|
|
<strong>Usage options</strong>
|
|
</li>
|
|
<li>
|
|
<a href="../../article/gotchas/">Gotchas</a>
|
|
</li>
|
|
<li>
|
|
<a href="../../article/gulp/">Gulp</a>
|
|
</li>
|
|
<li>
|
|
<a href="../../article/future/">Future publication</a>
|
|
</li>
|
|
|
|
</ul>
|
|
</nav>
|
|
|
|
|
|
<div class="content">
|
|
|
|
<article>
|
|
|
|
<h1>Usage options</h1>
|
|
|
|
|
|
<p class="articleinfo">Published 14 March 2016, 47 words, 1-minute read</p>
|
|
|
|
|
|
<p>Metalsmith could be used to create any number of resources, including:</p>
|
|
<ul>
|
|
<li>a fast static website with minimal server-side requirements</li>
|
|
<li>technical documentation</li>
|
|
<li>an eBook</li>
|
|
<li>application prototypes</li>
|
|
<li>build tools or project scaffolding</li>
|
|
</ul>
|
|
<p>The markdown files can be converted to other files types using plugins such as <a href="https://github.com/arve0/metalsmith-pandoc">metalsmith-pandoc</a> or <a href="https://github.com/jjclark1982/metalsmith-pdf">metalsmith-pdf</a>.</p>
|
|
|
|
|
|
|
|
<nav class="nav page">
|
|
<ul>
|
|
|
|
<li><a href="../../article/" class="back">« back: Articles</a></li></p>
|
|
|
|
<li><a href="../../article/gotchas/" class="next">next: Gotchas »</a></li></p>
|
|
|
|
</ul>
|
|
</nav>
|
|
|
|
|
|
</article>
|
|
|
|
</div>
|
|
|
|
</main>
|
|
|
|
<footer>
|
|
|
|
<p>By <a href="https://chat.dashdevs.org">dashdevs</a> and featured on <a href="http://www.dashdevs.org/">DashDevs.org</a></p>
|
|
|
|
<p class="siteinfo">Development build, version 1.0.0, article template</p>
|
|
|
|
</footer>
|
|
|
|
</body>
|
|
</html>
|