minor text change

This commit is contained in:
Heydon Pickering 2017-07-03 12:45:52 +01:00
parent 65ff0e863e
commit cc2a05bade
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ Welcome to **Infusion**: a pattern library builder for inclusive designers. Thes
* Quickly include WCAG and Inclusive Design Principles references by key * Quickly include WCAG and Inclusive Design Principles references by key
* Easily make sections collapsible without writing HTML * Easily make sections collapsible without writing HTML
* Choose between plain or line-numbered code blocks * Choose between plain or line-numbered code blocks
* A responsive, screen reader and keyboard accessible static site as output * A responsive, screen reader and keyboard accessible static website as output
{{% /ticks %}} {{% /ticks %}}
To get started, take a look at {{% pattern "Installation" %}}. To get started, take a look at {{% pattern "Installation" %}}.

View File

@ -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 add public && git commit -am \"[automated build commit]\" && git push origin `git subtree split --prefix public master`:gh-pages --force" "host": "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",