From: Gabriel Dunne Date: Tue, 19 Mar 2019 23:45:19 +0000 (-0700) Subject: Adding image archive and moving some categories around X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=5724e5337784143261ba22fa72df673f3b1a735f;p=gabrieldunne.com-site.git Adding image archive and moving some categories around --- diff --git a/_includes/archive-sort.html b/_includes/archive-sort.html index b745d89..0dea45f 100644 --- a/_includes/archive-sort.html +++ b/_includes/archive-sort.html @@ -1,9 +1,22 @@
+ + + by: {% if page.url == '/archive-d/' %} -date | category -{% else if page.url == '/archive-c/' %} -date | category + + date | category | thumbs + +{% endif %} +{% if page.url == '/archive-c/' %} + + date | category | thumbs + +{% endif %} +{% if page.url == '/archive-i/' %} + + date | category | thumbs + {% endif %}
diff --git a/_posts/2006-05-05-celestialmechanics.md b/_posts/2006-05-05-celestialmechanics.md index 6f6b9ab..6d8155f 100755 --- a/_posts/2006-05-05-celestialmechanics.md +++ b/_posts/2006-05-05-celestialmechanics.md @@ -2,7 +2,7 @@ layout: post title: "Celestial Mechanics" date: 2006-05-05 -categories: projects +categories: works thumb: /m/cm/thumb.png --- diff --git a/_posts/2015-01-21-hyperterra.md b/_posts/2015-01-21-hyperterra.md index fe82427..8f72217 100644 --- a/_posts/2015-01-21-hyperterra.md +++ b/_posts/2015-01-21-hyperterra.md @@ -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 index 0000000..57d4565 --- /dev/null +++ b/archive-i.html @@ -0,0 +1,56 @@ +--- +layout: default +title: archive +--- + +{% include archive-sort.html %} + + + + + diff --git a/css/main.css b/css/main.css index 6a781b0..383a705 100755 --- a/css/main.css +++ b/css/main.css @@ -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 {