diff --git a/src/site/_data/siteConfig.js b/src/site/_data/siteConfig.js index c202f85a..e7e7c684 100644 --- a/src/site/_data/siteConfig.js +++ b/src/site/_data/siteConfig.js @@ -1,7 +1,7 @@ // Some various reusable configuration module.exports = { siteInformation: { - title: "Eleventy for Visual Framework 2.0 components", + title: "Eleventy for the VF 2.0", short_description: 'This allows using the 11ty static site generator with direct access to Visual Framework 2.0 components.', url: "https://visual-framework.github.io/vf-eleventy/", author: "Visual Framework system", diff --git a/src/site/_includes/footer.njk b/src/site/_includes/footer.njk index 53a26af1..a7e0fc2a 100755 --- a/src/site/_includes/footer.njk +++ b/src/site/_includes/footer.njk @@ -1,9 +1,10 @@
-
+
+ Geting started links: View vf-eleventy on GitHub | - VF-Core v2.0-alpha.4 | - Get help on Slack + VF-Core v2.0 | + Chat for help {% if serverInfo.environment == "development" %} diff --git a/src/site/_includes/layouts/base.njk b/src/site/_includes/layouts/base.njk index ff63b912..e643a874 100755 --- a/src/site/_includes/layouts/base.njk +++ b/src/site/_includes/layouts/base.njk @@ -10,7 +10,32 @@ {{ title or (renderData and renderData.title) or siteConfig.siteInformation.title}} - {% render '@vf-global-header' %} +
+ + + +
diff --git a/src/site/index.md b/src/site/index.md index 4b5cfee2..d073a907 100755 --- a/src/site/index.md +++ b/src/site/index.md @@ -4,9 +4,6 @@ date: 2018-08-22 12:24:50 layout: layouts/base.njk --- - -
- {% render '@vf-intro', {"vf_intro_phase": "alpha", "vf_intro_heading": siteConfig.siteInformation.title, "vf_intro_lede": siteConfig.siteInformation.short_description, "vf_intro_text": [ @@ -14,15 +11,12 @@ layout: layouts/base.njk ] } %} -
- -
-
+
## What you get