This commit is contained in:
Scott Austin 2015-06-05 19:11:57 -07:00
parent f6b4e2fe22
commit ca6a6076d9
3 changed files with 21 additions and 13 deletions

View File

@ -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

View File

@ -1,8 +1,8 @@
---
layout: default
title: Examples
title: Fields
---
<div>
<p>site.github.project_title - {{ site.github.project_title | prepend:'/' }}</p>
<p>site.title - {{ site.title }}</p>
@ -15,4 +15,5 @@ title: Examples
<p>site.time - {{ site.time }}</p>
<p>Site.Github.public_repositories - {{ site.github.public_repositories }}</p>
<p>Site.Github.public_repositories - {{ site.github.public_repositories }}</p>
</div>

View File

@ -13,4 +13,18 @@ title: Home
<li><a href="https://github.com/Obrary{{ site.github.project_title | prepend:'/' }}" onClick="ga('send', 'event', 'VMA', 'Go to repo', '{{ site.github.project_title }}')">Go to Github repository</a> - 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.</li>
<li><p><a href="http://obrary.com/products{{ site.github.project_title | prepend:'/' }}">See the product page</a>. The product page will have photos of the design, describe the product and provide videos and renderings of the design.</li>
<li><a href="http://forums.obrary.com/category/designs/{{ site.github.project_title | downcase }}">Join the discussions on the forums</a>. 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 }}.</li>
</ul>
</ul>
<p>site.github.project_title - {{ site.github.project_title | prepend:'/' }}</p>
<p>site.title - {{ site.title }}</p>
<p>site.tagline - {{ site.tagline }}</p>
<p>page.title - {{ page.title }}</p>
<p>site.github - {{ site.github }}</p>
<p>site.time - {{ site.time }}</p>
<p>Site.Github.public_repositories - {{ site.github.public_repositories }}</p>