|
@@ -269,7 +269,7 @@ baseURL = "https://heydon.github.io/infusion/"
|
|
|
theme = "infusion"
|
|
|
|
|
|
[params]
|
|
|
- description = "Documentation for the <strong>Infusion</strong> pattern library builder. This documentation is constructed using the builder itself."
|
|
|
+ description = "Documentation for the **Infusion** pattern library builder. This documentation is constructed using the builder itself."
|
|
|
codePenUser = "Heydon"
|
|
|
</code></pre>
|
|
|
|
|
@@ -278,7 +278,7 @@ theme = "infusion"
|
|
|
<li><strong>title</strong> — This is the library’s name, like “Megacorp 5000 Pattern Library”. You don’t have to include the term “pattern library” if you don’t want to. For <strong>Infusion’s</strong> own version of <strong>Infusion</strong>, the <code>title</code> is, naturally, <em>Infusion</em> :-)</li>
|
|
|
<li><strong>baseURL</strong> — This is the root of the live site. Typically you will publish the site to Github Pages, so this should be the base URL for your Github Pages site.</li>
|
|
|
<li><strong>theme</strong> — This is the theme the library is using. Don’t change this from “infusion”.</li>
|
|
|
-<li><strong>description</strong> — This is a short description of the library and comes under the logo. You can include HTML like <code><em></code> and <code><strong></code>.</li>
|
|
|
+<li><strong>description</strong> — This is a short description of the library and comes under the logo. You can include markdown syntax here, like <em>**Infusion**</em> in the above example for making the name of the library bold.</li>
|
|
|
<li><strong>codePenUser</strong> — If you want to embed codePens in your pattern files, you need to supply a codePen username here.</li>
|
|
|
</ul>
|
|
|
|