diff --git a/content/_index.md b/content/_index.md index a74f8bb..02396ba 100644 --- a/content/_index.md +++ b/content/_index.md @@ -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 * Easily make sections collapsible without writing HTML * 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 %}} To get started, take a look at {{% pattern "Installation" %}}. diff --git a/package.json b/package.json index ddab9ce..0266a32 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "test": "echo \"Error: no test specified\" && exit 1", "serve": "hugo server", "clean": "rm -rf content && mkdir content && mkdir content/patterns && hugo new patterns/pattern.md && hugo new _index.md", - "build": "rm -rfv public/* && hugo", + "build": "hugo", "setup": "hugo && git add public", "host": "hugo && git push origin `git subtree split --prefix public master`:gh-pages --force" }, diff --git a/public/index.html b/public/index.html index 8503478..6466162 100644 --- a/public/index.html +++ b/public/index.html @@ -194,7 +194,7 @@
  • Quickly include WCAG and Inclusive Design Principles references by key
  • Easily make sections collapsible without writing HTML
  • Choose between plain or line-numbered code blocks
  • -
  • A responsive, screen reader and keyboard accessible static website as output
  • +
  • A responsive, screen reader and keyboard accessible static site as output