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: Examplessite.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 }}
+See the product page. The product page will have photos of the design, describe the product and provide videos and renderings of the design.
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