Forráskód Böngészése

overwritten compiled files

Heydon Pickering 8 éve
szülő
commit
635bd1da69

+ 1 - 5
public/index.html

@@ -218,11 +218,7 @@
 
   
     <a class="pattern-link" href="https://heydon.github.io/infusion/patterns/installation/">
-      <svg class="bookmark" aria-hidden="true" height="50" width="40" viewBox="0 0 40 50">
-        <use xlink:href="#bookmark"></use>
-      </svg>
-      Installation
-    </a>
+      <svg class="bookmark" aria-hidden="true" height="50" width="40" viewBox="0 0 40 50"><use xlink:href="#bookmark"></use></svg>Installation</a>
   
 
   

+ 3 - 3
public/index.xml

@@ -93,7 +93,7 @@ brew install hugo Alternatively, you can manually install Hugo from a package. Y
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
       
       <guid>https://heydon.github.io/infusion/patterns/library-setup/</guid>
-      <description>By now, you should have followed the   Installation  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.
+      <description>By now, you should have followed the Installation 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.
 &amp;ldquo;Cleaning&amp;rdquo; the content folder Before you can start documenting patterns, there are a few things still to do in order to get set up. At the moment, your version of Infusion is a facsimile of the original, containing all this documentation content.</description>
     </item>
     
@@ -113,7 +113,7 @@ Notes You may wish to pick out some content in your pattern&amp;rsquo;s document
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
       
       <guid>https://heydon.github.io/infusion/patterns/writing/references/</guid>
-      <description>Cross-references Infusion provides an easy mechanism to cross-reference patterns, by title, using the pattern shortcode. For example, I can reference the   Notes &amp;amp; warnings  pattern. Here&amp;rsquo;s what the markdown looks like, including the shortcode:
+      <description>Cross-references Infusion provides an easy mechanism to cross-reference patterns, by title, using the pattern shortcode. For example, I can reference the Notes &amp;amp; warnings pattern. Here&amp;rsquo;s what the markdown looks like, including the shortcode:
 I can reference the &amp;#x7b;{% pattern &#34;Notes &amp; warnings&#34; %}} pattern here.  This saves you having to worry about pathing and decorates the generated link with a bookmark icon, identifying the link as a pattern reference visually.</description>
     </item>
     
@@ -134,7 +134,7 @@ Publishing on Github Pages The easiest way to host your pattern library so you h
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
       
       <guid>https://heydon.github.io/infusion/patterns/code/writing-inline-demos/</guid>
-      <description>There are some issues with   CodePen embedding  , like them not working offline. They also come with CodePen branding, which will clash with the pattern you&amp;rsquo;re trying to illustrate.
+      <description>There are some issues with CodePen embedding , like them not working offline. They also come with CodePen branding, which will clash with the pattern you&amp;rsquo;re trying to illustrate.
 Infusion offers another option: a special demo shortcode that allows you to write HTML, CSS, and JavaScript directly into the markdown file. The outputted demo is encapsulated using Shadow DOM, so you don&amp;rsquo;t have to worry about broken styles and global JS.</description>
     </item>
     

+ 1 - 5
public/patterns/code/codepen-embedding/index.html

@@ -246,11 +246,7 @@
 
   
     <a class="pattern-link" href="https://heydon.github.io/infusion/patterns/code/writing-inline-demos/">
-      <svg class="bookmark" aria-hidden="true" height="50" width="40" viewBox="0 0 40 50">
-        <use xlink:href="#bookmark"></use>
-      </svg>
-      Writing inline demos
-    </a>
+      <svg class="bookmark" aria-hidden="true" height="50" width="40" viewBox="0 0 40 50"><use xlink:href="#bookmark"></use></svg>Writing inline demos</a>
   
 
 .</p>

+ 1 - 1
public/patterns/code/index.xml

@@ -39,7 +39,7 @@ Infusion offers a couple of ways to do this. The first is by embedding CodePen d
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
       
       <guid>https://heydon.github.io/infusion/patterns/code/writing-inline-demos/</guid>
-      <description>There are some issues with   CodePen embedding  , like them not working offline. They also come with CodePen branding, which will clash with the pattern you&amp;rsquo;re trying to illustrate.
+      <description>There are some issues with CodePen embedding , like them not working offline. They also come with CodePen branding, which will clash with the pattern you&amp;rsquo;re trying to illustrate.
 Infusion offers another option: a special demo shortcode that allows you to write HTML, CSS, and JavaScript directly into the markdown file. The outputted demo is encapsulated using Shadow DOM, so you don&amp;rsquo;t have to worry about broken styles and global JS.</description>
     </item>
     

+ 1 - 5
public/patterns/code/writing-inline-demos/index.html

@@ -197,11 +197,7 @@
 
   
     <a class="pattern-link" href="https://heydon.github.io/infusion/patterns/code/codepen-embedding/">
-      <svg class="bookmark" aria-hidden="true" height="50" width="40" viewBox="0 0 40 50">
-        <use xlink:href="#bookmark"></use>
-      </svg>
-      CodePen embedding
-    </a>
+      <svg class="bookmark" aria-hidden="true" height="50" width="40" viewBox="0 0 40 50"><use xlink:href="#bookmark"></use></svg>CodePen embedding</a>
   
 
   

+ 1 - 1
public/patterns/index.xml

@@ -28,7 +28,7 @@ brew install hugo Alternatively, you can manually install Hugo from a package. Y
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
       
       <guid>https://heydon.github.io/infusion/patterns/library-setup/</guid>
-      <description>By now, you should have followed the   Installation  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.
+      <description>By now, you should have followed the Installation 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.
 &amp;ldquo;Cleaning&amp;rdquo; the content folder Before you can start documenting patterns, there are a few things still to do in order to get set up. At the moment, your version of Infusion is a facsimile of the original, containing all this documentation content.</description>
     </item>
     

+ 1 - 5
public/patterns/installation/index.html

@@ -266,11 +266,7 @@
 
   
     <a class="pattern-link" href="https://heydon.github.io/infusion/patterns/library-setup/">
-      <svg class="bookmark" aria-hidden="true" height="50" width="40" viewBox="0 0 40 50">
-        <use xlink:href="#bookmark"></use>
-      </svg>
-      Library setup
-    </a>
+      <svg class="bookmark" aria-hidden="true" height="50" width="40" viewBox="0 0 40 50"><use xlink:href="#bookmark"></use></svg>Library setup</a>
   
 
   

+ 4 - 20
public/patterns/library-setup/index.html

@@ -205,11 +205,7 @@
 
   
     <a class="pattern-link" href="https://heydon.github.io/infusion/patterns/installation/">
-      <svg class="bookmark" aria-hidden="true" height="50" width="40" viewBox="0 0 40 50">
-        <use xlink:href="#bookmark"></use>
-      </svg>
-      Installation
-    </a>
+      <svg class="bookmark" aria-hidden="true" height="50" width="40" viewBox="0 0 40 50"><use xlink:href="#bookmark"></use></svg>Installation</a>
   
 
   
@@ -248,11 +244,7 @@
 
   
     <a class="pattern-link" href="https://heydon.github.io/infusion/patterns/writing/library-structure/">
-      <svg class="bookmark" aria-hidden="true" height="50" width="40" viewBox="0 0 40 50">
-        <use xlink:href="#bookmark"></use>
-      </svg>
-      Library structure
-    </a>
+      <svg class="bookmark" aria-hidden="true" height="50" width="40" viewBox="0 0 40 50"><use xlink:href="#bookmark"></use></svg>Library structure</a>
   
 
   
@@ -329,11 +321,7 @@ theme = "infusion"
 
   
     <a class="pattern-link" href="https://heydon.github.io/infusion/patterns/writing/library-structure/">
-      <svg class="bookmark" aria-hidden="true" height="50" width="40" viewBox="0 0 40 50">
-        <use xlink:href="#bookmark"></use>
-      </svg>
-      Library structure
-    </a>
+      <svg class="bookmark" aria-hidden="true" height="50" width="40" viewBox="0 0 40 50"><use xlink:href="#bookmark"></use></svg>Library structure</a>
   
 
   
@@ -404,11 +392,7 @@ theme = "infusion"
 
   
     <a class="pattern-link" href="https://heydon.github.io/infusion/patterns/serving/">
-      <svg class="bookmark" aria-hidden="true" height="50" width="40" viewBox="0 0 40 50">
-        <use xlink:href="#bookmark"></use>
-      </svg>
-      Serving
-    </a>
+      <svg class="bookmark" aria-hidden="true" height="50" width="40" viewBox="0 0 40 50"><use xlink:href="#bookmark"></use></svg>Serving</a>
   
 
   

+ 1 - 1
public/patterns/writing/index.xml

@@ -67,7 +67,7 @@ Notes You may wish to pick out some content in your pattern&amp;rsquo;s document
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
       
       <guid>https://heydon.github.io/infusion/patterns/writing/references/</guid>
-      <description>Cross-references Infusion provides an easy mechanism to cross-reference patterns, by title, using the pattern shortcode. For example, I can reference the   Notes &amp;amp; warnings  pattern. Here&amp;rsquo;s what the markdown looks like, including the shortcode:
+      <description>Cross-references Infusion provides an easy mechanism to cross-reference patterns, by title, using the pattern shortcode. For example, I can reference the Notes &amp;amp; warnings pattern. Here&amp;rsquo;s what the markdown looks like, including the shortcode:
 I can reference the &amp;#x7b;{% pattern &#34;Notes &amp; warnings&#34; %}} pattern here.  This saves you having to worry about pathing and decorates the generated link with a bookmark icon, identifying the link as a pattern reference visually.</description>
     </item>
     

+ 1 - 5
public/patterns/writing/library-structure/index.html

@@ -237,11 +237,7 @@ title = &quot;Popups&quot;
 
   
     <a class="pattern-link" href="https://heydon.github.io/infusion/patterns/writing/markdown-and-metadata/">
-      <svg class="bookmark" aria-hidden="true" height="50" width="40" viewBox="0 0 40 50">
-        <use xlink:href="#bookmark"></use>
-      </svg>
-      Markdown &amp; metadata
-    </a>
+      <svg class="bookmark" aria-hidden="true" height="50" width="40" viewBox="0 0 40 50"><use xlink:href="#bookmark"></use></svg>Markdown &amp; metadata</a>
   
 
   

+ 1 - 5
public/patterns/writing/references/index.html

@@ -211,11 +211,7 @@
 
   
     <a class="pattern-link" href="https://heydon.github.io/infusion/patterns/writing/notes-and-warnings/">
-      <svg class="bookmark" aria-hidden="true" height="50" width="40" viewBox="0 0 40 50">
-        <use xlink:href="#bookmark"></use>
-      </svg>
-      Notes &amp; warnings
-    </a>
+      <svg class="bookmark" aria-hidden="true" height="50" width="40" viewBox="0 0 40 50"><use xlink:href="#bookmark"></use></svg>Notes &amp; warnings</a>