]> git.quilime.com - gabrieldunne.com-site.git/commitdiff
Adding image archive and moving some categories around
authorGabriel Dunne <gdunne@quilime.com>
Tue, 19 Mar 2019 23:45:19 +0000 (16:45 -0700)
committerGabriel Dunne <gdunne@quilime.com>
Tue, 19 Mar 2019 23:45:19 +0000 (16:45 -0700)
_includes/archive-sort.html
_posts/2006-05-05-celestialmechanics.md
_posts/2015-01-21-hyperterra.md
archive-i.html [new file with mode: 0644]
css/main.css

index b745d8979a5b68ecd20051c3199d3629de1c70f5..0dea45fb6421725c915a87940a3b56abad57777a 100644 (file)
@@ -1,9 +1,22 @@
 <div class="archive-sort">
+
+
+
 by:
 {% if page.url == '/archive-d/' %}
-date | <a href="{{site.baseurl}}/archive-c/">category</a>
-{% else if page.url == '/archive-c/' %}
-<a href="{{site.baseurl}}/archive-d/">date</a> | category
+
+  date | <a href="{{site.baseurl}}/archive-c/">category</a> | <a href="{{site.baseurl}}/archive-i/">thumbs</a>
+
+{% endif %}
+{% if page.url == '/archive-c/' %}
+
+  <a href="{{site.baseurl}}/archive-d/">date</a> | category | <a href="{{site.baseurl}}/archive-i/">thumbs</a>
+
+{% endif %}
+{% if page.url == '/archive-i/' %}
+
+  <a href="{{site.baseurl}}/archive-d/">date</a> | <a href="{{site.baseurl}}/archive-c/">category</a> | thumbs
+
 {% endif %}
 </div>
 
index 6f6b9abeb24ddf4c320c133a33c1e1b902ae5c37..6d8155f5c597f6cc1b63336df85dc153e7da9e4d 100755 (executable)
@@ -2,7 +2,7 @@
 layout: post
 title: "Celestial Mechanics"
 date: 2006-05-05
-categories: projects
+categories: works
 thumb: /m/cm/thumb.png
 ---
 
index fe8242711131ac0f543e3640472df449e1105a5a..8f722179ad9787179048c077cb3684d11c04d7cc 100644 (file)
@@ -2,7 +2,7 @@
 layout: post
 title:  "Hyper Terra"
 date:   2015-01-21
-categories: projects
+categories: works
 author: Gabriel Dunne
 bg : #fff
 thumb : /m/hyperterra/thumb.png
diff --git a/archive-i.html b/archive-i.html
new file mode 100644 (file)
index 0000000..57d4565
--- /dev/null
@@ -0,0 +1,56 @@
+---
+layout: default
+title: archive
+---
+
+{% include archive-sort.html %}
+
+<ul class="thumbs">
+  {% for post in site.posts %}
+    {% capture day %}{{ post.date | date: '%Y' }}{% endcapture %}
+    {% capture nday %}{{ post.next.date | date: '%Y' }}{% endcapture %}
+
+    <li>
+    <a href="{{ site.baseurl }}{{ post.url }}">
+      <span class="img"><img src="{{ post.thumb }}" /></span>
+  <!--     <br />
+      {{ post.title }} -->
+    </a>
+    </li>    
+
+  {% endfor %}
+  
+    <li>
+    <a href="/past/">
+      <span class="img"><img src="{{ post.thumb }}" /></span>
+    </a>
+    </li>
+</ul>  
+
+
+<!--
+
+<div class="posts">
+{% for category in site.categories %}
+<h3>{{ category | first }}</h3>  
+  <ul class="posts">
+    {% for posts in category %}
+      {% for post in posts %}
+        <li><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></li>
+      {% endfor %}
+    {% endfor %}
+  </ul>  
+{% endfor %}
+</div>
+
+
+<div id="home">
+  <ul class="posts">
+    {% for post in site.posts %}
+      <li>
+      <a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a>
+      </li>
+    {% endfor %}
+  </ul>
+</div>
+-->
index 6a781b01c104668c4707948baffbe9f2dfa5db2c..383a705c7c87fcf4a48fe7cc925fe546758f16d5 100755 (executable)
@@ -25,7 +25,7 @@ h1, h2, h3, h4, h5, h6 {
   margin: 1em 0;
   border:0;
 }
-h1 {
+/*h1 {
   margin:0em 0 1em 0;
   line-height:1em;
   font-size:2em;
@@ -33,8 +33,8 @@ h1 {
 }
 h1 a {
   text-decoration:none;
-}
-h2 {
+}*/
+h1, h2 {
   margin:3em 0 2em 0;
   font-size:1.5em;
   color: #aaa;
@@ -246,7 +246,9 @@ ul.index li {
   margin-bottom:0.1em;
 }
 .nav h3.header {
-  font-size:.8em;
+}
+.nav h3.header a {
+  color:#999;
 }
 .nav a {