trigger gh-pages
This commit is contained in:
parent
d70f23f48f
commit
e8a4ee3666
|
@ -306,8 +306,8 @@
|
|||
|
||||
<pre class="language-html line-numbers"><code class="language-html" data-codeblock-shortcode>
|
||||
languageCode = "en-us"
|
||||
title = "Inclusive Pattern Docs"
|
||||
baseURL = "/"
|
||||
title = "Infusion"
|
||||
baseURL = "https://heydon.github.io/infusion/"
|
||||
theme = "infusion"
|
||||
|
||||
[params]
|
||||
|
@ -317,9 +317,53 @@ theme = "infusion"
|
|||
|
||||
|
||||
<ul>
|
||||
<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.</li>
|
||||
<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> 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. More information is available in
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="pattern-link" href="https://heydon.github.io/infusion/patterns/serving/">
|
||||
<svg class="bookmark" aria-hidden="true" height="50" width="40" viewBox="0 0 40 50"><use xlink:href="#bookmark"></use></svg>Serving</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.</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.</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>codePenUser</strong> — If you want to embed codePens in your pattern files, you need to supply a codePen username here.</li>
|
||||
</ul>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user