minor rewording of index
This commit is contained in:
parent
871698fdda
commit
19088bf717
|
@ -3,7 +3,7 @@ date = "2017-06-26T18:27:58+01:00"
|
||||||
title = "The Infusion Pattern Library Builder"
|
title = "The Infusion Pattern Library Builder"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
Welcome to **Infusion**: a pattern library builder for inclusive designers. These are **Infusion's** docs, but they are also an example of a pattern library built with **Infusion**. Here are some of the features:
|
Welcome to **Infusion**: a pattern library builder for inclusive designers. These are **Infusion's** docs, but they are also an example of a pattern library built with **Infusion**. Here are some of its features:
|
||||||
|
|
||||||
{{% ticks %}}
|
{{% ticks %}}
|
||||||
* Built with Hugo, so easy to structure content and fast to compile it
|
* Built with Hugo, so easy to structure content and fast to compile it
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
"clean": "rm -rf content && mkdir content && mkdir content/patterns && hugo new patterns/pattern.md && hugo new _index.md",
|
"clean": "rm -rf content && mkdir content && mkdir content/patterns && hugo new patterns/pattern.md && hugo new _index.md",
|
||||||
"build": "rm -rfv public/* && hugo",
|
"build": "rm -rfv public/* && hugo",
|
||||||
"setup": "hugo && git add public",
|
"setup": "hugo && git add public",
|
||||||
"host": "hugo && git push origin `git subtree split --prefix public master`:gh-pages --force"
|
"host": "rm -rfv public/* hugo && git commit -am \"[automated build commit]\" && git push origin `git subtree split --prefix public master`:gh-pages --force"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -185,7 +185,7 @@
|
||||||
|
|
||||||
<main id="main">
|
<main id="main">
|
||||||
<h1>The Infusion Pattern Library Builder</h1>
|
<h1>The Infusion Pattern Library Builder</h1>
|
||||||
<p>Welcome to <strong>Infusion</strong>: a pattern library builder for inclusive designers. These are <strong>Infusion’s</strong> docs, but they are also an example of a library built with <strong>Infusion</strong>. Here are some of the features:</p>
|
<p>Welcome to <strong>Infusion</strong>: a pattern library builder for inclusive designers. These are <strong>Infusion’s</strong> docs, but they are also an example of a pattern library built with <strong>Infusion</strong>. Here are some of the features:</p>
|
||||||
|
|
||||||
<div class="ticks">
|
<div class="ticks">
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user