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.