updates
This commit is contained in:
parent
f6b4e2fe22
commit
ca6a6076d9
11
_config.yml
11
_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
|
||||
|
@ -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>
|
16
index.html
16
index.html
@ -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>
|
Loading…
Reference in New Issue
Block a user