Skip to content

Commit

Permalink
t56 indices
Browse files Browse the repository at this point in the history
  • Loading branch information
acousticrobot committed Jan 3, 2016
1 parent c912900 commit 17999a4
Show file tree
Hide file tree
Showing 14 changed files with 291 additions and 30 deletions.
4 changes: 3 additions & 1 deletion _artworks/t56/2016/01/t56_20160101.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
layout: artwork
id: t56.20160101
title: Ascii Minimalism I
thumb: "/images/t56_16/t56_160101_s.png"
year_made: '2016'
date: 2016-01-01
dimensions: 80 x 41 characters large, 32 x 16 small
media:
- ascii
excerpt: A self contained minimalist ascii artwork. Fonts and css styles are allowed and included on page.
excerpt: Daily Project for January 1st, 2016. A self contained minimalist ascii artwork. Fonts and css styles are allowed and included on page. Adapts to mobile and laptop breakpoints.
---

<style>
Expand Down
105 changes: 105 additions & 0 deletions _artworks/t56/2016/01/t56_20160102.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
---
layout: artwork
id: t56.20160102
title: Ascii Minimalism II
thumb: "/images/t56_16/t56_160102_s.png"
year_made: '2016'
date: 2016-01-02
dimensions: 83 x 41 characters large, 32 x 18 small
media:
- ascii
excerpt: Daily Project for January 2nd, 2016. A self contained minimalist ascii artwork. Fonts and css styles are allowed and included on page. Adapts to mobile and laptop breakpoints.
---

<style>
pre {
background-color: #29A5CF;
color: #33CCFF;
font-family: "Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",monospace;
line-height: .95rem;
margin-bottom: 2rem;
}

@media screen and (max-width: 600px) {
.ascii-large {
display: none;
}
pre {
width: 265px;
}
}
@media screen and (min-width: 600px){
.ascii-small {
display: none;
}
}
</style>

<pre class="ascii-large">

-<[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]>-
==============================================================================
-<[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]>-
==============================================================================
/||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||\
-<[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]>-
-<[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]>-
\||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||/
==============================================================================
/||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||\
-<[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]>-
-<[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]>-
\||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||/
==============================================================================
/||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||\
-<[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]>-
-<[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]>-
\||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||/
==============================================================================
/||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||\
-<[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]>-
-<[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]>-
\||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||/
==============================================================================
/||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||\
-<[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]>-
-<[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]>-
\||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||/
==============================================================================
/||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||\
-<[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]>-
-<[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]>-
\||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||/
==============================================================================
/||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||\
-<[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]>-
-<[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]>-
\||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||/
==============================================================================
-<[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]>-
==============================================================================
-<[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]>-

</pre>

<pre class="ascii-small">
-<[][][][][][][][][][][][][]>-
==============================
-<[][][][][][][][][][][][][]>-
\||||||||||||||||||||||||||||/
==============================
/||||||||||||||||||||||||||||\
-<[][][][][][][][][][][][][]>-
-<[][][][][][][][][][][][][]>-
\||||||||||||||||||||||||||||/
==============================
/||||||||||||||||||||||||||||\
-<[][][][][][][][][][][][][]>-
-<[][][][][][][][][][][][][]>-
\||||||||||||||||||||||||||||/
==============================
/||||||||||||||||||||||||||||\
-<[][][][][][][][][][][][][]>-
==============================
-<[][][][][][][][][][][][][]>-
</pre>
113 changes: 113 additions & 0 deletions _artworks/t56/2016/01/t56_20160103.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
---
layout: artwork
id: t56.20160103
title: Ascii Minimalism III
thumb: "/images/t56_16/t56_160103_s.png"
year_made: '2016'
date: 2016-01-03
dimensions: 80 x 42 characters large, 36 x 18 small
media:
- ascii
excerpt: Daily Project for January 3rd, 2016. A self contained minimalist ascii artwork. Fonts and css styles are allowed and included on page. Adapts to mobile and laptop breakpoints.
---

<style>
pre {
background-color: #AF8A64;
color: #E7B684;
font-family: "Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",monospace;
line-height: .95rem;
margin-bottom: 2rem;
padding: 0;
}

@media screen and (max-width: 600px) {
.ascii-large {
display: none;
}
pre {
width: 19rem;
padding: .5rem 0;
}
}
@media screen and (min-width: 600px){
.ascii-small {
display: none;
}
pre {
width: 42rem;
}
}
</style>

<pre class="ascii-large">

|---------- ---------- ---------- ---------- ---------- ---------- ----------|
||[][][][]| |[][][][]| |[][][][]| |[][][][]| |[][][][]| |[][][][]| |[][][][]||
||[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]||
||[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]||
||[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]||
||[][][][]| |[][][][]| |[][][][]| |[][][][]| |[][][][]| |[][][][]| |[][][][]||
|---------- ---------- ---------- ---------- ---------- ---------- ----------|
||[][][][]| |[][][][]| |[][][][]| |[][][][]| |[][][][]| |[][][][]| |[][][][]||
||[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]||
||[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]||
||[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]||
||[][][][]| |[][][][]| |[][][][]| |[][][][]| |[][][][]| |[][][][]| |[][][][]||
|---------- ---------- ---------- ---------- ---------- ---------- ----------|
||[][][][]| |[][][][]| |[][][][]| |[][][][]| |[][][][]| |[][][][]| |[][][][]||
||[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]||
||[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]||
||[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]||
||[][][][]| |[][][][]| |[][][][]| |[][][][]| |[][][][]| |[][][][]| |[][][][]||
|---------- ---------- ---------- ---------- ---------- ---------- ----------|
||[][][][]| |[][][][]| |[][][][]| |[][][][]| |[][][][]| |[][][][]| |[][][][]||
||[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]||
||[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]||
||[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]||
||[][][][]| |[][][][]| |[][][][]| |[][][][]| |[][][][]| |[][][][]| |[][][][]||
|---------- ---------- ---------- ---------- ---------- ---------- ----------|
||[][][][]| |[][][][]| |[][][][]| |[][][][]| |[][][][]| |[][][][]| |[][][][]||
||[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]||
||[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]||
||[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]||
||[][][][]| |[][][][]| |[][][][]| |[][][][]| |[][][][]| |[][][][]| |[][][][]||
|---------- ---------- ---------- ---------- ---------- ---------- ----------|
||[][][][]| |[][][][]| |[][][][]| |[][][][]| |[][][][]| |[][][][]| |[][][][]||
||[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]||
||[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]||
||[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]||
||[][][][]| |[][][][]| |[][][][]| |[][][][]| |[][][][]| |[][][][]| |[][][][]||
|---------- ---------- ---------- ---------- ---------- ---------- ----------|
||[][][][]| |[][][][]| |[][][][]| |[][][][]| |[][][][]| |[][][][]| |[][][][]||
||[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]||
||[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]||
||[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]| |[]####[]||
||[][][][]| |[][][][]| |[][][][]| |[][][][]| |[][][][]| |[][][][]| |[][][][]||
|---------- ---------- ---------- ---------- ---------- ---------- ----------|

</pre>

<pre class="ascii-small">
|---------- ---------- ----------|
||[][][][]| |[][][][]| |[][][][]||
||[]####[]| |[]####[]| |[]####[]||
||[]####[]| |[]####[]| |[]####[]||
||[]####[]| |[]####[]| |[]####[]||
||[][][][]| |[][][][]| |[][][][]||
|---------- ---------- ----------|
||[][][][]| |[][][][]| |[][][][]||
||[]####[]| |[]####[]| |[]####[]||
||[]####[]| |[]####[]| |[]####[]||
||[]####[]| |[]####[]| |[]####[]||
||[][][][]| |[][][][]| |[][][][]||
|---------- ---------- ----------|
||[][][][]| |[][][][]| |[][][][]||
||[]####[]| |[]####[]| |[]####[]||
||[]####[]| |[]####[]| |[]####[]||
||[]####[]| |[]####[]| |[]####[]||
||[][][][]| |[][][][]| |[][][][]||
|---------- ---------- ----------|
</pre>

{{ page.excerpt }}
1 change: 0 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ defaults:
artist: self
sub_nav: true
sub_nav_term_for: "artwork"
url_up: /artworks/
permalink: /artworks/:path/
-
scope:
Expand Down
9 changes: 8 additions & 1 deletion _includes/image_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,14 @@
<h2 class="image-index__description-title">
<a href="{{ page.url }}">{{page.title}}</a>
</h2>
<div class="image-index__description-text small-text">
<div class="image-index__description-date">
{% if page.date != nil %}
{{ page.date | date: "%B %-d, %Y" }}
{% else if page.year_made != nil %}
{{ page.year_made }}
{% endif %}
</div>
<div class="image-index__description-text">
{% if page.excerpt != nil %}
{{ page.excerpt }}
{% else %}
Expand Down
3 changes: 2 additions & 1 deletion _includes/sub_nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
<div class="sub-nav__right-nav-button"><a href="{{ page.url_next }}">next {{ page.sub_nav_term_for }}</a></div>
{% endif %}
{% if page.url_up %}
<div class="sub-nav__middle-nav-button"><a href="{{ page.url_up }}">index of {{ page.sub_nav_term_for | pluralize }}s</a></div>
{% if page.sub_nav_term_for_up %}{% assign term = page.sub_nav_term_for_up %}{% else %} {% assign term = page.sub_nav_term_for %}{% endif %}
<div class="sub-nav__middle-nav-button"><a href="{{ page.url_up }}">index of all {{ term | pluralize }}s</a></div>
{% endif %}
</nav>
{% endif %}
29 changes: 19 additions & 10 deletions _layouts/art_index_t56.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,20 @@
<h1>{{ page.title }}</h1>
</header>

<div>
{{ page.description }}
</div>

{% if page.month == nil and page.year == nil %}
<h2>Index by Year:</h2>
{% else if page.month == nil %}
<h2>Index by Month:</h2>
{% if page.index_duration != "month" %}
<div>
{{ page.description }}
</div>
{% endif %}

{% if page.month != nil %}
{% for art in page.artworks %}
{% if page.index_duration == "all" %}
<h2>Indexed by Year:</h2>
{% elsif page.index_duration == "year" %}
<h2>Indexed by Month:</h2>
{% endif %}

{% if page.index_duration == "month" %}
{% for art in page.artworks reversed %}
{% include image_index.html page=art %}
{% endfor %}
{% else %}
Expand All @@ -38,3 +40,10 @@ <h2>Index by Month:</h2>
</ul>
{% endif %}

{% if page.index_duration == "all" %}
<h2>Most Recent:</h2>
{% for art in page.artworks limit:3 %}
{% include image_index.html page=art %}
{% endfor %}
{% endif %}

1 change: 1 addition & 0 deletions _layouts/artwork.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ <h1 class="content__title">{{ page.title }}</h1>
{% endif %}

<div class="artwork__meta-year">year: {{ page.year_made }}</div>
<div class="artwork__meta-catalogue">catalogue #: {{ page.id }}</div>
<div class="artwork__meta-dimensions">dimensions: {{ page.dimensions }}</div>


Expand Down
2 changes: 1 addition & 1 deletion _pages/artworks.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h2>Art Indices:</h2>

<section class="artwork-indices">
{% for page in site.pages %}
{% if page.art_index == true and page.sub_index != true %}
{% if page.art_index == true and page.index_on == nil %}
{% include image_index.html page=page %}
{% endif %}
{% endfor %}
Expand Down
Loading

0 comments on commit 17999a4

Please sign in to comment.