diff --git a/content/patterns/writing/markdown-and-metadata.md b/content/patterns/writing/markdown-and-metadata.md index c509df3..bfcdb52 100644 --- a/content/patterns/writing/markdown-and-metadata.md +++ b/content/patterns/writing/markdown-and-metadata.md @@ -1,6 +1,7 @@ +++ title = "Markdown & metadata" weight = 3 +tags = ['metadata', 'markdown'] +++ 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`. @@ -28,7 +29,7 @@ tags = ["interactive", "popup", "javascript"] +++ ``` -This will create links to pages listing content tagged with the same terms using the URL schema `/tag/[tag name]`. +This will create links to pages listing content tagged with the same terms using the URL schema `/tag/[tag name]`. Some example tags links are provided for this page, which you can see listed under the main heading. ### Weight diff --git a/docs/index.html b/docs/index.html index 0a9a23b..c36af0f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -41,7 +41,7 @@ - + W3C SVG @@ -50,13 +50,13 @@ - + - + @@ -87,7 +87,7 @@ - + diff --git a/docs/patterns/coding/code-blocks/index.html b/docs/patterns/coding/code-blocks/index.html index 3213c17..2dbdde2 100644 --- a/docs/patterns/coding/code-blocks/index.html +++ b/docs/patterns/coding/code-blocks/index.html @@ -42,7 +42,7 @@ - + W3C SVG @@ -51,13 +51,13 @@ - + - + @@ -88,7 +88,7 @@ - + diff --git a/docs/patterns/coding/codepen-embedding/index.html b/docs/patterns/coding/codepen-embedding/index.html index ec3b718..3700837 100644 --- a/docs/patterns/coding/codepen-embedding/index.html +++ b/docs/patterns/coding/codepen-embedding/index.html @@ -42,7 +42,7 @@ - + W3C SVG @@ -51,13 +51,13 @@ - + - + @@ -88,7 +88,7 @@ - + diff --git a/docs/patterns/coding/color-palettes/index.html b/docs/patterns/coding/color-palettes/index.html index 7b89762..9294bba 100644 --- a/docs/patterns/coding/color-palettes/index.html +++ b/docs/patterns/coding/color-palettes/index.html @@ -42,7 +42,7 @@ - + W3C SVG @@ -51,13 +51,13 @@ - + - + @@ -88,7 +88,7 @@ - + diff --git a/docs/patterns/coding/command-line/index.html b/docs/patterns/coding/command-line/index.html index 90ed4cf..39e310b 100644 --- a/docs/patterns/coding/command-line/index.html +++ b/docs/patterns/coding/command-line/index.html @@ -42,7 +42,7 @@ - + W3C SVG @@ -51,13 +51,13 @@ - + - + @@ -88,7 +88,7 @@ - + diff --git a/docs/patterns/coding/file-trees/index.html b/docs/patterns/coding/file-trees/index.html index 9714920..6f511c9 100644 --- a/docs/patterns/coding/file-trees/index.html +++ b/docs/patterns/coding/file-trees/index.html @@ -42,7 +42,7 @@ - + W3C SVG @@ -51,13 +51,13 @@ - + - + @@ -88,7 +88,7 @@ - + diff --git a/docs/patterns/coding/index.html b/docs/patterns/coding/index.html index 0ba0d87..78d2260 100644 --- a/docs/patterns/coding/index.html +++ b/docs/patterns/coding/index.html @@ -42,7 +42,7 @@ - + W3C SVG @@ -51,13 +51,13 @@ - + - + @@ -88,7 +88,7 @@ - + diff --git a/docs/patterns/coding/tested/index.html b/docs/patterns/coding/tested/index.html index 3b545ec..7e63133 100644 --- a/docs/patterns/coding/tested/index.html +++ b/docs/patterns/coding/tested/index.html @@ -42,7 +42,7 @@ - + W3C SVG @@ -51,13 +51,13 @@ - + - + @@ -88,7 +88,7 @@ - + diff --git a/docs/patterns/coding/writing-inline-demos/index.html b/docs/patterns/coding/writing-inline-demos/index.html index fa153c3..4b9a019 100644 --- a/docs/patterns/coding/writing-inline-demos/index.html +++ b/docs/patterns/coding/writing-inline-demos/index.html @@ -42,7 +42,7 @@ - + W3C SVG @@ -51,13 +51,13 @@ - + - + @@ -88,7 +88,7 @@ - + diff --git a/docs/patterns/index.html b/docs/patterns/index.html index 4da535a..d109c84 100644 --- a/docs/patterns/index.html +++ b/docs/patterns/index.html @@ -42,7 +42,7 @@ - + W3C SVG @@ -51,13 +51,13 @@ - + - + @@ -88,7 +88,7 @@ - + diff --git a/docs/patterns/installation/index.html b/docs/patterns/installation/index.html index cdcad5b..7aa4602 100644 --- a/docs/patterns/installation/index.html +++ b/docs/patterns/installation/index.html @@ -42,7 +42,7 @@ - + W3C SVG @@ -51,13 +51,13 @@ - + - + @@ -88,7 +88,7 @@ - + diff --git a/docs/patterns/library-setup/index.html b/docs/patterns/library-setup/index.html index 54e4b4c..b2d50ab 100644 --- a/docs/patterns/library-setup/index.html +++ b/docs/patterns/library-setup/index.html @@ -42,7 +42,7 @@ - + W3C SVG @@ -51,13 +51,13 @@ - + - + @@ -88,7 +88,7 @@ - + diff --git a/docs/patterns/media/including-images/index.html b/docs/patterns/media/including-images/index.html index 052a7db..4e51272 100644 --- a/docs/patterns/media/including-images/index.html +++ b/docs/patterns/media/including-images/index.html @@ -42,7 +42,7 @@ - + W3C SVG @@ -51,13 +51,13 @@ - + - + @@ -88,7 +88,7 @@ - + diff --git a/docs/patterns/media/including-videos/index.html b/docs/patterns/media/including-videos/index.html index a6c10b8..93593e4 100644 --- a/docs/patterns/media/including-videos/index.html +++ b/docs/patterns/media/including-videos/index.html @@ -42,7 +42,7 @@ - + W3C SVG @@ -51,13 +51,13 @@ - + - + @@ -88,7 +88,7 @@ - + diff --git a/docs/patterns/media/index.html b/docs/patterns/media/index.html index ad76af9..ccf880b 100644 --- a/docs/patterns/media/index.html +++ b/docs/patterns/media/index.html @@ -42,7 +42,7 @@ - + W3C SVG @@ -51,13 +51,13 @@ - + - + @@ -88,7 +88,7 @@ - + diff --git a/docs/patterns/serving/index.html b/docs/patterns/serving/index.html index 4e6d2c4..46132f9 100644 --- a/docs/patterns/serving/index.html +++ b/docs/patterns/serving/index.html @@ -42,7 +42,7 @@ - + W3C SVG @@ -51,13 +51,13 @@ - + - + @@ -88,7 +88,7 @@ - + diff --git a/docs/patterns/writing/expandable-sections/index.html b/docs/patterns/writing/expandable-sections/index.html index 11ecaa3..65dce73 100644 --- a/docs/patterns/writing/expandable-sections/index.html +++ b/docs/patterns/writing/expandable-sections/index.html @@ -42,7 +42,7 @@ - + W3C SVG @@ -51,13 +51,13 @@ - + - + @@ -88,7 +88,7 @@ - + diff --git a/docs/patterns/writing/index.html b/docs/patterns/writing/index.html index edb5bba..ddf2d9f 100644 --- a/docs/patterns/writing/index.html +++ b/docs/patterns/writing/index.html @@ -42,7 +42,7 @@ - + W3C SVG @@ -51,13 +51,13 @@ - + - + @@ -88,7 +88,7 @@ - + diff --git a/docs/patterns/writing/library-structure/index.html b/docs/patterns/writing/library-structure/index.html index 8225824..9136f25 100644 --- a/docs/patterns/writing/library-structure/index.html +++ b/docs/patterns/writing/library-structure/index.html @@ -42,7 +42,7 @@ - + W3C SVG @@ -51,13 +51,13 @@ - + - + @@ -88,7 +88,7 @@ - + diff --git a/docs/patterns/writing/markdown-and-metadata/index.html b/docs/patterns/writing/markdown-and-metadata/index.html index 5ca8a94..5baf175 100644 --- a/docs/patterns/writing/markdown-and-metadata/index.html +++ b/docs/patterns/writing/markdown-and-metadata/index.html @@ -42,7 +42,7 @@ - + W3C SVG @@ -51,13 +51,13 @@ - + - + @@ -88,7 +88,7 @@ - + @@ -274,6 +274,35 @@

Markdown & metadata

+
+ + +
+ @@ -304,7 +333,7 @@ tags = ["interactive", "popup", "javascript"] +++ -

This will create links to pages listing content tagged with the same terms using the URL schema /tag/[tag name].

+

This will create links to pages listing content tagged with the same terms using the URL schema /tag/[tag name]. Some example tags links are provided for this page, which you can see listed under the main heading.

Weight

diff --git a/docs/patterns/writing/notes-and-warnings/index.html b/docs/patterns/writing/notes-and-warnings/index.html index 79692a4..566dd59 100644 --- a/docs/patterns/writing/notes-and-warnings/index.html +++ b/docs/patterns/writing/notes-and-warnings/index.html @@ -42,7 +42,7 @@ - + W3C SVG @@ -51,13 +51,13 @@ - + - + @@ -88,7 +88,7 @@ - + diff --git a/docs/patterns/writing/references/index.html b/docs/patterns/writing/references/index.html index 25c5b5d..f636434 100644 --- a/docs/patterns/writing/references/index.html +++ b/docs/patterns/writing/references/index.html @@ -42,7 +42,7 @@ - + W3C SVG @@ -51,13 +51,13 @@ - + - + @@ -88,7 +88,7 @@ - + diff --git a/docs/patterns/writing/tables-of-contents/index.html b/docs/patterns/writing/tables-of-contents/index.html index cc179ba..b0749da 100644 --- a/docs/patterns/writing/tables-of-contents/index.html +++ b/docs/patterns/writing/tables-of-contents/index.html @@ -42,7 +42,7 @@ - + W3C SVG @@ -51,13 +51,13 @@ - + - + @@ -88,7 +88,7 @@ - + diff --git a/docs/service-worker.js b/docs/service-worker.js index 8046885..208cb45 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","994f214ab7efecc349c8c14995925998"],["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","a9f0df2446345b37cd18fb383e307795"],["index.xml","a3a1af14ac64ada88e8b40ca75af17a3"],["js/dom-scripts.js","c7de9a1d1e57536d813c30249ba78a47"],["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","891070ae33a4f2eb5363c233eb588fb4"],["patterns/coding/tested/index.html","579d3b10530c77b09b5cb512dfcbb1a6"],["patterns/coding/writing-inline-demos/index.html","5b2927bf7bf08dee3bc980f299e77f89"],["patterns/index.html","cf9947197a8c0ac41deeed0e3ebdf9bd"],["patterns/index.xml","bc8a085b70e56267a63fbab56f42f000"],["patterns/installation/index.html","4a425ad3a49613ec70a2d088f7bc62b0"],["patterns/library-setup/index.html","0982816f6a8b55d5776d50d4a266050d"],["patterns/media/including-images/index.html","d55996bdd6fd63fc95f302e645f4e3c2"],["patterns/media/including-videos/index.html","7e83fc1f38e5218bac67060d0aa21e82"],["patterns/media/index.html","6450913472378b79e329e0e9b06b85fd"],["patterns/media/index.xml","91130ea74bd16f6d51c959a00c3c6284"],["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 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","994f214ab7efecc349c8c14995925998"],["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","a5343d71e86427d6ed21bedaeb2c0c1e"],["index.xml","a3a1af14ac64ada88e8b40ca75af17a3"],["js/dom-scripts.js","c7de9a1d1e57536d813c30249ba78a47"],["js/prism.js","0c1fb8d3a69ee7c91dbf0f361ded7763"],["js/service-worker-registration.js","d60f01dc1393cbaaf4f7435339074d5e"],["js/webcomponents.js","c5f6fe397db634cde89f66c2f1bc2f62"],["manifest.json","4e77b7f1253442852a2f185822f1b4d8"],["patterns/coding/code-blocks/index.html","c1fac4433af3b0b789ffa578ede10e8d"],["patterns/coding/codepen-embedding/index.html","6e882ee0c5e520971c4e645451fae289"],["patterns/coding/color-palettes/index.html","1ee85cf3b957526b336e49d6f1d8fd5e"],["patterns/coding/command-line/index.html","490534ec628ca81c2b21ee591706c260"],["patterns/coding/file-trees/index.html","dca17ea68fa67ca6d9233a745c6b9186"],["patterns/coding/index.html","1d3d5cb8eea69662c86424dc37dd930a"],["patterns/coding/index.xml","891070ae33a4f2eb5363c233eb588fb4"],["patterns/coding/tested/index.html","08593ae2ea773b3d8978316fb6365b23"],["patterns/coding/writing-inline-demos/index.html","eb7c875cd761e9fe1e74108530bce036"],["patterns/index.html","edb65418e720c79fd7636497d71cefc8"],["patterns/index.xml","bc8a085b70e56267a63fbab56f42f000"],["patterns/installation/index.html","401a30aa0d7e921767da7b2ec029200e"],["patterns/library-setup/index.html","513084b72b77c1577887d1b1e8c53869"],["patterns/media/including-images/index.html","2b2c6ea54a6dc10828e6f7d97e2ec0a0"],["patterns/media/including-videos/index.html","3ddee309631cc62184a7bfeeb08bd31e"],["patterns/media/index.html","ae69662962e2085866a20a58006793ba"],["patterns/media/index.xml","91130ea74bd16f6d51c959a00c3c6284"],["patterns/serving/index.html","eb233db76eb94fede05f51beab28488b"],["patterns/writing/expandable-sections/index.html","8f1dcf1f498c6c8aea2cac2d1bab671f"],["patterns/writing/index.html","3a3b4bdfc2156764544be654a93889d0"],["patterns/writing/index.xml","a68bf9da0d9106898c1e05942614e90c"],["patterns/writing/library-structure/index.html","d87aa265745a9b811705f5fc88a4cfe3"],["patterns/writing/markdown-and-metadata/index.html","307c676b2d8b2055bce4a25b2e049b1b"],["patterns/writing/notes-and-warnings/index.html","009375b543fb9da8edf4e2e05144cd61"],["patterns/writing/references/index.html","7ada5f268022c533bf5d8f92a3db13e5"],["patterns/writing/tables-of-contents/index.html","be1a5314e715b2d2221555ae99dcaac7"],["sitemap.xml","f974ad9185bb30ab3edaa5c138a08157"],["tags/index.xml","05aca37c2ea9dc2534847f246ba6301b"],["tags/library/index.html","75954353cb5d24a9b0c1670b73f6b793"],["tags/library/index.xml","b6a44a1a0a10135485e4f39d12fd322a"],["tags/markdown/index.html","64b173380133954b3fd3a5189a637f7e"],["tags/markdown/index.xml","757d307cdf85883859ac95ea20527f4a"],["tags/metadata/index.html","094c42e1ae118b38e9a86e07e6067bf2"],["tags/metadata/index.xml","b6989e44540f4745072a2063369de173"],["tags/structure/index.html","84ed7794d2fa0b335d70bc18285607cf"],["tags/structure/index.xml","69b02d1c1393249cac54fc2734c9ef63"],["tags/stuff/index.html","68acbf1c86eacc53cd5b095a99c2d5f5"],["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 c6f6ad0..97d3575 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -81,6 +81,16 @@ https://heydon.github.io/infusion/patterns/library-setup/ + + https://heydon.github.io/infusion/tags/markdown/ + 0 + + + + https://heydon.github.io/infusion/tags/metadata/ + 0 + + https://heydon.github.io/infusion/patterns/writing/notes-and-warnings/ diff --git a/docs/tags/index.xml b/docs/tags/index.xml index 6362f6d..236f55f 100644 --- a/docs/tags/index.xml +++ b/docs/tags/index.xml @@ -19,6 +19,24 @@ + + Markdown + https://heydon.github.io/infusion/tags/markdown/ + Mon, 01 Jan 0001 00:00:00 +0000 + + https://heydon.github.io/infusion/tags/markdown/ + + + + + Metadata + https://heydon.github.io/infusion/tags/metadata/ + Mon, 01 Jan 0001 00:00:00 +0000 + + https://heydon.github.io/infusion/tags/metadata/ + + + Structure https://heydon.github.io/infusion/tags/structure/ diff --git a/docs/tags/library/index.html b/docs/tags/library/index.html index 6c8f57c..e66c283 100644 --- a/docs/tags/library/index.html +++ b/docs/tags/library/index.html @@ -40,7 +40,7 @@ - + W3C SVG @@ -49,13 +49,13 @@ - + - + @@ -86,7 +86,7 @@ - + diff --git a/docs/tags/markdown/index.html b/docs/tags/markdown/index.html new file mode 100644 index 0000000..933be70 --- /dev/null +++ b/docs/tags/markdown/index.html @@ -0,0 +1,305 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Patterns tagged Markdown | Infusion + + + + + skip to content + + + + + + + + + W3C + SVG + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + + + + diff --git a/docs/tags/markdown/index.xml b/docs/tags/markdown/index.xml new file mode 100644 index 0000000..a4eae26 --- /dev/null +++ b/docs/tags/markdown/index.xml @@ -0,0 +1,24 @@ + + + + Markdown on Infusion + https://heydon.github.io/infusion/tags/markdown/ + Recent content in Markdown on Infusion + Hugo -- gohugo.io + en-us + + + + + + Markdown & metadata + https://heydon.github.io/infusion/patterns/writing/markdown-and-metadata/ + 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: username.github.io/your-library/patterns/menu-button. +If you’re not familiar with writing markdown, there are a number of tutorials available. + + + + \ No newline at end of file diff --git a/docs/tags/metadata/index.html b/docs/tags/metadata/index.html new file mode 100644 index 0000000..458e4c2 --- /dev/null +++ b/docs/tags/metadata/index.html @@ -0,0 +1,305 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Patterns tagged Metadata | Infusion + + + + + skip to content + + + + + + + + + W3C + SVG + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + + + + diff --git a/docs/tags/metadata/index.xml b/docs/tags/metadata/index.xml new file mode 100644 index 0000000..52c0f92 --- /dev/null +++ b/docs/tags/metadata/index.xml @@ -0,0 +1,24 @@ + + + + Metadata on Infusion + https://heydon.github.io/infusion/tags/metadata/ + Recent content in Metadata on Infusion + Hugo -- gohugo.io + en-us + + + + + + Markdown & metadata + https://heydon.github.io/infusion/patterns/writing/markdown-and-metadata/ + 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: username.github.io/your-library/patterns/menu-button. +If you’re not familiar with writing markdown, there are a number of tutorials available. + + + + \ No newline at end of file diff --git a/docs/tags/structure/index.html b/docs/tags/structure/index.html index 939c605..ba490ac 100644 --- a/docs/tags/structure/index.html +++ b/docs/tags/structure/index.html @@ -40,7 +40,7 @@
- + W3C SVG @@ -49,13 +49,13 @@ - + - + @@ -86,7 +86,7 @@ - + diff --git a/docs/tags/stuff/index.html b/docs/tags/stuff/index.html index 80daef7..1608cc8 100644 --- a/docs/tags/stuff/index.html +++ b/docs/tags/stuff/index.html @@ -40,7 +40,7 @@ - + W3C SVG @@ -49,13 +49,13 @@ - + - + @@ -86,7 +86,7 @@ - + diff --git a/themes/infusion/layouts/partials/svg.html b/themes/infusion/layouts/partials/svg.html index 95b8f8e..739b201 100644 --- a/themes/infusion/layouts/partials/svg.html +++ b/themes/infusion/layouts/partials/svg.html @@ -5,7 +5,7 @@ - + W3C SVG @@ -14,13 +14,13 @@ - + - + @@ -51,7 +51,7 @@ - +