diff --git a/content/patterns/code/test.md b/content/patterns/code/test.md new file mode 100644 index 0000000..251e63a --- /dev/null +++ b/content/patterns/code/test.md @@ -0,0 +1,5 @@ ++++ +title = "Test" ++++ + +Nothing to see here. diff --git a/docs/index.html b/docs/index.html index 8503478..49ab9bf 100644 --- a/docs/index.html +++ b/docs/index.html @@ -165,6 +165,13 @@ +
  • + + + Test + +
  • +
  • @@ -243,6 +250,8 @@ + + .

    diff --git a/docs/index.xml b/docs/index.xml index ab9d768..3b245d5 100644 --- a/docs/index.xml +++ b/docs/index.xml @@ -137,6 +137,15 @@ I can reference the {{% pattern "Notes & warnings" %}} patt npm run serve This will serve your working library from localhost:1313 (the exact URL will be determined by what’s in your baseURL and will be revealed to you by your terminal). Whenever you make changes to your library’s files, the site will automatically rebuild. + + Test + https://heydon.github.io/infusion/patterns/code/test/ + Mon, 01 Jan 0001 00:00:00 +0000 + + https://heydon.github.io/infusion/patterns/code/test/ + Nothing to see here. + + Writing inline demos https://heydon.github.io/infusion/patterns/code/writing-inline-demos/ diff --git a/docs/patterns/code/code-blocks/index.html b/docs/patterns/code/code-blocks/index.html index 3b7de7e..f81584c 100644 --- a/docs/patterns/code/code-blocks/index.html +++ b/docs/patterns/code/code-blocks/index.html @@ -164,6 +164,13 @@
  • +
  • + + + Test + +
  • +
  • diff --git a/docs/patterns/code/codepen-embedding/index.html b/docs/patterns/code/codepen-embedding/index.html index 9fb9d9a..6f81080 100644 --- a/docs/patterns/code/codepen-embedding/index.html +++ b/docs/patterns/code/codepen-embedding/index.html @@ -164,6 +164,13 @@
  • +
  • + + + Test + +
  • +
  • @@ -250,6 +257,8 @@ + + diff --git a/docs/patterns/code/color-palettes/index.html b/docs/patterns/code/color-palettes/index.html index b665a5f..7a997c0 100644 --- a/docs/patterns/code/color-palettes/index.html +++ b/docs/patterns/code/color-palettes/index.html @@ -164,6 +164,13 @@
  • +
  • + + + Test + +
  • +
  • diff --git a/docs/patterns/code/index.html b/docs/patterns/code/index.html index 1635fcb..16700ad 100644 --- a/docs/patterns/code/index.html +++ b/docs/patterns/code/index.html @@ -164,6 +164,13 @@
  • +
  • + + + Test + +
  • +
  • @@ -220,6 +227,16 @@
  • +
  • +

    + + + Test + +

    +
  • + +
  • diff --git a/docs/patterns/code/index.xml b/docs/patterns/code/index.xml index 0f16b19..cbaf0c7 100644 --- a/docs/patterns/code/index.xml +++ b/docs/patterns/code/index.xml @@ -43,6 +43,15 @@ Infusion offers a couple of ways to do this. The first is by embedding CodePen d {{% colors "#111111, #cccccc, #ffffff" %}} The result is a one row strip showing each color supplied in order. The colors for Infusion are greyscale: + + Test + https://heydon.github.io/infusion/patterns/code/test/ + Mon, 01 Jan 0001 00:00:00 +0000 + + https://heydon.github.io/infusion/patterns/code/test/ + Nothing to see here. + + Writing inline demos https://heydon.github.io/infusion/patterns/code/writing-inline-demos/ diff --git a/docs/patterns/code/test/index.html b/docs/patterns/code/test/index.html new file mode 100644 index 0000000..68ef3aa --- /dev/null +++ b/docs/patterns/code/test/index.html @@ -0,0 +1,211 @@ + + + + + + + + + + + + + + Test | Infusion + + + + + skip to content + + + + + + + + + W3C + SVG + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + +
    + + + + + + diff --git a/docs/patterns/code/writing-inline-demos/index.html b/docs/patterns/code/writing-inline-demos/index.html index 4d7cc85..c35fc35 100644 --- a/docs/patterns/code/writing-inline-demos/index.html +++ b/docs/patterns/code/writing-inline-demos/index.html @@ -164,6 +164,13 @@

  • +
  • + + + Test + +
  • +
  • @@ -225,6 +232,8 @@ + + diff --git a/docs/patterns/index.html b/docs/patterns/index.html index eede1f5..95e1190 100644 --- a/docs/patterns/index.html +++ b/docs/patterns/index.html @@ -164,6 +164,13 @@
  • +
  • + + + Test + +
  • +
  • diff --git a/docs/patterns/installation/index.html b/docs/patterns/installation/index.html index 50de432..8d0b8da 100644 --- a/docs/patterns/installation/index.html +++ b/docs/patterns/installation/index.html @@ -164,6 +164,13 @@
  • +
  • + + + Test + +
  • +
  • @@ -289,6 +296,8 @@ + + pattern.

    diff --git a/docs/patterns/library-setup/index.html b/docs/patterns/library-setup/index.html index aa4951f..fae1690 100644 --- a/docs/patterns/library-setup/index.html +++ b/docs/patterns/library-setup/index.html @@ -164,6 +164,13 @@
  • +
  • + + + Test + +
  • +
  • @@ -230,6 +237,8 @@ + + instructions. You should have Hugo and Node installed, and a local copy of a forked version of Infusion. You should also have run npm install in the root of that codebase.

    “Cleaning” the content folder

    @@ -288,6 +297,8 @@ + + @@ -295,7 +306,7 @@

    The setup command

    -

    There’s another command, setup, which you need to run to create an initial build and make sure git is aware of the public folder it generates.

    +

    There’s another command, setup, which you need to run to create an initial build and make sure git is aware of the /docs folder it generates.

    npm run setup
    @@ -317,7 +328,7 @@ theme = "infusion"