diff --git a/content/patterns/library-setup.md b/content/patterns/library-setup.md index c81fcfd..4b89a4c 100644 --- a/content/patterns/library-setup.md +++ b/content/patterns/library-setup.md @@ -18,12 +18,6 @@ If you are contributing to an existing **Infusion** library, do not run the foll This will leave your `content` folder with just an `_index.md` file and a `patterns` folder containing a single demonstration pattern file. Find out more about these in {{% pattern "Library structure" %}}. -## 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 `/docs` folder it generates. - -{{}}npm run setup{{}} - ## The config file You'll also want to name your library and configure one or two other things in the `config.toml` file that's found at the root of your project. Here's how that file looks: diff --git a/content/patterns/writing/library-structure.md b/content/patterns/writing/library-structure.md index 6f9fd60..f6c73f1 100644 --- a/content/patterns/writing/library-structure.md +++ b/content/patterns/writing/library-structure.md @@ -1,6 +1,7 @@ +++ title = "Library structure" weight = 1 +tags = ['structure', 'library', 'stuff'] +++ Before you can set about documenting patterns, you need to know where everything goes. The simplest folder structure looks like this: diff --git a/content/patterns/writing/markdown-and-metadata.md b/content/patterns/writing/markdown-and-metadata.md index 6f5f577..c509df3 100644 --- a/content/patterns/writing/markdown-and-metadata.md +++ b/content/patterns/writing/markdown-and-metadata.md @@ -3,7 +3,7 @@ title = "Markdown & metadata" weight = 3 +++ -In **Infusion**, design patterns are documented using markdown. To create a new pattern file, just add a file with the `.md` extension to the `/patterns` folder. It's recommended you use "kebab case" to name the file ( words separated by hyphens). For example, a pattern with the title "Menu button" should probably have the filename `menu-button`. Then you get a nice clean URL: `your-company.com/patterns/menu-button`. +In **Infusion**, design patterns are documented using markdown. To create a new pattern file, just add a file with the `.md` extension to the `/patterns` folder. It's recommended you use "kebab case" to name the file ( words separated by hyphens). For example, a pattern with the title "Menu button" should probably have the filename `menu-button`. Then you get a nice clean URL: `username.github.io/your-library/patterns/menu-button`. If you're not familiar with writing markdown, there are a number of tutorials available. One of the best is [Mastering Markdown](https://guides.github.com/features/mastering-markdown/) offered by Github. There's also a [nice cheatsheet here](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet). diff --git a/docs/index.xml b/docs/index.xml index 97941b6..a08d6e1 100644 --- a/docs/index.xml +++ b/docs/index.xml @@ -50,7 +50,7 @@ Infusion offers a couple of ways to do this. The first is by embedding CodePen d Mon, 01 Jan 0001 00:00:00 +0000 https://heydon.github.io/infusion/patterns/writing/markdown-and-metadata/ - In Infusion, design patterns are documented using markdown. To create a new pattern file, just add a file with the .md extension to the /patterns folder. It’s recommended you use “kebab case” to name the file ( words separated by hyphens). For example, a pattern with the title “Menu button” should probably have the filename menu-button. Then you get a nice clean URL: your-company.com/patterns/menu-button. + In Infusion, design patterns are documented using markdown. To create a new pattern file, just add a file with the .md extension to the /patterns folder. It’s recommended you use “kebab case” to name the file ( words separated by hyphens). For example, a pattern with the title “Menu button” should probably have the filename menu-button. Then you get a nice clean URL: username.github.io/your-library/patterns/menu-button. If you’re not familiar with writing markdown, there are a number of tutorials available. diff --git a/docs/patterns/coding/index.html b/docs/patterns/coding/index.html index 2caa872..0ba0d87 100644 --- a/docs/patterns/coding/index.html +++ b/docs/patterns/coding/index.html @@ -280,7 +280,7 @@
  • - + Code blocks

    @@ -290,7 +290,7 @@
  • - + CodePen embedding

    @@ -300,7 +300,7 @@
  • - + Writing inline demos

    @@ -310,7 +310,7 @@
  • - + Color palettes

    @@ -320,7 +320,7 @@
  • - + Command line

    @@ -330,7 +330,7 @@
  • - + File trees

    @@ -340,7 +340,7 @@
  • - + Tested using...

    diff --git a/docs/patterns/index.html b/docs/patterns/index.html index 4787afe..4da535a 100644 --- a/docs/patterns/index.html +++ b/docs/patterns/index.html @@ -280,7 +280,7 @@
  • - + Installation

    @@ -290,7 +290,7 @@
  • - + Library setup

    @@ -300,7 +300,7 @@
  • - + Serving

    diff --git a/docs/patterns/library-setup/index.html b/docs/patterns/library-setup/index.html index 4d9b7ca..54e4b4c 100644 --- a/docs/patterns/library-setup/index.html +++ b/docs/patterns/library-setup/index.html @@ -287,12 +287,6 @@
  • -
  • - - The setup command - -
  • -
  • The config file @@ -334,13 +328,6 @@

    This will leave your content folder with just an _index.md file and a patterns folder containing a single demonstration pattern file. Find out more about these in Library structure.

    -

    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 /docs folder it generates.

    - -
    npm run setup
    - -

    The config file

    You’ll also want to name your library and configure one or two other things in the config.toml file that’s found at the root of your project. Here’s how that file looks:

    diff --git a/docs/patterns/media/index.html b/docs/patterns/media/index.html index 0315889..ad76af9 100644 --- a/docs/patterns/media/index.html +++ b/docs/patterns/media/index.html @@ -280,7 +280,7 @@
  • - + Including images

    @@ -290,7 +290,7 @@
  • - + Including videos

    diff --git a/docs/patterns/writing/index.html b/docs/patterns/writing/index.html index 0c742d5..edb5bba 100644 --- a/docs/patterns/writing/index.html +++ b/docs/patterns/writing/index.html @@ -280,7 +280,7 @@
  • - + Library structure

    @@ -290,7 +290,7 @@
  • - + Markdown & metadata

    @@ -300,7 +300,7 @@
  • - + Expandable sections

    @@ -310,7 +310,7 @@
  • - + Notes & warnings

    @@ -320,7 +320,7 @@
  • - + References

    @@ -330,7 +330,7 @@
  • - + Tables of contents

    diff --git a/docs/patterns/writing/index.xml b/docs/patterns/writing/index.xml index f89d8bb..6abbe4a 100644 --- a/docs/patterns/writing/index.xml +++ b/docs/patterns/writing/index.xml @@ -26,7 +26,7 @@ Mon, 01 Jan 0001 00:00:00 +0000 https://heydon.github.io/infusion/patterns/writing/markdown-and-metadata/ - In Infusion, design patterns are documented using markdown. To create a new pattern file, just add a file with the .md extension to the /patterns folder. It’s recommended you use “kebab case” to name the file ( words separated by hyphens). For example, a pattern with the title “Menu button” should probably have the filename menu-button. Then you get a nice clean URL: your-company.com/patterns/menu-button. + In Infusion, design patterns are documented using markdown. To create a new pattern file, just add a file with the .md extension to the /patterns folder. It’s recommended you use “kebab case” to name the file ( words separated by hyphens). For example, a pattern with the title “Menu button” should probably have the filename menu-button. Then you get a nice clean URL: username.github.io/your-library/patterns/menu-button. If you’re not familiar with writing markdown, there are a number of tutorials available. diff --git a/docs/patterns/writing/library-structure/index.html b/docs/patterns/writing/library-structure/index.html index 69bc97b..8225824 100644 --- a/docs/patterns/writing/library-structure/index.html +++ b/docs/patterns/writing/library-structure/index.html @@ -274,6 +274,46 @@

    Library structure

    +
    + + +
    + diff --git a/docs/patterns/writing/markdown-and-metadata/index.html b/docs/patterns/writing/markdown-and-metadata/index.html index a2ad155..5ca8a94 100644 --- a/docs/patterns/writing/markdown-and-metadata/index.html +++ b/docs/patterns/writing/markdown-and-metadata/index.html @@ -281,7 +281,7 @@ -

    In Infusion, design patterns are documented using markdown. To create a new pattern file, just add a file with the .md extension to the /patterns folder. It’s recommended you use “kebab case” to name the file ( words separated by hyphens). For example, a pattern with the title “Menu button” should probably have the filename menu-button. Then you get a nice clean URL: your-company.com/patterns/menu-button.

    +

    In Infusion, design patterns are documented using markdown. To create a new pattern file, just add a file with the .md extension to the /patterns folder. It’s recommended you use “kebab case” to name the file ( words separated by hyphens). For example, a pattern with the title “Menu button” should probably have the filename menu-button. Then you get a nice clean URL: username.github.io/your-library/patterns/menu-button.

    If you’re not familiar with writing markdown, there are a number of tutorials available. One of the best is Mastering Markdown offered by Github. There’s also a nice cheatsheet here.

    diff --git a/docs/service-worker.js b/docs/service-worker.js index 28652f9..592d0ee 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","0ac1d02cfbcad2fcc8c13b2c54715338"],["css/fonts/miriamlibre-bold.woff","96496f6f06535d25b3bcba876917ca35"],["css/fonts/miriamlibre-bold.woff2","668defa44d9a74dd709ce0c826a5eb11"],["css/fonts/pt_sans-web-bold.woff","f83c22b548d2d684e24e315d81f7d22b"],["css/fonts/pt_sans-web-bold.woff2","84520c22e6ebf1b30b6f17251d65fff7"],["css/fonts/pt_sans-web-italic.woff","31f09f09a1d3fbe6c8de19644ef0e614"],["css/fonts/pt_sans-web-italic.woff2","df128e1d5a449fc0506fc1b48aac0184"],["css/fonts/pt_sans-web-regular.woff","32100f6ebf01af64d4a71416561c072d"],["css/fonts/pt_sans-web-regular.woff2","b6d4ede9a3a5dbe4d5ac242ae4b0ecc2"],["css/images/icon-tick.svg","35d4d4728ea80d254508b2bca4109d70"],["css/images/stripe.svg","fa3f32a026b6a1bb04ee98d963432e15"],["css/prism.css","004029c8c70ed2bbaa5d9debcf14f8c7"],["css/styles.css","70b4d0e6bb9145e94dd04fcedc21f13d"],["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/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.png","0134d77c2c6b01eabb425990bab7ce9a"],["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/serve_from_docs.png","15ae9eac3737a21593ebe00a9312bf9e"],["images/steve_faulkner.jpg","b90382f2b505ce6f6b1e08657637395e"],["index.html","54dcf129280c0d698834a9243e109ce2"],["index.xml","551e2ca23dcd23675a7d77b332559d47"],["js/dom-scripts.js","9956fb927a1097a05d07f48cdfbb9140"],["js/prism.js","0c1fb8d3a69ee7c91dbf0f361ded7763"],["js/service-worker-registration.js","d60f01dc1393cbaaf4f7435339074d5e"],["js/webcomponents.js","c5f6fe397db634cde89f66c2f1bc2f62"],["manifest.json","4e77b7f1253442852a2f185822f1b4d8"],["patterns/coding/code-blocks/index.html","5cb0c36cd276e93a143f29d1784b94fc"],["patterns/coding/codepen-embedding/index.html","3208c781104212702f53cb337506472c"],["patterns/coding/color-palettes/index.html","5dfd51d787058344bb323e47c88bf18e"],["patterns/coding/command-line/index.html","3fce46ecdc7c9ab4de104386b18725dd"],["patterns/coding/file-trees/index.html","41de7c750622544c933698e372fbe7bc"],["patterns/coding/index.html","f63ccb94473b47b14630dcec1e64e094"],["patterns/coding/index.xml","f6299fa65e3ce14b1313f218f34d8142"],["patterns/coding/tested/index.html","553404d0c9b66be468dea5a98c3a2e16"],["patterns/coding/writing-inline-demos/index.html","5b2927bf7bf08dee3bc980f299e77f89"],["patterns/index.html","88d3344715138bbd655159c53bad4fe7"],["patterns/index.xml","dc1e5b6741587e830722d77a7f88d22f"],["patterns/installation/index.html","7bae13d8b3ad6ede3ae93c25027212f0"],["patterns/library-setup/index.html","725fa4469ae02deb44bbb5581da89a98"],["patterns/media/including-images/index.html","d55996bdd6fd63fc95f302e645f4e3c2"],["patterns/media/including-videos/index.html","e96fd5765ca151f5f8a313d46efa9af0"],["patterns/media/index.html","0f320bcffab529d01dbea22822ba6e7c"],["patterns/media/index.xml","4a9c518cde77c958c19472b4f6980fd6"],["patterns/serving/index.html","68ee3092201e22dd3b6d57a4eedaeb04"],["patterns/writing/expandable-sections/index.html","801d569498e33fdee12fb4e8d2711316"],["patterns/writing/index.html","545be24701c88284cfffb5313b9ff05f"],["patterns/writing/index.xml","8b8ab72f8c1cf58369475c76e849f3b4"],["patterns/writing/library-structure/index.html","12020d29915f920964ed46e7601a98f3"],["patterns/writing/markdown-and-metadata/index.html","a2565028d43f41b2670ec6756266b0a6"],["patterns/writing/notes-and-warnings/index.html","d7ec1d32fea2ea8d0418b5433e17f1c9"],["patterns/writing/references/index.html","5b5a5ee98782ac2c3e1c077367dfeb93"],["patterns/writing/tables-of-contents/index.html","795186261c12fc5c24fffebc5d4b246d"],["sitemap.xml","bffddf61f87e25b4dcdfd2992a6179b0"],["tags/index.xml","c49e6e2b318d5ee86534194441e4dc1e"]]; +var precacheConfig = [["browserconfig.xml","67c3113b1574fecc6015d56d774e1d38"],["categories/index.xml","0ac1d02cfbcad2fcc8c13b2c54715338"],["css/fonts/miriamlibre-bold.woff","96496f6f06535d25b3bcba876917ca35"],["css/fonts/miriamlibre-bold.woff2","668defa44d9a74dd709ce0c826a5eb11"],["css/fonts/pt_sans-web-bold.woff","f83c22b548d2d684e24e315d81f7d22b"],["css/fonts/pt_sans-web-bold.woff2","84520c22e6ebf1b30b6f17251d65fff7"],["css/fonts/pt_sans-web-italic.woff","31f09f09a1d3fbe6c8de19644ef0e614"],["css/fonts/pt_sans-web-italic.woff2","df128e1d5a449fc0506fc1b48aac0184"],["css/fonts/pt_sans-web-regular.woff","32100f6ebf01af64d4a71416561c072d"],["css/fonts/pt_sans-web-regular.woff2","b6d4ede9a3a5dbe4d5ac242ae4b0ecc2"],["css/images/icon-tick.svg","35d4d4728ea80d254508b2bca4109d70"],["css/images/stripe.svg","fa3f32a026b6a1bb04ee98d963432e15"],["css/prism.css","004029c8c70ed2bbaa5d9debcf14f8c7"],["css/styles.css","70b4d0e6bb9145e94dd04fcedc21f13d"],["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/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.png","0134d77c2c6b01eabb425990bab7ce9a"],["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/serve_from_docs.png","15ae9eac3737a21593ebe00a9312bf9e"],["images/steve_faulkner.jpg","b90382f2b505ce6f6b1e08657637395e"],["index.html","54dcf129280c0d698834a9243e109ce2"],["index.xml","132ebdfac6ee97edc6a194d38a57bca8"],["js/dom-scripts.js","9956fb927a1097a05d07f48cdfbb9140"],["js/prism.js","0c1fb8d3a69ee7c91dbf0f361ded7763"],["js/service-worker-registration.js","d60f01dc1393cbaaf4f7435339074d5e"],["js/webcomponents.js","c5f6fe397db634cde89f66c2f1bc2f62"],["manifest.json","4e77b7f1253442852a2f185822f1b4d8"],["patterns/coding/code-blocks/index.html","5cb0c36cd276e93a143f29d1784b94fc"],["patterns/coding/codepen-embedding/index.html","3208c781104212702f53cb337506472c"],["patterns/coding/color-palettes/index.html","5dfd51d787058344bb323e47c88bf18e"],["patterns/coding/command-line/index.html","3fce46ecdc7c9ab4de104386b18725dd"],["patterns/coding/file-trees/index.html","41de7c750622544c933698e372fbe7bc"],["patterns/coding/index.html","3bcc3aead18b042ca14966e598444625"],["patterns/coding/index.xml","f6299fa65e3ce14b1313f218f34d8142"],["patterns/coding/tested/index.html","553404d0c9b66be468dea5a98c3a2e16"],["patterns/coding/writing-inline-demos/index.html","5b2927bf7bf08dee3bc980f299e77f89"],["patterns/index.html","cf9947197a8c0ac41deeed0e3ebdf9bd"],["patterns/index.xml","dc1e5b6741587e830722d77a7f88d22f"],["patterns/installation/index.html","7bae13d8b3ad6ede3ae93c25027212f0"],["patterns/library-setup/index.html","0982816f6a8b55d5776d50d4a266050d"],["patterns/media/including-images/index.html","d55996bdd6fd63fc95f302e645f4e3c2"],["patterns/media/including-videos/index.html","e96fd5765ca151f5f8a313d46efa9af0"],["patterns/media/index.html","6450913472378b79e329e0e9b06b85fd"],["patterns/media/index.xml","4a9c518cde77c958c19472b4f6980fd6"],["patterns/serving/index.html","68ee3092201e22dd3b6d57a4eedaeb04"],["patterns/writing/expandable-sections/index.html","801d569498e33fdee12fb4e8d2711316"],["patterns/writing/index.html","fc1b14937f141996b1ac405b066c5bcb"],["patterns/writing/index.xml","a68bf9da0d9106898c1e05942614e90c"],["patterns/writing/library-structure/index.html","5b18dff84f5bcffe4c346370edf83fa0"],["patterns/writing/markdown-and-metadata/index.html","a7cf208fad1b028ea15fa86517715e5f"],["patterns/writing/notes-and-warnings/index.html","d7ec1d32fea2ea8d0418b5433e17f1c9"],["patterns/writing/references/index.html","5b5a5ee98782ac2c3e1c077367dfeb93"],["patterns/writing/tables-of-contents/index.html","795186261c12fc5c24fffebc5d4b246d"],["sitemap.xml","00797c4835aa456be68376ae829f807d"],["tags/index.xml","2da03b20d2bd3a25593dbfe3a0c22b0b"],["tags/library/index.html","8ffd998fd68e63c7e984c6207498c9e6"],["tags/library/index.xml","b6a44a1a0a10135485e4f39d12fd322a"],["tags/structure/index.html","2958b3df35067ec73a316e0c0d403a84"],["tags/structure/index.xml","69b02d1c1393249cac54fc2734c9ef63"],["tags/stuff/index.html","2eb794a1a1161a6978044005dc425f7f"],["tags/stuff/index.xml","c3ade9b0a2f01caee9de105ded22695f"]]; var cacheName = 'sw-precache-v3-sw-precache-' + (self.registration ? self.registration.scope : ''); diff --git a/docs/sitemap.xml b/docs/sitemap.xml index 0b6ee59..c6f6ad0 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -72,6 +72,11 @@ https://heydon.github.io/infusion/patterns/installation/ + + https://heydon.github.io/infusion/tags/library/ + 0 + + https://heydon.github.io/infusion/patterns/library-setup/ @@ -93,6 +98,16 @@ https://heydon.github.io/infusion/patterns/serving/ + + https://heydon.github.io/infusion/tags/structure/ + 0 + + + + https://heydon.github.io/infusion/tags/stuff/ + 0 + + https://heydon.github.io/infusion/patterns/writing/tables-of-contents/ diff --git a/docs/tags/index.xml b/docs/tags/index.xml index 26b1293..6362f6d 100644 --- a/docs/tags/index.xml +++ b/docs/tags/index.xml @@ -10,5 +10,32 @@ + + Library + https://heydon.github.io/infusion/tags/library/ + Mon, 01 Jan 0001 00:00:00 +0000 + + https://heydon.github.io/infusion/tags/library/ + + + + + Structure + https://heydon.github.io/infusion/tags/structure/ + Mon, 01 Jan 0001 00:00:00 +0000 + + https://heydon.github.io/infusion/tags/structure/ + + + + + Stuff + https://heydon.github.io/infusion/tags/stuff/ + Mon, 01 Jan 0001 00:00:00 +0000 + + https://heydon.github.io/infusion/tags/stuff/ + + + \ No newline at end of file diff --git a/docs/tags/library/index.html b/docs/tags/library/index.html new file mode 100644 index 0000000..6c8f57c --- /dev/null +++ b/docs/tags/library/index.html @@ -0,0 +1,305 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Patterns tagged Library | Infusion + + + + + skip to content + + + + + + + + + W3C + SVG + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + +
    + + + + + diff --git a/docs/tags/library/index.xml b/docs/tags/library/index.xml new file mode 100644 index 0000000..d0d4bb8 --- /dev/null +++ b/docs/tags/library/index.xml @@ -0,0 +1,24 @@ + + + + Library on Infusion + https://heydon.github.io/infusion/tags/library/ + Recent content in Library on Infusion + Hugo -- gohugo.io + en-us + + + + + + Library structure + https://heydon.github.io/infusion/patterns/writing/library-structure/ + Mon, 01 Jan 0001 00:00:00 +0000 + + https://heydon.github.io/infusion/patterns/writing/library-structure/ + Before you can set about documenting patterns, you need to know where everything goes. The simplest folder structure looks like this: + content _index.md patterns name-of-my-pattern.md name-of-my-other-pattern.md /content - This is where all of your content lives. You won’t need to visit any other folders very frequently. _index.md — This is the content for your home page. /patterns — This is the folder where individual pattern files are kept. + + + + \ No newline at end of file diff --git a/docs/tags/structure/index.html b/docs/tags/structure/index.html new file mode 100644 index 0000000..939c605 --- /dev/null +++ b/docs/tags/structure/index.html @@ -0,0 +1,305 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Patterns tagged Structure | Infusion + + + + + skip to content + + + + + + + + + W3C + SVG + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + +
    + + + + + diff --git a/docs/tags/structure/index.xml b/docs/tags/structure/index.xml new file mode 100644 index 0000000..68fee7b --- /dev/null +++ b/docs/tags/structure/index.xml @@ -0,0 +1,24 @@ + + + + Structure on Infusion + https://heydon.github.io/infusion/tags/structure/ + Recent content in Structure on Infusion + Hugo -- gohugo.io + en-us + + + + + + Library structure + https://heydon.github.io/infusion/patterns/writing/library-structure/ + Mon, 01 Jan 0001 00:00:00 +0000 + + https://heydon.github.io/infusion/patterns/writing/library-structure/ + Before you can set about documenting patterns, you need to know where everything goes. The simplest folder structure looks like this: + content _index.md patterns name-of-my-pattern.md name-of-my-other-pattern.md /content - This is where all of your content lives. You won’t need to visit any other folders very frequently. _index.md — This is the content for your home page. /patterns — This is the folder where individual pattern files are kept. + + + + \ No newline at end of file diff --git a/docs/tags/stuff/index.html b/docs/tags/stuff/index.html new file mode 100644 index 0000000..80daef7 --- /dev/null +++ b/docs/tags/stuff/index.html @@ -0,0 +1,305 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Patterns tagged Stuff | Infusion + + + + + skip to content + + + + + + + + + W3C + SVG + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + +
    + + + + + diff --git a/docs/tags/stuff/index.xml b/docs/tags/stuff/index.xml new file mode 100644 index 0000000..c1125ae --- /dev/null +++ b/docs/tags/stuff/index.xml @@ -0,0 +1,24 @@ + + + + Stuff on Infusion + https://heydon.github.io/infusion/tags/stuff/ + Recent content in Stuff on Infusion + Hugo -- gohugo.io + en-us + + + + + + Library structure + https://heydon.github.io/infusion/patterns/writing/library-structure/ + Mon, 01 Jan 0001 00:00:00 +0000 + + https://heydon.github.io/infusion/patterns/writing/library-structure/ + Before you can set about documenting patterns, you need to know where everything goes. The simplest folder structure looks like this: + content _index.md patterns name-of-my-pattern.md name-of-my-other-pattern.md /content - This is where all of your content lives. You won’t need to visit any other folders very frequently. _index.md — This is the content for your home page. /patterns — This is the folder where individual pattern files are kept. + + + + \ No newline at end of file diff --git a/themes/infusion/layouts/patterns/li.html b/themes/infusion/layouts/patterns/li.html index 13eb59a..f2c53cd 100644 --- a/themes/infusion/layouts/patterns/li.html +++ b/themes/infusion/layouts/patterns/li.html @@ -1,7 +1,7 @@
  • - + {{ .Title }}

    diff --git a/themes/infusion/layouts/taxonomy/tag.html b/themes/infusion/layouts/taxonomy/tag.html index 15830e2..0634caf 100644 --- a/themes/infusion/layouts/taxonomy/tag.html +++ b/themes/infusion/layouts/taxonomy/tag.html @@ -4,7 +4,7 @@ {{ define "main" }}

    -