From ca6a6076d973b77594321438d9d0f114c1bd30af Mon Sep 17 00:00:00 2001 From: Scott Austin Date: Fri, 5 Jun 2015 19:11:57 -0700 Subject: [PATCH] updates --- _config.yml | 11 ++--------- fields.html | 7 ++++--- index.html | 16 +++++++++++++++- 3 files changed, 21 insertions(+), 13 deletions(-) diff --git a/_config.yml b/_config.yml index e8af6fd..b8f8ea6 100644 --- a/_config.yml +++ b/_config.yml @@ -5,19 +5,12 @@ permalink: pretty relative_permalinks: true # Setup -title: Obrary - download free open design +title: Obrary - download free open designs tagline: Making it easy to make -description: 'Open Design for {{ product }}' +description: 'Open Design for {{ site.github.project_title }}' url: http://obrary.com baseurl: '' paginate: 5 -# About/contact -author: - name: Scott Austin - url: https://twitter.com/svaustin - email: scotta@obrary.com - # Custom vars -version: 1.0.0 product: Template diff --git a/fields.html b/fields.html index 5b048be..191c872 100644 --- a/fields.html +++ b/fields.html @@ -1,8 +1,8 @@ --- layout: default -title: Examples +title: Fields --- - +

site.github.project_title - {{ site.github.project_title | prepend:'/' }}

site.title - {{ site.title }}

@@ -15,4 +15,5 @@ title: Examples

site.time - {{ site.time }}

-

Site.Github.public_repositories - {{ site.github.public_repositories }}

\ No newline at end of file +

Site.Github.public_repositories - {{ site.github.public_repositories }}

+
\ No newline at end of file diff --git a/index.html b/index.html index 2c9b5b9..cc456b9 100644 --- a/index.html +++ b/index.html @@ -13,4 +13,18 @@ title: Home
  • Go to Github repository - if you are familary with GitHub, follow this link to see the {{ site.github.project_title }} repository. Here, you will be able to fork the design to work on it on your own.
  • See the product page. The product page will have photos of the design, describe the product and provide videos and renderings of the design.

  • Join the discussions on the forums. Join with other makers on the Obrary forums to discuss the {{ site.github.project_title }}. Ask questions. Share ideas and tips. Show photos of your {{ site.github.project_title }}.
  • - \ No newline at end of file + + +

    site.github.project_title - {{ site.github.project_title | prepend:'/' }}

    + +

    site.title - {{ site.title }}

    + +

    site.tagline - {{ site.tagline }}

    + +

    page.title - {{ page.title }}

    + +

    site.github - {{ site.github }}

    + +

    site.time - {{ site.time }}

    + +

    Site.Github.public_repositories - {{ site.github.public_repositories }}

    \ No newline at end of file