From e8a4ee366698385e172b52224c89eee240b784f1 Mon Sep 17 00:00:00 2001 From: Heydon Pickering Date: Mon, 3 Jul 2017 11:48:04 +0100 Subject: [PATCH] trigger gh-pages --- public/patterns/library-setup/index.html | 52 ++++++++++++++++++++++-- 1 file changed, 48 insertions(+), 4 deletions(-) diff --git a/public/patterns/library-setup/index.html b/public/patterns/library-setup/index.html index 78bb79f..f6c2a7b 100644 --- a/public/patterns/library-setup/index.html +++ b/public/patterns/library-setup/index.html @@ -306,8 +306,8 @@

 languageCode = "en-us"
-title = "Inclusive Pattern Docs"
-baseURL = "/"
+title = "Infusion"
+baseURL = "https://heydon.github.io/infusion/"
 theme = "infusion"
 
 [params]
@@ -317,9 +317,53 @@ theme = "infusion"
 
 
 
    -
  • title — This is the library’s name, like “Megacorp 5000 Pattern Library”. You don’t have to include the term “pattern library” if you don’t want to.
  • +
  • title — This is the library’s name, like “Megacorp 5000 Pattern Library”. You don’t have to include the term “pattern library” if you don’t want to. For Infusion’s version of Infusion, the title is, naturally, Infusion :-)
  • +
  • baseURL — This is the root of the live site. Typically you will publish the site to Github Pages, so this should be the base URL for your Github Pages site. More information is available in + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serving + + + + + + +.
  • theme — This is the theme the library is using. Don’t change this from “infusion”.
  • -
  • description — This is a short description of the library and comes under the logo.
  • +
  • description — This is a short description of the library and comes under the logo. You can include HTML like <em> and <strong>.
  • codePenUser — If you want to embed codePens in your pattern files, you need to supply a codePen username here.