Skip to content

Commit

Permalink
imported protoype draft from local set up
Browse files Browse the repository at this point in the history
  • Loading branch information
tmray committed Mar 14, 2016
1 parent 9a80b45 commit 9c45aae
Show file tree
Hide file tree
Showing 4,520 changed files with 114,913 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
8 changes: 8 additions & 0 deletions _albums/album1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: page
title: "Pre-Release (no name yet!)"
category: Pre-release
summary: Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
img: 'https://raw.githubusercontent.com/thoughtbot/refills/master/source/images/mountains.png'
---
{% include feature.html %}
8 changes: 8 additions & 0 deletions _albums/album2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: page
title: "Album 2"
category: album
summary: Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
img: 'https://raw.githubusercontent.com/thoughtbot/refills/master/source/images/mountains.png'
---
{% include feature.html %}
7 changes: 7 additions & 0 deletions _bundles/bundle1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: page
title: "Bundle"
category: Bundle
summary: Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
img: 'https://raw.githubusercontent.com/thoughtbot/refills/master/source/images/mountains.png'
---
29 changes: 29 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.

# Site settings
title: Your awesome title
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
baseurl: "" # the subpath of your site, e.g. /blog
url: "http://yourdomain.com" # the base hostname & protocol for your site
twitter_username: jekyllrb
github_username: jekyll

# Build settings
markdown: kramdown

# Collections
collections:
albums:
output: true

bundles:
output: true
15 changes: 15 additions & 0 deletions _includes/cards.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<div class="card">
<a href="{{page.url}}">
<div class="card-image">
<img src="https://raw.githubusercontent.com/thoughtbot/refills/master/source/images/mountains.png" alt="">
</div>
<div class="card-header">
{{page.title}}
</div>
<div class="card-copy">
<p>
{{page.summary}}
</p>
</div>
</a>
</div>
14 changes: 14 additions & 0 deletions _includes/feature.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<div class="side-image">

<div class="images-wrapper" style="background: url('{{page.img}}') center no-repeat;"></div>
<div class="side-image-content">
<h4>{{page.category}}</h4>
<h1>{{page.title}}</h1>
<p>{{page.summary}}</p>

<button style="display:{{include.display}}" type="button" name="button">mp3</button>
<button style="display:{{include.display}}" type="button" name="button">CD</button>

</div>

</div>
28 changes: 28 additions & 0 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<footer class="footer" role="contentinfo">

<div class="footer-links">
<ul>
<li><h3>Contact</h3></li>
<li>
<img src="http://placehold.it/200x200" alt="" />
</li>
<li><a href="javascript:void(0)">Contact</a></li>
<li><a href="javascript:void(0)">Info</a></li>
</ul>
<ul>
<li><h3>Schedule</h3></li>
<li><a href="javascript:void(0)">Date One</a></li>
<li><a href="javascript:void(0)">Date Two</a></li>
<li><a href="javascript:void(0)">Date Three</a></li>
</ul>
<ul>
<li><h3>Social Links</h3></li>
<li><a href="javascript:void(0)">Link 1</a></li>
<li><a href="javascript:void(0)">Link 2</a></li>
</ul>
</div>

<hr>

<p>Disclaimer area lorem ipsum dolor sit amet, consectetur adipisicing elit. Rerum, nostrum repudiandae saepe.</p>
</footer>
15 changes: 15 additions & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">

<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">

<script src="https://code.jquery.com/jquery-2.2.0.min.js"></script>
<script type="text/javascript" src="https://cashmusic.org/public/cashmusic.js" data-options="lightboxvideo"></script>
</head>
37 changes: 37 additions & 0 deletions _includes/header.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{% if page.url == '/' %}
<div class="hero">
<div class="hero-inner">
<!-- <a href="" class="hero-logo"><img src="https://raw.githubusercontent.com/thoughtbot/refills/master/source/images/placeholder_logo_1.png
" alt="Logo Image"></a> -->
<div class="hero-copy">
<h1>Store Title</h1>
<p>A few reasons why this product is worth using, who it's for and why they need it.</p>
</div>
</div>
</div>
{% endif %}
<header class="navigation" role="banner">
<div class="navigation-wrapper">
<a href="{{ site.baseurl }}/" class="navigation-menu logo">
Home
</a>
<a href="javascript:void(0)" class="navigation-menu-button" id="js-mobile-menu">MENU</a>
<nav role="navigation">
<ul id="js-navigation-menu" class="navigation-menu show">
<!-- <li class="nav-link">
{% for my_page in site.pages %}
{% if my_page.title %}
<a class="page-link" href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a>
{% endif %}
{% endfor %}
</li> -->
<li class="nav-link">
<a class="page-link" href="#">Store</a>
</li>
<li class="nav-link">
<a class="page-link" href="#">Link</a>
</li>
</ul>
</nav>
</div>
</header>
1 change: 1 addition & 0 deletions _includes/icon-github.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<a href="https://github.com/{{ include.username }}"><span class="icon icon--github">{% include icon-github.svg %}</span><span class="username">{{ include.username }}</span></a>
1 change: 1 addition & 0 deletions _includes/icon-github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions _includes/icon-twitter.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<a href="https://twitter.com/{{ include.username }}"><span class="icon icon--twitter">{% include icon-twitter.svg %}</span><span class="username">{{ include.username }}</span></a>
1 change: 1 addition & 0 deletions _includes/icon-twitter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file added _includes/player.html
Empty file.
20 changes: 20 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>

{% include head.html %}

<body>

{% include header.html %}

<div class="page-content">
<div class="wrapper">
{{ content }}
</div>
</div>

{% include footer.html %}
<script src="{{site.baseurl}}/public/js/scripts.js"></script>
</body>

</html>
48 changes: 48 additions & 0 deletions _layouts/page.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
layout: default
---
<section>

<article class="post">

<div class="post-content album">
{{ content }}
</div>
<div class="player">
<div class="cashmusic soundplayer playlist"
data-playlist='{
"id":"player1",
"artist":"Artist name",
"album":"Album title",
"tracks":[
{"id":"unique1","title":"Song title 1","url":"path/to/song1.mp3"},
{"id":"unique2","title":"Song title 2","url":"path/to/song2.mp3"}
]
}'
></div>
<p>
<button style="display:{{include.display}}" type="button" name="button">mp3</button>
<button style="display:{{include.display}}" type="button" name="button">CD</button>
</p>
</div>
<div class="album-desc">
<h2>
{{page.title}}
</h2>
<p>
{{page.summary}}
</p>
</div>
</article>

</section>

<div class="other-albums">
<h1 class="page-heading">Albums</h1>

<div class="cards">
{% for page in site.albums %}
{% include cards.html %}
{% endfor %}
</div>
</div>
15 changes: 15 additions & 0 deletions _layouts/post.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
layout: default
---
<article class="post" itemscope itemtype="http://schema.org/BlogPosting">

<header class="post-header">
<h1 class="post-title" itemprop="name headline">{{ page.title }}</h1>
<p class="post-meta"><time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">{{ page.date | date: "%b %-d, %Y" }}</time>{% if page.author %} • <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">{{ page.author }}</span></span>{% endif %}</p>
</header>

<div class="post-content" itemprop="articleBody">
{{ content }}
</div>

</article>
9 changes: 9 additions & 0 deletions _posts/2016-03-12-sandbox.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
layout: post
title: "Sandbox"
date: 2016-03-12T23:32:42-06:00
---

<script type="text/javascript" src="https://cashmusic.org/public/cashmusic.js"></script><script type="text/javascript"> window.cashmusic.embed('https://cashmusic.org/public','5841');</script>

<script type="text/javascript" src="https://cashmusic.org/public/cashmusic.js"></script><script type="text/javascript"> window.cashmusic.embed('https://cashmusic.org/public','8647');</script>
25 changes: 25 additions & 0 deletions _posts/2016-03-12-welcome-to-jekyll.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
layout: post
title: "Welcome to Jekyll!"
date: 2016-03-12 23:18:27 -0600
categories: jekyll update
---
You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated.

To add new posts, simply add a file in the `_posts` directory that follows the convention `YYYY-MM-DD-name-of-post.ext` and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.

Jekyll also offers powerful support for code snippets:

{% highlight ruby %}
def print_hi(name)
puts "Hi, #{name}"
end
print_hi('Tom')
#=> prints 'Hi, Tom' to STDOUT.
{% endhighlight %}

Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk].

[jekyll-docs]: http://jekyllrb.com/docs/home
[jekyll-gh]: https://github.com/jekyll/jekyll
[jekyll-talk]: https://talk.jekyllrb.com/
Loading

0 comments on commit 9c45aae

Please sign in to comment.