]> git.quilime.com - quilime.com.git/commitdiff
post categories
authorGabriel Dunne <gdunne@quilime.com>
Sat, 17 Jun 2023 01:10:55 +0000 (18:10 -0700)
committerGabriel Dunne <gdunne@quilime.com>
Sat, 17 Jun 2023 01:10:55 +0000 (18:10 -0700)
29 files changed:
_posts/code/2011-05-24-clmpr.md [moved from _posts/2011-05-24-clmpr.md with 80% similarity]
_posts/code/2011-06-28-filebrowser.md [moved from _posts/2011-06-28-filebrowser.md with 92% similarity]
_posts/code/2013-09-18-fluid.md [moved from _posts/2013-09-18-fluid.md with 97% similarity]
_posts/code/2013-10-12-processing-anim-wkshp.md [moved from _posts/2013-10-12-processing-anim-wkshp.md with 83% similarity]
_posts/code/2014-04-27-gh-td.md [moved from _posts/2014-04-27-gh-td.md with 98% similarity]
_posts/snippets/2007-12-12-mel-notepad.md [moved from _posts/2007-12-12-mel-notepad.md with 99% similarity]
_posts/snippets/2009-04-23-bash-imageslice.md [moved from _posts/2009-04-23-bash-imageslice.md with 91% similarity]
_posts/snippets/2009-06-12-mel-sphere_intersect.md [moved from _posts/2009-06-12-mel-sphere_intersect.md with 87% similarity]
_posts/snippets/2010-01-11-bash-rename_multiple_files.md [moved from _posts/2010-01-11-bash-rename_multiple_files.md with 91% similarity]
_posts/snippets/2010-02-07-bash-date_for_filename.md [moved from _posts/2010-02-07-bash-date_for_filename.md with 82% similarity]
_posts/snippets/2010-05-15-bash-rewrite_multiple_slashes.md [moved from _posts/2010-05-15-bash-rewrite_multiple_slashes.md with 89% similarity]
_posts/snippets/2010-07-07-maya_render_bat.md [moved from _posts/2010-07-07-maya_render_bat.md with 99% similarity]
_posts/snippets/2010-07-11-bash-resize_multiple_images.md [moved from _posts/2010-07-11-bash-resize_multiple_images.md with 90% similarity]
_posts/snippets/2011-07-07-bootable_iso.md [moved from _posts/2011-07-07-bootable_iso.md with 97% similarity]
_posts/snippets/2013-04-19-htmlwordcount.md [moved from _posts/2013-04-19-htmlwordcount.md with 97% similarity]
_posts/snippets/2013-09-16-gen_semitones.md [moved from _posts/2013-09-16-gen_semitones.md with 65% similarity]
_posts/snippets/2014-06-20-gifs_w_ffmpeg_gifsicle.md [moved from _posts/2014-06-20-gifs_w_ffmpeg_gifsicle.md with 89% similarity]
_posts/term/2011-02-02-bash_profile_osx.md [moved from _posts/2011-02-02-bash_profile_osx.md with 97% similarity]
_posts/term/2011-03-11-bash_profile_linux.md [moved from _posts/2011-03-11-bash_profile_linux.md with 93% similarity]
_posts/term/2011-04-16-ssh_keys.md.md [moved from _posts/2011-04-16-ssh_keys.md.md with 94% similarity]
_posts/term/2011-04-27-windows_copy.md [moved from _posts/2011-04-27-windows_copy.md with 96% similarity]
_posts/term/2011-05-10-osx_hidden_files.md [moved from _posts/2011-05-10-osx_hidden_files.md with 96% similarity]
_posts/term/2011-08-11-terminal_emulator_on_win.md [moved from _posts/2011-08-11-terminal_emulator_on_win.md with 99% similarity]
_posts/term/2011-09-19-mostused.md [moved from _posts/2011-09-19-mostused.md with 96% similarity]
_posts/term/2011-11-09-osx_command_line_audio.md [moved from _posts/2011-11-09-osx_command_line_audio.md with 99% similarity]
_posts/term/2011-11-14-osx_print_json.md [moved from _posts/2011-11-14-osx_print_json.md with 98% similarity]
_posts/term/2012-01-02-archlinux_install.md [moved from _posts/2012-01-02-archlinux_install.md with 99% similarity]
all.html
css/style.css

similarity index 80%
rename from _posts/2011-05-24-clmpr.md
rename to _posts/code/2011-05-24-clmpr.md
index bb35862c94bbfd8d1c08cd6fd8dd4d591be80b26..6047da25060aacbc4770e89fb367b56bc1de83c1 100644 (file)
@@ -2,13 +2,13 @@
 title: clmpr\r
 date: may 24 2011\r
 tags: code web\r
-gallery: full\r
+category: code\r
 layout: post\r
 ---\r
 \r
 clmpr (clumper) is an open-source multi-user bookmarking engine, inspired by the original del.icio.us (RIP)\r
 \r
-demo: <a href="http://clmpr.com">clmpr.com</a>  \r
+demo: <a href="http://clmpr.com">clmpr.com</a>\r
 source: <a href="http://github.com/quilime/clmpr">http://github.com/quilime/clmpr</a>\r
 \r
 <img src="http://media.quilime.com/files-bak/img/clmpr.png" />\r
similarity index 92%
rename from _posts/2011-06-28-filebrowser.md
rename to _posts/code/2011-06-28-filebrowser.md
index 0c6d9397a2af99947634b2d2e1d4ca097e18f24d..265c54414648aa32f444d4c3bf589c6131e8f53d 100644 (file)
@@ -2,6 +2,7 @@
 title: PHP File Browser Scripts
 date: 2011-06-28
 layout: post
+category: code
 ---
 
 These scripts offer some handy features for browsing files/folders on a webserver.
@@ -35,7 +36,7 @@ Options:
 <img src="http://media.quilime.com/Directory-Lister.png" />
 
 
-## MediaBrowser 
+## MediaBrowser
 
 A index script that generates thumbnail gallery for images and displays READMEs. This is an experiment and WIP.
 
similarity index 97%
rename from _posts/2013-09-18-fluid.md
rename to _posts/code/2013-09-18-fluid.md
index 1b89819a114b9564f8451082ca00905db8ad72e6..9eee155ee6a60afbcbe16ae68c89970595aecbdd 100644 (file)
@@ -1,6 +1,7 @@
 ---
 title: C++/Cinder TouchDesigner TOP
 date: 2013-09-18
+category: code
 ---
 <iframe src="//player.vimeo.com/video/75031641?byline=0&amp;color=ffffff" width="600" height="337" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
 
similarity index 83%
rename from _posts/2013-10-12-processing-anim-wkshp.md
rename to _posts/code/2013-10-12-processing-anim-wkshp.md
index 5420d31cc9836c9ba5521eeed164529ac871d56f..9785222ea98512e43dcd054615d94a7b44d9dbe4 100644 (file)
@@ -1,7 +1,8 @@
 ---
 title: Animation w/Processing Workshop
-date: 2013-10-12 
+date: 2013-10-12
 tags: processing code workshop
+category: code
 ---
 
 <a href="https://github.com/quilime/processing-animation-workshop">source on github</a>
similarity index 98%
rename from _posts/2014-04-27-gh-td.md
rename to _posts/code/2014-04-27-gh-td.md
index 74175213d28142fd51e8466a56d2d7189ad20fae..c44132fcb4cf51f7b1b5d3ecfe7b95708616e888 100644 (file)
@@ -1,6 +1,7 @@
 ---
 title: Grasshopper <-> TouchDesigner Geometry Bridge
 date: 2014-04-27
+category: code
 ---
 
 ![](https://raw.githubusercontent.com/quilime/gh-td/master/screenshots/td_sender.JPG)
@@ -10,7 +11,7 @@ date: 2014-04-27
 Grasshopper <-> TouchDesigner Bridge for Polygon Mesh Geometry
 Source on [Github](https://github.com/quilime/gh-td)
 
-(c) 2013-2015 
+(c) 2013-2015
 
 [Download .zip](https://github.com/quilime/gh-td/archive/master.zip)
 
@@ -73,4 +74,4 @@ td/sender.toe
 gh/receiver.gh
 
 ![](https://github.com/quilime/gh-td/blob/master/screenshots/gh_receiver.JPG)
+
similarity index 99%
rename from _posts/2007-12-12-mel-notepad.md
rename to _posts/snippets/2007-12-12-mel-notepad.md
index bcd2a3df1e06dcb6b3ef839ec1d61131bf723f44..854930ad00c61b071689b438045f1b22c6c548bd 100644 (file)
@@ -2,6 +2,7 @@
 date: 2007-12-12
 title: MEL Notepad
 tags: mel maya
+category: snippet
 ---
 
 mel notepad with various code snippets
similarity index 91%
rename from _posts/2009-04-23-bash-imageslice.md
rename to _posts/snippets/2009-04-23-bash-imageslice.md
index 8313507bda2e7495e78f860f436205205a0a17de..eedfbf9c9e0f3644347cb9a308be3530b765189c 100644 (file)
@@ -3,6 +3,7 @@ title: Image Slice
 date: 2009-04-23
 tags: bash script slice image imagemagick
 lang: bash
+category: snippet
 layout: post
 ---
 
@@ -41,7 +42,7 @@ else
                        convert $IMAGE -crop ${CROP_W}x${CROP_H}+${CROP_X}+${CROP_Y} [${x},${y}]_$IMAGE
            done
        done
-       
+
 fi
 ```
 
@@ -49,14 +50,14 @@ fi
 
 ## To Use
 
-navigate to slice.sh in your terminal and do 
+navigate to slice.sh in your terminal and do
 
 ```prettyprint
 chmod +x slice.sh
 ./slice.sh Sunset.jpg 800 600 16 16
 ```
 
-replace `Sunset.jpg` with your image name.  
+replace `Sunset.jpg` with your image name.
 params: `Image Height, Image Width, Vertical Divisions, Horizontal Divisions`
 
   <br />
similarity index 87%
rename from _posts/2009-06-12-mel-sphere_intersect.md
rename to _posts/snippets/2009-06-12-mel-sphere_intersect.md
index 09a7281619bb6296d9859d35bccddf77d672e488..f080eb2c04559e35a7736443853f890d6f738a65 100644 (file)
@@ -4,6 +4,7 @@ title: "Sphere Intersect in Maya/MEL"
 tags: maya mel sphere intersection
 lang: mel
 layout: post
+category: snippet
 ---
 <p>
 Function to return location of intersect with poly mesh and spherical object moving in the positive direction on the Y axis.
@@ -15,7 +16,7 @@ Function to return location of intersect with poly mesh and spherical object mov
 <h2>
 mel source
 </h2>
-```prettyprint 
+```prettyprint
 global proc intersectSphereY()
 {
        print(". . . . . go go go\n");
@@ -23,25 +24,25 @@ global proc intersectSphereY()
        int $iter = 50;
        float $start[3] = {0, -0.5, 0};
        float $limit[3] = {0, 5.0, 0};
-       $mesh = "test_mesh";    
+       $mesh = "test_mesh";
        $tmpCN = "cpom";
 
-    
+
        $obj = "rod1";
        float $radius = 0.5;
        float $curPos[3] = {0, 0, 0};
 
        for ($i = 0; $i <= $iter; $i++)
-       {    
+       {
                $mesh = "test_mesh";
                $shape = `listRelatives -shapes $mesh`;
 
                createNode -n $tmpCN closestPointOnMesh;
                connectAttr -f ($shape[0] + ".outMesh") ($tmpCN + ".inMesh");
                setAttr ($tmpCN + ".inPosition") $curPos[0] $curPos[1] $curPos[2];
-               
+
                $cpom = `getAttr ($tmpCN + ".position")`;
-               
+
         if ( pointDist($curPos, $cpom) <= $radius ) {
                        return ". . bonk\n";
         }
@@ -56,9 +57,9 @@ global proc intersectSphereY()
 
 global proc float pointDist(float $p1[], float $p2[])
 {
-    return sqrt( 
-       (($p1[0] - $p2[0]) * ($p1[0] - $p2[0])) + 
-       (($p1[1] - $p2[1]) * ($p1[1] - $p2[1])) + 
+    return sqrt(
+       (($p1[0] - $p2[0]) * ($p1[0] - $p2[0])) +
+       (($p1[1] - $p2[1]) * ($p1[1] - $p2[1])) +
        (($p1[2] - $p2[2]) * ($p1[2] - $p2[2])));
 }
 
similarity index 91%
rename from _posts/2010-01-11-bash-rename_multiple_files.md
rename to _posts/snippets/2010-01-11-bash-rename_multiple_files.md
index cb1e6e512c807b3bbce96ae4d3336f3a07e90640..ee723d5e6fa82bebb008754e8783b91605b901b2 100644 (file)
@@ -3,6 +3,7 @@ title: Rename Multiple Files via Shell
 tags: bash terminal rename
 date: 2010-01-11
 layout: post
+category: snippet
 ---
 <pre class="prettyprint">
 ls | nl -nrz -w2 | while read a b; do mv "$b" filename.$a.png; done;
similarity index 82%
rename from _posts/2010-02-07-bash-date_for_filename.md
rename to _posts/snippets/2010-02-07-bash-date_for_filename.md
index 68a303fae660c221b36a86c51097b3c15b00c42b..bb7fda38dcfed89a4fa28bf05111549355bc0ffd 100644 (file)
@@ -3,6 +3,7 @@ title: date for new filename
 lang: bash
 date: 2010-02-07
 layout: post
+category: snippet
 ---
 <pre class="prettyprint lang-bash">#!/bin/bash
 # Shell script to create file named after the current date
similarity index 89%
rename from _posts/2010-05-15-bash-rewrite_multiple_slashes.md
rename to _posts/snippets/2010-05-15-bash-rewrite_multiple_slashes.md
index c7ebf1894f1277bd045f761d77b84166eb951f00..ab8a0a3b61e964fff8aef0d0e81517687b62313c 100644 (file)
@@ -3,6 +3,7 @@ date: 2010-05-15
 title: "Rewrite URL: Replace Double Slashes With Single Slash"
 tags: htaccess apache
 layout: post
+category: snippet
 ---
 
 <pre>
similarity index 99%
rename from _posts/2010-07-07-maya_render_bat.md
rename to _posts/snippets/2010-07-07-maya_render_bat.md
index 249aea9b07a6207e8c6c5f4eeea629af5e968957..388efa854f264d498a8e185833f6f845e44024c3 100644 (file)
@@ -4,6 +4,7 @@ tags: maya render bat
 date: 2010-07-07
 hidden: true
 layout: post
+category: snippet
 ---
 *.bat file structure
 
@@ -13,7 +14,7 @@ C:\Progra~1\Autodesk\Maya2010\bin\render -s 1 -e 30 -im output_image myscene.ma
 C:\Progra~1\Autodesk\Maya2010\bin\render -s 1 -e 30 -im output_image2 anotherscene.ma
 </pre>
 
-The path to render.exe must be the 8.3 character DOS version.  
+The path to render.exe must be the 8.3 character DOS version.
 To execute the file, save as a *.bat and double click it in Explorer.
 
 <!--more-->
@@ -22,7 +23,7 @@ To execute the file, save as a *.bat and double click it in Explorer.
 // Render Flags
 usage: Render &lt;options&gt; &lt;filename&gt;
 where &lt;filename&gt; is a Maya ASCII or a Maya Binary file.
+
 
 startFrame            -s   &lt;float&gt;     starting frame for an animation sequence
 
similarity index 90%
rename from _posts/2010-07-11-bash-resize_multiple_images.md
rename to _posts/snippets/2010-07-11-bash-resize_multiple_images.md
index 3610d34cb1eaf869cb984174b23d05fc09d62a02..9023d502442c30b463ff545669e952a934dc03f9 100644 (file)
@@ -2,6 +2,7 @@
 title: resize multiple images
 date: 2010-07-11
 layout: post
+category: snippet
 ---
 <pre class="prettyprint lang-bash">for k in $(ls *.JPG); do convert $k -resize 50% -quality 80 r_$k; done</pre>
 
similarity index 97%
rename from _posts/2011-07-07-bootable_iso.md
rename to _posts/snippets/2011-07-07-bootable_iso.md
index 8c39372c5890e32335319b60c180ed2b376028e3..390114381fff0fa470ff68d173f0d4d81f64b1f4 100644 (file)
@@ -2,6 +2,7 @@
 title: "create bootable iso from unix/osx terminal"
 date: july 7 2011
 layout: post
+category: snippet
 ---
 
 1. <code class="prettyprint">diskutil list</code><br />
similarity index 97%
rename from _posts/2013-04-19-htmlwordcount.md
rename to _posts/snippets/2013-04-19-htmlwordcount.md
index 5962b231129c66cfe19da043fa6bc1dae55bf752..b162b26ee76af002de591d95ce6a8d4b019974cb 100644 (file)
@@ -3,6 +3,7 @@ title: count words in html file with python
 date: 2013-04-19
 tags: python code
 layout: post
+category: snippet
 ---
 
 ```prettyprint-python
similarity index 65%
rename from _posts/2013-09-16-gen_semitones.md
rename to _posts/snippets/2013-09-16-gen_semitones.md
index 6a4cda0d525e7276db4c504f2bc206c425b0f83f..223eed644fe46b412eb3d22ebce6bc3155873f31 100644 (file)
@@ -1,6 +1,7 @@
 ---
 title: Generate Semitones
 date: 2013-09-16
+category: snippet
 ---
 
 ```prettyprint
@@ -10,23 +11,23 @@ foreach my $s (0..12) {
     print int(0.5 + 1000 * $m ** $s-1000), "\n";
 }
 
-prints: 
+prints:
 semitone - fine
-0  - 0 
-1  - 59 
-2  - 122 
-3  - 189 
-4  - 260 
-5  - 335 
-6  - 414 
-7  - 498 
-8  - 587 
-9  - 682 
-10 - 782 
-11 - 888 
+0  - 0
+1  - 59
+2  - 122
+3  - 189
+4  - 260
+5  - 335
+6  - 414
+7  - 498
+8  - 587
+9  - 682
+10 - 782
+11 - 888
 12 - 1000
 ```
 
-[gist](https://gist.github.com/quilime/59fc3af7c5f30ca2399f#file-semitones-pl)  
+[gist](https://gist.github.com/quilime/59fc3af7c5f30ca2399f#file-semitones-pl)
 
 
similarity index 89%
rename from _posts/2014-06-20-gifs_w_ffmpeg_gifsicle.md
rename to _posts/snippets/2014-06-20-gifs_w_ffmpeg_gifsicle.md
index 69e207e3fe33979925e9d0724c40d1c3be69af0e..929957f85d131abd83ef754a3dee52f0cb9c7f0b 100644 (file)
@@ -1,6 +1,7 @@
 ---
 date: 2014-06-20
 title: creating gif from mov with ffmpeg and gifsicle
+category: snippet
 ---
 <pre class="prettyprint" >
 ffmpeg -i in.mov -s 640x360 -pix_fmt rgb24 -r 10 -f gif - | gifsicle --optimize=3 --delay=6 > out.gif
similarity index 97%
rename from _posts/2011-02-02-bash_profile_osx.md
rename to _posts/term/2011-02-02-bash_profile_osx.md
index 55be6df86d1b32d9d2cd4b979f7cfd33789c8763..b92158118681f9281a986d672a3208506772c65b 100644 (file)
@@ -2,6 +2,7 @@
 date: 2011-02-02
 title: osx bash profile
 layout: post
+category: term
 ---
 
 <pre class="prettyprint" >
similarity index 93%
rename from _posts/2011-03-11-bash_profile_linux.md
rename to _posts/term/2011-03-11-bash_profile_linux.md
index 56a5f4ba57af5e71643efb9d30b2ca4eb0613b4e..0143ac134b1b45f536fdd574dbb1306ee4f7cecb 100644 (file)
@@ -2,6 +2,7 @@
 title: linux bash profile
 date: march 11 2011
 layout: post
+category: term
 ---
 <pre class="prettyprint">
 alias ls='ls --color'
similarity index 94%
rename from _posts/2011-04-16-ssh_keys.md.md
rename to _posts/term/2011-04-16-ssh_keys.md.md
index 8d4e020af9442ac8365b1c6a78b6f244cf07f8d1..734101badd3193c4b9393927a78a741689c41e69 100644 (file)
@@ -1,8 +1,8 @@
 ---
 layout: post
 title: "create ssh keys"
-categories: c
 date: 2011-04-16
+category: term
 ---
 <pre class="prettyprint">
 ssh-keygen -t rsa
similarity index 96%
rename from _posts/2011-04-27-windows_copy.md
rename to _posts/term/2011-04-27-windows_copy.md
index 1679933f2f8bda320b2841d38272875f3afb9b71..016d77ceb90fb084cf0aea6bd0e044422052ad1c 100644 (file)
@@ -3,6 +3,7 @@ title: "Combine Files (Windows)"
 date: Wed, april 27 2011
 tags: windows cmd console
 layout: post
+category: term
 ---
 <pre class="prettyprint">
 copy /b file1+ file2 output
similarity index 96%
rename from _posts/2011-05-10-osx_hidden_files.md
rename to _posts/term/2011-05-10-osx_hidden_files.md
index 7730906833934861e04444282ed0339517246a8a..52872037fb2b33225bcfe10794e9d72d532a3842 100644 (file)
@@ -3,6 +3,7 @@ title: "show hidden files (OSX Finder)"
 date: "Tue May 10 21:03:45 PDT 2011"
 tags: osx
 layout: post
+category: term
 ---
 
 via Terminal
similarity index 99%
rename from _posts/2011-08-11-terminal_emulator_on_win.md
rename to _posts/term/2011-08-11-terminal_emulator_on_win.md
index 8ae877721668f31d5546547c8c9e1cff27050310..02b8dae46017cac6dbdb62e89f7efe74de01671a 100644 (file)
@@ -1,6 +1,7 @@
 ---
 title: "Terminal Emulator on Windows via Cygwin"
 date: august 11 2011
+category: term
 ---
 How to install cygwin on windows:
 
similarity index 96%
rename from _posts/2011-09-19-mostused.md
rename to _posts/term/2011-09-19-mostused.md
index 2ff168de1299ad6dd0fe2743b8827ce1ed7c911b..da32ae2a3beac20af63be62cc0b61be4a8ae2147 100644 (file)
@@ -2,6 +2,7 @@
 title: command history
 date: "Mon Sep 19 19:39:51 PDT 2011"
 layout: post
+category: term
 ---
 `history | awk {'print $2'} | sort | uniq -c | sort -k1 -rn | head`
 
similarity index 99%
rename from _posts/2011-11-09-osx_command_line_audio.md
rename to _posts/term/2011-11-09-osx_command_line_audio.md
index adaeb9b20726441ad95bbe7ed1b91100145b4344..ff00b82a73d4313e897bce66fde9e43717a8af17 100644 (file)
@@ -3,6 +3,7 @@ title: "command line audio on OSX"
 date: "Wed, Nov  9  2011 18:40:26,  IST"
 tags: audio osx cli
 layout: post
+category: term
 ---
 
 Since there is no equivilent to /dev/dsp or /dev/audio on OSX, you need to install an alternative like <a href="http://sox.sourceforge.net/">sox</a>.
similarity index 98%
rename from _posts/2011-11-14-osx_print_json.md
rename to _posts/term/2011-11-14-osx_print_json.md
index a24625f236a57a886cfcd002e26d03aac23f3814..b539ebe9524c84c31a46b5a7f353ef10b911d286 100644 (file)
@@ -3,6 +3,7 @@ title: print formatted JSON, XML from osx command line
 date: "mon, nov 14 2011"
 tags: bash shell python json xml osx
 layout: post
+category: term
 ---
 
 Working with various interfaces that output json or xml results in lots of situations where you have a single-line, unformatted output. Here's a quick way to format json, xml from the CLI.
similarity index 99%
rename from _posts/2012-01-02-archlinux_install.md
rename to _posts/term/2012-01-02-archlinux_install.md
index 4045acb8692d758f4e9d7bdce85dc39a177442d6..404cd836b858cf2ecb3ffaca93f23dd86f285c7b 100644 (file)
@@ -3,6 +3,7 @@ title: "DualBoot Archlinux/Windows7 Installation"
 date: 2012-01-02
 tags: arch linux windows installation tutorial
 layout: post
+category: term
 ---
 
 Documentation of the process of installing [archlinux](http://www.archlinux.org/) and Windows 7 in a dual-boot configuration.
index 59a37794278add829f5669f4d1f59edde422eaa9..894f125027a69ddbe2a3e694e16b84755f3b46f4 100644 (file)
--- a/all.html
+++ b/all.html
@@ -1,12 +1,48 @@
 ---
 layout: index
 ---
-
+{% comment %}
 <!-- Posts -->
-<div class="allposts">
+<!-- <div class="allposts">
   {% for post in site.posts %}
     <div class="entry">
       <h1><a href="{{ site.url }}{{ post.url }}">— {{ post.title }}</a></h1>
     </div>
   {% endfor %}
+</div> -->
+{% endcomment %}
+
+<div class="allposts">
+
+<h2>code</h2>  
+<br />
+{% for post in site.categories.code %}
+<div class="entry">
+  <h1><a href="{{ site.url }}{{ post.url }}">— {{ post.title }} <span style="font-weight:normal; color:#393939;">{{ post.date | date: "%Y-%m-%d" }}</span></a></h1>
+</div>
+{% endfor %}
+
+<br />
+<br />
+
+<h2>snippet</h2>  
+<br />
+{% for post in site.categories.snippet %}
+<div class="entry">
+  <h1><a href="{{ site.url }}{{ post.url }}">— {{ post.title }} <span style="font-weight:normal; color:#393939;">{{ post.date | date: "%Y-%m-%d" }}</span></a></h1>
+</div>
+{% endfor %}
+
+<br />
+<br />
+
+<h2>term</h2>
+<br />
+{% for post in site.categories.term %}
+<div class="entry">
+  <h1><a href="{{ site.url }}{{ post.url }}">— {{ post.title }} <span style="font-weight:normal; color:#393939;">{{ post.date | date: "%Y-%m-%d" }}</span></a></h1>
 </div>
+{% endfor %}
+
+</div>
+
index 75c5d8a24ea7835827e869cffda34e246d64700e..59a45201cbaaac4da5b4dcfdd81dc0f2c843b758 100644 (file)
@@ -41,7 +41,7 @@ h1 {
 }
 h1, h2, h3, h4, h5, h6 {
     color:#666;
-    font-size:1.5em;
+    font-size:1.4em;
     letter-spacing:0.1em;
 }
 h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
@@ -54,7 +54,7 @@ h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
 }
 
 h2, h3, h4, h5, h6 {
-    font-size:1.1em;
+    font-size:1.3em;
 }
 h3, h4, h5, h6 {
     font-size:1.0em;