diff --git a/content/patterns/updating.md b/content/patterns/updating.md new file mode 100644 index 0000000..1d0519d --- /dev/null +++ b/content/patterns/updating.md @@ -0,0 +1,37 @@ ++++ +title = "Updating Infusion" ++++ + +The core of **Infusion's** functionality is in its Hugo theme, also called **Infusion**. This is found in the theme folder. + +{{% fileTree %}} +* content +* docs +* lib +* snippets +* static +* themes + * infusion +{{% /fileTree %}} + +Do not "hack the core". If you have any issues with **Infusion**, please report them to [the **Infusion** Github repository](https://github.com/ThePacielloGroup/infusion/issues) and they will be dealt with ASAP. + +Infusion is undergoing constant development, so keep an eye out for new releases. To update to a new version of **Infusion**, simply run the `update` command from inside your local project folder. + +{{}} +npm run update +{{}} + +This will save a timestamped backup of the current version, and download the latest version. Your theme folder will now look something like the following. + +{{% fileTree %}} +* themes + * infusion + * infusion-old-1503389765972 +{{% /fileTree %}} + +If you experience breaking changes and are having trouble fixing them, you can rename the old folder and revert to using it. In the meantime, you can [submit an issue](https://github.com/ThePacielloGroup/infusion/issues) with the "help" tag describing your problem. + +{{% warning %}} +The described update process relies on SVN because Github does not support downloading individual repository folders. If you have a Mac, SVN should be installed already. If not, or you are on Windows, you can either install SVN or download the latests **Infusion** theme folder manually, using the Github web interface. +{{% /warning %}} diff --git a/docs/index.html b/docs/index.html index add7c28..b6b33f3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -138,6 +138,7 @@

Documentation for the Infusion pattern library builder, built with Infusion itself. @@ -199,6 +200,15 @@ +

  • + + + Updating Infusion + +
  • +
  • Writing

    diff --git a/docs/index.xml b/docs/index.xml index f0816fd..d750577 100644 --- a/docs/index.xml +++ b/docs/index.xml @@ -233,5 +233,16 @@ Infusion provided a tested shortcode that lets you show which browsers and assis {{% tested using="Firefox + JAWS, Chrome, Safari iOS + Voiceover, Edge" %}} This outputs: + + Updating Infusion + https://thepaciellogroup.github.io/infusion/patterns/updating/ + Mon, 01 Jan 0001 00:00:00 +0000 + + https://thepaciellogroup.github.io/infusion/patterns/updating/ + The core of Infusion’s functionality is in its Hugo theme, also called Infusion. This is found in the theme folder. + content docs lib snippets static themes infusion Do not “hack the core”. If you have any issues with Infusion, please report them to the Infusion Github repository and they will be dealt with ASAP. +Infusion is undergoing constant development, so keep an eye out for new releases. + + \ No newline at end of file diff --git a/docs/patterns/coding/code-blocks/index.html b/docs/patterns/coding/code-blocks/index.html index c326a7b..cf6b0ed 100644 --- a/docs/patterns/coding/code-blocks/index.html +++ b/docs/patterns/coding/code-blocks/index.html @@ -135,6 +135,7 @@

    Documentation for the Infusion pattern library builder, built with Infusion itself. @@ -196,6 +197,15 @@

  • +
  • + + + Updating Infusion + +
  • +
  • Writing

    diff --git a/docs/patterns/coding/color-palettes/index.html b/docs/patterns/coding/color-palettes/index.html index 2d10e63..e6377bc 100644 --- a/docs/patterns/coding/color-palettes/index.html +++ b/docs/patterns/coding/color-palettes/index.html @@ -135,6 +135,7 @@

    Documentation for the Infusion pattern library builder, built with Infusion itself. @@ -196,6 +197,15 @@

  • +
  • + + + Updating Infusion + +
  • +
  • Writing

    diff --git a/docs/patterns/coding/command-line/index.html b/docs/patterns/coding/command-line/index.html index bafbf32..a0ad9da 100644 --- a/docs/patterns/coding/command-line/index.html +++ b/docs/patterns/coding/command-line/index.html @@ -135,6 +135,7 @@

    Documentation for the Infusion pattern library builder, built with Infusion itself. @@ -196,6 +197,15 @@

  • +
  • + + + Updating Infusion + +
  • +
  • Writing

    diff --git a/docs/patterns/coding/demo-embedding/index.html b/docs/patterns/coding/demo-embedding/index.html index eeb2833..e728e8a 100644 --- a/docs/patterns/coding/demo-embedding/index.html +++ b/docs/patterns/coding/demo-embedding/index.html @@ -135,6 +135,7 @@

    Documentation for the Infusion pattern library builder, built with Infusion itself. @@ -196,6 +197,15 @@

  • +
  • + + + Updating Infusion + +
  • +
  • Writing

    diff --git a/docs/patterns/coding/file-trees/index.html b/docs/patterns/coding/file-trees/index.html index dd57360..41bee53 100644 --- a/docs/patterns/coding/file-trees/index.html +++ b/docs/patterns/coding/file-trees/index.html @@ -135,6 +135,7 @@

    Documentation for the Infusion pattern library builder, built with Infusion itself. @@ -196,6 +197,15 @@

  • +
  • + + + Updating Infusion + +
  • +
  • Writing

    diff --git a/docs/patterns/coding/index.html b/docs/patterns/coding/index.html index 96449d2..b8a7676 100644 --- a/docs/patterns/coding/index.html +++ b/docs/patterns/coding/index.html @@ -135,6 +135,7 @@

    Documentation for the Infusion pattern library builder, built with Infusion itself. @@ -196,6 +197,15 @@

  • +
  • + + + Updating Infusion + +
  • +
  • Writing

    diff --git a/docs/patterns/coding/tested/index.html b/docs/patterns/coding/tested/index.html index a282961..d693b10 100644 --- a/docs/patterns/coding/tested/index.html +++ b/docs/patterns/coding/tested/index.html @@ -135,6 +135,7 @@

    Documentation for the Infusion pattern library builder, built with Infusion itself. @@ -196,6 +197,15 @@

  • +
  • + + + Updating Infusion + +
  • +
  • Writing

    diff --git a/docs/patterns/coding/writing-inline-demos/index.html b/docs/patterns/coding/writing-inline-demos/index.html index 3dce0d2..749e3a9 100644 --- a/docs/patterns/coding/writing-inline-demos/index.html +++ b/docs/patterns/coding/writing-inline-demos/index.html @@ -135,6 +135,7 @@

    Documentation for the Infusion pattern library builder, built with Infusion itself. @@ -196,6 +197,15 @@

  • +
  • + + + Updating Infusion + +
  • +
  • Writing

    diff --git a/docs/patterns/index.html b/docs/patterns/index.html index 73bef1c..6e8cede 100644 --- a/docs/patterns/index.html +++ b/docs/patterns/index.html @@ -135,6 +135,7 @@

    Documentation for the Infusion pattern library builder, built with Infusion itself. @@ -196,6 +197,15 @@

  • +
  • + + + Updating Infusion + +
  • +
  • Writing

    @@ -425,6 +435,18 @@
  • +
  • +

    + + + Updating Infusion + +

    +
  • + + diff --git a/docs/patterns/index.xml b/docs/patterns/index.xml index 4567b8a..02c0713 100644 --- a/docs/patterns/index.xml +++ b/docs/patterns/index.xml @@ -54,5 +54,16 @@ https://yourName.github.io/your-library/print-version Print styles are also + + Updating Infusion + https://thepaciellogroup.github.io/infusion/patterns/updating/ + Mon, 01 Jan 0001 00:00:00 +0000 + + https://thepaciellogroup.github.io/infusion/patterns/updating/ + The core of Infusion’s functionality is in its Hugo theme, also called Infusion. This is found in the theme folder. + content docs lib snippets static themes infusion Do not “hack the core”. If you have any issues with Infusion, please report them to the Infusion Github repository and they will be dealt with ASAP. +Infusion is undergoing constant development, so keep an eye out for new releases. + + \ No newline at end of file diff --git a/docs/patterns/installation/index.html b/docs/patterns/installation/index.html index b73e03b..02d26c3 100644 --- a/docs/patterns/installation/index.html +++ b/docs/patterns/installation/index.html @@ -135,6 +135,7 @@

    Documentation for the Infusion pattern library builder, built with Infusion itself. @@ -196,6 +197,15 @@ +

  • + + + Updating Infusion + +
  • +
  • Writing

    diff --git a/docs/patterns/library-setup/index.html b/docs/patterns/library-setup/index.html index 58e268f..82a4f48 100644 --- a/docs/patterns/library-setup/index.html +++ b/docs/patterns/library-setup/index.html @@ -135,6 +135,7 @@

    Documentation for the Infusion pattern library builder, built with Infusion itself. @@ -196,6 +197,15 @@

  • +
  • + + + Updating Infusion + +
  • +
  • Writing

    diff --git a/docs/patterns/media/including-images/index.html b/docs/patterns/media/including-images/index.html index c45001c..dd83236 100644 --- a/docs/patterns/media/including-images/index.html +++ b/docs/patterns/media/including-images/index.html @@ -135,6 +135,7 @@

    Documentation for the Infusion pattern library builder, built with Infusion itself. @@ -196,6 +197,15 @@

  • +
  • + + + Updating Infusion + +
  • +
  • Writing

    diff --git a/docs/patterns/media/including-videos/index.html b/docs/patterns/media/including-videos/index.html index 828f075..4110865 100644 --- a/docs/patterns/media/including-videos/index.html +++ b/docs/patterns/media/including-videos/index.html @@ -135,6 +135,7 @@

    Documentation for the Infusion pattern library builder, built with Infusion itself. @@ -196,6 +197,15 @@

  • +
  • + + + Updating Infusion + +
  • +
  • Writing

    diff --git a/docs/patterns/media/index.html b/docs/patterns/media/index.html index 7c23031..1800718 100644 --- a/docs/patterns/media/index.html +++ b/docs/patterns/media/index.html @@ -135,6 +135,7 @@

    Documentation for the Infusion pattern library builder, built with Infusion itself. @@ -196,6 +197,15 @@

  • +
  • + + + Updating Infusion + +
  • +
  • Writing

    diff --git a/docs/patterns/printing/index.html b/docs/patterns/printing/index.html index 0e05bd1..d804f59 100644 --- a/docs/patterns/printing/index.html +++ b/docs/patterns/printing/index.html @@ -135,6 +135,7 @@

    Documentation for the Infusion pattern library builder, built with Infusion itself. @@ -196,6 +197,15 @@

  • +
  • + + + Updating Infusion + +
  • +
  • Writing

    diff --git a/docs/patterns/serving/index.html b/docs/patterns/serving/index.html index fca6041..ea2fe51 100644 --- a/docs/patterns/serving/index.html +++ b/docs/patterns/serving/index.html @@ -135,6 +135,7 @@

    Documentation for the Infusion pattern library builder, built with Infusion itself. @@ -196,6 +197,15 @@

  • +
  • + + + Updating Infusion + +
  • +
  • Writing

    diff --git a/docs/patterns/updating/index.html b/docs/patterns/updating/index.html new file mode 100644 index 0000000..9afbb1d --- /dev/null +++ b/docs/patterns/updating/index.html @@ -0,0 +1,470 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Updating Infusion | Infusion + + + + + + + skip to content + + + + + + + + + + W3C + SVG + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + +
    + + + + + diff --git a/docs/patterns/writing/expandable-sections/index.html b/docs/patterns/writing/expandable-sections/index.html index 3916c97..c03c2f2 100644 --- a/docs/patterns/writing/expandable-sections/index.html +++ b/docs/patterns/writing/expandable-sections/index.html @@ -135,6 +135,7 @@

    Documentation for the Infusion pattern library builder, built with Infusion itself. @@ -196,6 +197,15 @@

  • +
  • + + + Updating Infusion + +
  • +
  • Writing

    diff --git a/docs/patterns/writing/index.html b/docs/patterns/writing/index.html index 6afca7f..ddcd9d3 100644 --- a/docs/patterns/writing/index.html +++ b/docs/patterns/writing/index.html @@ -135,6 +135,7 @@

    Documentation for the Infusion pattern library builder, built with Infusion itself. @@ -196,6 +197,15 @@

  • +
  • + + + Updating Infusion + +
  • +
  • Writing

    diff --git a/docs/patterns/writing/library-structure/index.html b/docs/patterns/writing/library-structure/index.html index 8d8fd80..601e911 100644 --- a/docs/patterns/writing/library-structure/index.html +++ b/docs/patterns/writing/library-structure/index.html @@ -135,6 +135,7 @@

    Documentation for the Infusion pattern library builder, built with Infusion itself. @@ -196,6 +197,15 @@

  • +
  • + + + Updating Infusion + +
  • +
  • Writing

    diff --git a/docs/patterns/writing/markdown-and-metadata/index.html b/docs/patterns/writing/markdown-and-metadata/index.html index 6473fe9..25eaef7 100644 --- a/docs/patterns/writing/markdown-and-metadata/index.html +++ b/docs/patterns/writing/markdown-and-metadata/index.html @@ -135,6 +135,7 @@

    Documentation for the Infusion pattern library builder, built with Infusion itself. @@ -196,6 +197,15 @@

  • +
  • + + + Updating Infusion + +
  • +
  • Writing

    diff --git a/docs/patterns/writing/notes-and-warnings/index.html b/docs/patterns/writing/notes-and-warnings/index.html index 4ef4236..93ab0b2 100644 --- a/docs/patterns/writing/notes-and-warnings/index.html +++ b/docs/patterns/writing/notes-and-warnings/index.html @@ -135,6 +135,7 @@

    Documentation for the Infusion pattern library builder, built with Infusion itself. @@ -196,6 +197,15 @@

  • +
  • + + + Updating Infusion + +
  • +
  • Writing

    diff --git a/docs/patterns/writing/references/index.html b/docs/patterns/writing/references/index.html index 5a4f5a5..a9c5177 100644 --- a/docs/patterns/writing/references/index.html +++ b/docs/patterns/writing/references/index.html @@ -135,6 +135,7 @@

    Documentation for the Infusion pattern library builder, built with Infusion itself. @@ -196,6 +197,15 @@

  • +
  • + + + Updating Infusion + +
  • +
  • Writing

    diff --git a/docs/patterns/writing/snippets/index.html b/docs/patterns/writing/snippets/index.html index 2d94bb6..3fde228 100644 --- a/docs/patterns/writing/snippets/index.html +++ b/docs/patterns/writing/snippets/index.html @@ -135,6 +135,7 @@

    Documentation for the Infusion pattern library builder, built with Infusion itself. @@ -196,6 +197,15 @@

  • +
  • + + + Updating Infusion + +
  • +
  • Writing

    diff --git a/docs/patterns/writing/tables-of-contents/index.html b/docs/patterns/writing/tables-of-contents/index.html index 7a16442..e03171b 100644 --- a/docs/patterns/writing/tables-of-contents/index.html +++ b/docs/patterns/writing/tables-of-contents/index.html @@ -135,6 +135,7 @@

    Documentation for the Infusion pattern library builder, built with Infusion itself. @@ -196,6 +197,15 @@

  • +
  • + + + Updating Infusion + +
  • +
  • Writing

    diff --git a/docs/print-version/index.html b/docs/print-version/index.html index 79dd920..0af10f5 100644 --- a/docs/print-version/index.html +++ b/docs/print-version/index.html @@ -133,6 +133,7 @@

    Documentation for the Infusion pattern library builder, built with Infusion itself. @@ -194,6 +195,15 @@

  • +
  • + + + Updating Infusion + +
  • +
  • Writing

    @@ -612,6 +622,69 @@ theme = "infusion"

    +
  • + +
    +

    + + Updating Infusion +

    +

    The core of Infusion’s functionality is in its Hugo theme, also called Infusion. This is found in the theme folder.

    + +
    +
      +
    • content
    • +
    • docs
    • +
    • lib
    • +
    • snippets
    • +
    • static
    • +
    • themes + +
        +
      • infusion
      • +
    • +
    + +
    + + +

    Do not “hack the core”. If you have any issues with Infusion, please report them to the Infusion Github repository and they will be dealt with ASAP.

    + +

    Infusion is undergoing constant development, so keep an eye out for new releases. To update to a new version of Infusion, simply run the update command from inside your local project folder.

    + +
    npm run update
    + + +

    This will save a timestamped backup of the current version, and download the latest version. Your theme folder will now look something like the following.

    + +
    +
      +
    • themes + +
        +
      • infusion
      • +
      • infusion-old-1503389765972
      • +
    • +
    + +
    + + +

    If you experience breaking changes and are having trouble fixing them, you can rename the old folder and revert to using it. In the meantime, you can submit an issue with the “help” tag describing your problem.

    + + + +
    diff --git a/docs/service-worker.js b/docs/service-worker.js index c4d4614..2e492ac 100644 --- a/docs/service-worker.js +++ b/docs/service-worker.js @@ -37,7 +37,7 @@ /* eslint-disable indent, no-unused-vars, no-multiple-empty-lines, max-nested-callbacks, space-before-function-paren, quotes, comma-spacing */ 'use strict'; -var precacheConfig = [["browserconfig.xml","67c3113b1574fecc6015d56d774e1d38"],["categories/index.xml","1c183b48cab635f689386c900b9dc4aa"],["css/fonts/miriamlibre-bold.woff","96496f6f06535d25b3bcba876917ca35"],["css/fonts/miriamlibre-bold.woff2","668defa44d9a74dd709ce0c826a5eb11"],["css/images/arrow_effect.svg","1434d178461f70c16b77acb4bdbc51e3"],["css/images/icon-tick.svg","35d4d4728ea80d254508b2bca4109d70"],["css/images/stripe.svg","fa3f32a026b6a1bb04ee98d963432e15"],["css/prism.css","004029c8c70ed2bbaa5d9debcf14f8c7"],["css/styles.css","2a1fd41c7a4eda57740fcacba7f399a4"],["images/android-icon-144x144.png","43e1f47f182b13d0dee15f510213e928"],["images/android-icon-192x192.png","4c07782e52e0ab714074e6d3d69dc3ec"],["images/android-icon-36x36.png","3b2cd8c925a66bf84c89b68bb30e5f62"],["images/android-icon-48x48.png","45dc386eea1d8a46216a8b6de9b156c6"],["images/android-icon-72x72.png","b04c64637efed2b04fa900ddfcbfe75d"],["images/android-icon-96x96.png","bd9c126a4d6baf7ce442122ce0e89e11"],["images/apple-icon-114x114.png","72e127d6f01dfcd2ba2340141babc536"],["images/apple-icon-120x120.png","bc7cd9e36869e66aaca78412207bf723"],["images/apple-icon-144x144.png","43e1f47f182b13d0dee15f510213e928"],["images/apple-icon-152x152.png","567c64205576865b5e5d06c849613ca2"],["images/apple-icon-180x180.png","6b8734c446bf02ab50be598b4c01ec9c"],["images/apple-icon-57x57.png","f8c586086752c78870820b6190d6b42b"],["images/apple-icon-60x60.png","6e88df111e506bcd5501bed4ff10542e"],["images/apple-icon-72x72.png","b04c64637efed2b04fa900ddfcbfe75d"],["images/apple-icon-76x76.png","d8666e0ac256f39f8c5c628486bd71fb"],["images/apple-icon-precomposed.png","725f6cec25256abb1db10385e0724400"],["images/apple-icon.png","725f6cec25256abb1db10385e0724400"],["images/bad_design_system.png","9c0e87a34e7d842b0e2831dc947249aa"],["images/browser-chrome-android.svg","3100b2a9c5f0e34982c717fc2aa46d73"],["images/browser-chrome.svg","fa39b4be6727525330e928f582fbe80a"],["images/browser-edge.svg","9e8265ab8f6a701587a4271dd3aa6a73"],["images/browser-firefox-android.svg","452df7b9e83c70a07e8e03b4e8dab9c4"],["images/browser-firefox.svg","d3093eda664be3d0cc6d791e1386420f"],["images/browser-ie.svg","13e192cf2b3fe17e7049a49b7d085caa"],["images/browser-opera.svg","95d65630c9f7deef6a3098af8f5baf9f"],["images/browser-safari-ios.svg","f729e629ec998ec40d313495d7257741"],["images/browser-safari.svg","523ee9491f5a937b8975f4d23aa77f62"],["images/favicon-16x16.png","7a99c20d6c00babddd26d03607b8721d"],["images/favicon-32x32.png","129881474a1bf130027bff7a1e89febd"],["images/favicon-96x96.png","bd9c126a4d6baf7ce442122ce0e89e11"],["images/favicon.ico","81c46feedbfcc6c6dc9495e4fd5adfad"],["images/icon-info.svg","53a6c555ce41f818556c71ab0dfc533b"],["images/icon-tag.svg","f067bbbc072941b2a0335679300bfc6c"],["images/icon-warning.svg","2a4322abbee9aed694fadb50e98a1f61"],["images/logo.svg","50293a256b796b9a737f1969d511a98e"],["images/ms-icon-144x144.png","43e1f47f182b13d0dee15f510213e928"],["images/ms-icon-150x150.png","e73370837ab9060772a18d62aaacd0f0"],["images/ms-icon-310x310.png","8a7143516b929702e3309bb537a99c5c"],["images/ms-icon-70x70.png","d7c6e7368733d53b5f979546d5aa4fe9"],["images/open_in_desktop.png","e899d6679b011aa7b0e783683d90d99b"],["images/samsung_homescreen.png","5ef40e64a18f966ce5c9084a024256db"],["images/serve_from_docs.png","15ae9eac3737a21593ebe00a9312bf9e"],["index.html","df7e43eb1d140d6945df9bc684aa561a"],["index.xml","27a8de47bc71ed57817e33a1a52a192d"],["js/dom-scripts.js","ac4628102e015c7b80281369b285f430"],["js/prism.js","0c1fb8d3a69ee7c91dbf0f361ded7763"],["js/service-worker-registration.js","d60f01dc1393cbaaf4f7435339074d5e"],["manifest.json","238a0121f2ebf55e137c05f40d3ec335"],["patterns/coding/code-blocks/index.html","34932fb6ed4ea9f043892751e3016257"],["patterns/coding/color-palettes/index.html","aebf7b13099486edfca20650d7fe4c1f"],["patterns/coding/command-line/index.html","a0113d3a842ba1374a8dfbc3cd3c2959"],["patterns/coding/demo-embedding/index.html","5bf7d644a08686edc01a254993873f8f"],["patterns/coding/file-trees/index.html","317a284b54ca4dd184d325334cd59dbb"],["patterns/coding/index.html","0442c041e382ebdb9c2709c78fec3ccb"],["patterns/coding/index.xml","9103e9b80e3ea47df0759c7646b4b174"],["patterns/coding/tested/index.html","bb122f0d997f0b45c7e9d815b65201ec"],["patterns/coding/writing-inline-demos/index.html","b88a8cd434eff1e82fa44662c54e7cf0"],["patterns/index.html","77eae3c2c51e47c722726440b2928285"],["patterns/index.xml","001756a56c7778509768d8d71ca43a91"],["patterns/installation/index.html","c46b9caeebcbad507b254c75716132a3"],["patterns/library-setup/index.html","31149cc7b39961aee3aa2c429b593f53"],["patterns/media/including-images/index.html","5fd50ba826f2d4e1427fec0fbdccb580"],["patterns/media/including-videos/index.html","e5c2350941df7d4afa520f04ee33adab"],["patterns/media/index.html","992ab94f6bc5b00c12ca7dc965c93e93"],["patterns/media/index.xml","69e133cec08e19eeb33cb005e90590e3"],["patterns/printing/index.html","7501c2bab714471fdea56e3afe5d5042"],["patterns/serving/index.html","4be1d712c26fa047e28797d236d24f72"],["patterns/writing/expandable-sections/index.html","51d505bef4426e9020587e2680391e32"],["patterns/writing/index.html","7e0d1e2461d0bcd1e27c0c79f158d205"],["patterns/writing/index.xml","691ef930c108f300ab46d63e88be2b55"],["patterns/writing/library-structure/index.html","1f6ba4e53e212b6d8865caa4304ec4eb"],["patterns/writing/markdown-and-metadata/index.html","d218b283b1297d074b4fbd45f8537d19"],["patterns/writing/notes-and-warnings/index.html","b0610d3e76ea58cf920c90bc0debbaee"],["patterns/writing/references/index.html","9d14b3f9577b38406d7d7a956e0087d5"],["patterns/writing/snippets/index.html","b7c65080078bd1bb22ba9b5a6be33e6c"],["patterns/writing/tables-of-contents/index.html","25267ef06a7fedd577baf211e13ef400"],["print-version/index.html","7535252ed919fd7f2b25dc7d767d857b"],["sitemap.xml","5e45bc70692bcb388496bd4831d6431b"],["tags/index.xml","7445f2e8ccc722d44e7533263233d2df"],["tags/markdown/index.html","adc3aca819192c36f91fa4500b190a6e"],["tags/markdown/index.xml","7df48ac337fc803de40eec42599a31cd"],["tags/metadata/index.html","39d72c846656744d59ed0bf7b336858f"],["tags/metadata/index.xml","eca9cfe9cd6561660ff341d5ded73b06"]]; +var precacheConfig = [["browserconfig.xml","67c3113b1574fecc6015d56d774e1d38"],["categories/index.xml","1c183b48cab635f689386c900b9dc4aa"],["css/fonts/miriamlibre-bold.woff","96496f6f06535d25b3bcba876917ca35"],["css/fonts/miriamlibre-bold.woff2","668defa44d9a74dd709ce0c826a5eb11"],["css/images/arrow_effect.svg","1434d178461f70c16b77acb4bdbc51e3"],["css/images/icon-tick.svg","35d4d4728ea80d254508b2bca4109d70"],["css/images/stripe.svg","fa3f32a026b6a1bb04ee98d963432e15"],["css/prism.css","004029c8c70ed2bbaa5d9debcf14f8c7"],["css/styles.css","2a1fd41c7a4eda57740fcacba7f399a4"],["images/android-icon-144x144.png","43e1f47f182b13d0dee15f510213e928"],["images/android-icon-192x192.png","4c07782e52e0ab714074e6d3d69dc3ec"],["images/android-icon-36x36.png","3b2cd8c925a66bf84c89b68bb30e5f62"],["images/android-icon-48x48.png","45dc386eea1d8a46216a8b6de9b156c6"],["images/android-icon-72x72.png","b04c64637efed2b04fa900ddfcbfe75d"],["images/android-icon-96x96.png","bd9c126a4d6baf7ce442122ce0e89e11"],["images/apple-icon-114x114.png","72e127d6f01dfcd2ba2340141babc536"],["images/apple-icon-120x120.png","bc7cd9e36869e66aaca78412207bf723"],["images/apple-icon-144x144.png","43e1f47f182b13d0dee15f510213e928"],["images/apple-icon-152x152.png","567c64205576865b5e5d06c849613ca2"],["images/apple-icon-180x180.png","6b8734c446bf02ab50be598b4c01ec9c"],["images/apple-icon-57x57.png","f8c586086752c78870820b6190d6b42b"],["images/apple-icon-60x60.png","6e88df111e506bcd5501bed4ff10542e"],["images/apple-icon-72x72.png","b04c64637efed2b04fa900ddfcbfe75d"],["images/apple-icon-76x76.png","d8666e0ac256f39f8c5c628486bd71fb"],["images/apple-icon-precomposed.png","725f6cec25256abb1db10385e0724400"],["images/apple-icon.png","725f6cec25256abb1db10385e0724400"],["images/bad_design_system.png","9c0e87a34e7d842b0e2831dc947249aa"],["images/browser-chrome-android.svg","3100b2a9c5f0e34982c717fc2aa46d73"],["images/browser-chrome.svg","fa39b4be6727525330e928f582fbe80a"],["images/browser-edge.svg","9e8265ab8f6a701587a4271dd3aa6a73"],["images/browser-firefox-android.svg","452df7b9e83c70a07e8e03b4e8dab9c4"],["images/browser-firefox.svg","d3093eda664be3d0cc6d791e1386420f"],["images/browser-ie.svg","13e192cf2b3fe17e7049a49b7d085caa"],["images/browser-opera.svg","95d65630c9f7deef6a3098af8f5baf9f"],["images/browser-safari-ios.svg","f729e629ec998ec40d313495d7257741"],["images/browser-safari.svg","523ee9491f5a937b8975f4d23aa77f62"],["images/favicon-16x16.png","7a99c20d6c00babddd26d03607b8721d"],["images/favicon-32x32.png","129881474a1bf130027bff7a1e89febd"],["images/favicon-96x96.png","bd9c126a4d6baf7ce442122ce0e89e11"],["images/favicon.ico","81c46feedbfcc6c6dc9495e4fd5adfad"],["images/icon-info.svg","53a6c555ce41f818556c71ab0dfc533b"],["images/icon-tag.svg","f067bbbc072941b2a0335679300bfc6c"],["images/icon-warning.svg","2a4322abbee9aed694fadb50e98a1f61"],["images/logo.svg","50293a256b796b9a737f1969d511a98e"],["images/ms-icon-144x144.png","43e1f47f182b13d0dee15f510213e928"],["images/ms-icon-150x150.png","e73370837ab9060772a18d62aaacd0f0"],["images/ms-icon-310x310.png","8a7143516b929702e3309bb537a99c5c"],["images/ms-icon-70x70.png","d7c6e7368733d53b5f979546d5aa4fe9"],["images/open_in_desktop.png","e899d6679b011aa7b0e783683d90d99b"],["images/samsung_homescreen.png","5ef40e64a18f966ce5c9084a024256db"],["images/serve_from_docs.png","15ae9eac3737a21593ebe00a9312bf9e"],["index.html","11a8c4cc33218a6408b94e7d9277ffcd"],["index.xml","aa6028f64716d4919ef11a5f42caec16"],["js/dom-scripts.js","ac4628102e015c7b80281369b285f430"],["js/prism.js","0c1fb8d3a69ee7c91dbf0f361ded7763"],["js/service-worker-registration.js","d60f01dc1393cbaaf4f7435339074d5e"],["manifest.json","238a0121f2ebf55e137c05f40d3ec335"],["patterns/coding/code-blocks/index.html","b66f525586b908eb203b4911d7424afa"],["patterns/coding/color-palettes/index.html","aad3c2f1e03153659eac75b002c666ee"],["patterns/coding/command-line/index.html","d64923ebb4524271bcecfb5c4660a6c7"],["patterns/coding/demo-embedding/index.html","6357055b8ba6698b1075078f5f92576c"],["patterns/coding/file-trees/index.html","13d33358417c935dcb8994898d51e06e"],["patterns/coding/index.html","46cccf8c71fc284b9fbff08dfbd6db3a"],["patterns/coding/index.xml","9103e9b80e3ea47df0759c7646b4b174"],["patterns/coding/tested/index.html","86f63ca5ce3b797deab6ba3455720739"],["patterns/coding/writing-inline-demos/index.html","a96a61410d3b554fa54acb288ff9c8ca"],["patterns/index.html","0b76ade7f1eaa3b540bef3e32ea7afc3"],["patterns/index.xml","b49d0a779f7b22a9169bcc606dcaace7"],["patterns/installation/index.html","f30188906c12a3731a8f273dffbda878"],["patterns/library-setup/index.html","9eba11909e501d6a078bb9ea449de371"],["patterns/media/including-images/index.html","a63df6d226eb55c1f9cc50c5a4bec93e"],["patterns/media/including-videos/index.html","b72ce5474e7be3e9ea252230e636284b"],["patterns/media/index.html","e9003dd0f24ad738ec176b3986bf4b89"],["patterns/media/index.xml","69e133cec08e19eeb33cb005e90590e3"],["patterns/printing/index.html","9ce0fa134c8ec8953054414118db066b"],["patterns/serving/index.html","e4e87adb179efbf75f1852d57d579cdf"],["patterns/updating/index.html","cf2e588efa0f264180a88f61320ab3dc"],["patterns/writing/expandable-sections/index.html","c479eddb72a3f433df875927cabdbbc3"],["patterns/writing/index.html","78e136dde4294f2640af8c31aeb1787f"],["patterns/writing/index.xml","691ef930c108f300ab46d63e88be2b55"],["patterns/writing/library-structure/index.html","002295f3a717a16eeea46c73f585396d"],["patterns/writing/markdown-and-metadata/index.html","c8f83da65e9e0335ca25d8b89b0c4a3d"],["patterns/writing/notes-and-warnings/index.html","46ae8263c497ae94d6ff54e4114f8fb1"],["patterns/writing/references/index.html","1549cf81220cfb1868925cc84feefa81"],["patterns/writing/snippets/index.html","ec6e49d8f94a8c4c2b98e319f4de96b9"],["patterns/writing/tables-of-contents/index.html","2350e7fd84e827ca2f10f228fed34ed5"],["print-version/index.html","93474a3bceab8e8bae1dabbc5d2af58e"],["sitemap.xml","008aff2a4a550a926265f2445ae9e3a9"],["tags/index.xml","7445f2e8ccc722d44e7533263233d2df"],["tags/markdown/index.html","f3049cba9feb79ba08933c8592bdb47f"],["tags/markdown/index.xml","7df48ac337fc803de40eec42599a31cd"],["tags/metadata/index.html","c802fdd154d0cbec4b77e88262e5e60c"],["tags/metadata/index.xml","eca9cfe9cd6561660ff341d5ded73b06"]]; var cacheName = 'sw-precache-v3-sw-precache-' + (self.registration ? self.registration.scope : ''); diff --git a/docs/sitemap.xml b/docs/sitemap.xml index 7a9c347..d9c029e 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -129,4 +129,8 @@ https://thepaciellogroup.github.io/infusion/patterns/coding/tested/ + + https://thepaciellogroup.github.io/infusion/patterns/updating/ + + \ No newline at end of file diff --git a/docs/tags/markdown/index.html b/docs/tags/markdown/index.html index 53ec50a..d4b993a 100644 --- a/docs/tags/markdown/index.html +++ b/docs/tags/markdown/index.html @@ -135,6 +135,7 @@

    Documentation for the Infusion pattern library builder, built with Infusion itself. @@ -196,6 +197,15 @@ +

  • + + + Updating Infusion + +
  • +
  • Writing

    diff --git a/docs/tags/metadata/index.html b/docs/tags/metadata/index.html index 04daf89..fb2fd5d 100644 --- a/docs/tags/metadata/index.html +++ b/docs/tags/metadata/index.html @@ -135,6 +135,7 @@

    Documentation for the Infusion pattern library builder, built with Infusion itself. @@ -196,6 +197,15 @@

  • +
  • + + + Updating Infusion + +
  • +
  • Writing

    diff --git a/scripts/update.js b/lib/update.js similarity index 86% rename from scripts/update.js rename to lib/update.js index d03f063..4cc59eb 100755 --- a/scripts/update.js +++ b/lib/update.js @@ -5,7 +5,7 @@ var themeFolder = path.join(path.resolve('.'), 'themes'); console.log(themeFolder); var oldTheme = path.join(themeFolder, 'infusion'); -exec('mv '+oldTheme+' '+oldTheme+'-old-version-'+Date.now(), function(error, stdout, stderr) { +exec('mv '+oldTheme+' '+oldTheme+'-old-'+Date.now(), function(error, stdout, stderr) { if (error !== null) { console.error('Error saving old infusion version.'); return; diff --git a/package.json b/package.json index 1aabcef..28db203 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "infusion", - "version": "0.0.1", + "version": "0.1.0", "description": "A pattern library builder for inclusive designers", "main": "index.js", "scripts": { @@ -8,7 +8,7 @@ "serve": "hugo server --baseURL http://localhost:1313", "clean": "rm -rf content && mkdir content && mkdir content/patterns && hugo new patterns/pattern.md && hugo new _index.md && hugo new print-version.md --kind print-version && cat themes/infusion/data/README_BLANK.md > README.md", "build": "rm -rfv docs/* && hugo && sw-precache --root=docs && git add -A", - "update": "node scripts/update.js" + "update": "node lib/update.js" }, "pre-commit": [ "build" diff --git a/themes/infusion/layouts/_default/baseof.html b/themes/infusion/layouts/_default/baseof.html index 3b46ac1..29be4ab 100644 --- a/themes/infusion/layouts/_default/baseof.html +++ b/themes/infusion/layouts/_default/baseof.html @@ -49,6 +49,7 @@

    {{ .Site.Params.Description | markdownify }}