From 7005ee0f9a937863273f27e1ac51ad43d3ebdfec Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Fri, 16 Jun 2023 18:10:55 -0700 Subject: [PATCH] post categories --- _posts/{ => code}/2011-05-24-clmpr.md | 4 +- _posts/{ => code}/2011-06-28-filebrowser.md | 3 +- _posts/{ => code}/2013-09-18-fluid.md | 1 + .../2013-10-12-processing-anim-wkshp.md | 3 +- _posts/{ => code}/2014-04-27-gh-td.md | 5 ++- .../{ => snippets}/2007-12-12-mel-notepad.md | 1 + .../2009-04-23-bash-imageslice.md | 7 ++-- .../2009-06-12-mel-sphere_intersect.md | 19 ++++----- .../2010-01-11-bash-rename_multiple_files.md | 1 + .../2010-02-07-bash-date_for_filename.md | 1 + ...010-05-15-bash-rewrite_multiple_slashes.md | 1 + .../2010-07-07-maya_render_bat.md | 5 ++- .../2010-07-11-bash-resize_multiple_images.md | 1 + .../{ => snippets}/2011-07-07-bootable_iso.md | 1 + .../2013-04-19-htmlwordcount.md | 1 + .../2013-09-16-gen_semitones.md | 29 +++++++------- .../2014-06-20-gifs_w_ffmpeg_gifsicle.md | 1 + .../{ => term}/2011-02-02-bash_profile_osx.md | 1 + .../2011-03-11-bash_profile_linux.md | 1 + _posts/{ => term}/2011-04-16-ssh_keys.md.md | 2 +- _posts/{ => term}/2011-04-27-windows_copy.md | 1 + .../{ => term}/2011-05-10-osx_hidden_files.md | 1 + .../2011-08-11-terminal_emulator_on_win.md | 1 + _posts/{ => term}/2011-09-19-mostused.md | 1 + .../2011-11-09-osx_command_line_audio.md | 1 + .../{ => term}/2011-11-14-osx_print_json.md | 1 + .../2012-01-02-archlinux_install.md | 1 + all.html | 40 ++++++++++++++++++- css/style.css | 4 +- 29 files changed, 100 insertions(+), 39 deletions(-) rename _posts/{ => code}/2011-05-24-clmpr.md (80%) rename _posts/{ => code}/2011-06-28-filebrowser.md (92%) rename _posts/{ => code}/2013-09-18-fluid.md (97%) rename _posts/{ => code}/2013-10-12-processing-anim-wkshp.md (83%) rename _posts/{ => code}/2014-04-27-gh-td.md (98%) rename _posts/{ => snippets}/2007-12-12-mel-notepad.md (99%) rename _posts/{ => snippets}/2009-04-23-bash-imageslice.md (91%) rename _posts/{ => snippets}/2009-06-12-mel-sphere_intersect.md (87%) rename _posts/{ => snippets}/2010-01-11-bash-rename_multiple_files.md (91%) rename _posts/{ => snippets}/2010-02-07-bash-date_for_filename.md (82%) rename _posts/{ => snippets}/2010-05-15-bash-rewrite_multiple_slashes.md (89%) rename _posts/{ => snippets}/2010-07-07-maya_render_bat.md (99%) rename _posts/{ => snippets}/2010-07-11-bash-resize_multiple_images.md (90%) rename _posts/{ => snippets}/2011-07-07-bootable_iso.md (97%) rename _posts/{ => snippets}/2013-04-19-htmlwordcount.md (97%) rename _posts/{ => snippets}/2013-09-16-gen_semitones.md (65%) rename _posts/{ => snippets}/2014-06-20-gifs_w_ffmpeg_gifsicle.md (89%) rename _posts/{ => term}/2011-02-02-bash_profile_osx.md (97%) rename _posts/{ => term}/2011-03-11-bash_profile_linux.md (93%) rename _posts/{ => term}/2011-04-16-ssh_keys.md.md (94%) rename _posts/{ => term}/2011-04-27-windows_copy.md (96%) rename _posts/{ => term}/2011-05-10-osx_hidden_files.md (96%) rename _posts/{ => term}/2011-08-11-terminal_emulator_on_win.md (99%) rename _posts/{ => term}/2011-09-19-mostused.md (96%) rename _posts/{ => term}/2011-11-09-osx_command_line_audio.md (99%) rename _posts/{ => term}/2011-11-14-osx_print_json.md (98%) rename _posts/{ => term}/2012-01-02-archlinux_install.md (99%) diff --git a/_posts/2011-05-24-clmpr.md b/_posts/code/2011-05-24-clmpr.md similarity index 80% rename from _posts/2011-05-24-clmpr.md rename to _posts/code/2011-05-24-clmpr.md index bb35862..6047da2 100644 --- a/_posts/2011-05-24-clmpr.md +++ b/_posts/code/2011-05-24-clmpr.md @@ -2,13 +2,13 @@ title: clmpr date: may 24 2011 tags: code web -gallery: full +category: code layout: post --- clmpr (clumper) is an open-source multi-user bookmarking engine, inspired by the original del.icio.us (RIP) -demo: clmpr.com +demo: clmpr.com source: http://github.com/quilime/clmpr diff --git a/_posts/2011-06-28-filebrowser.md b/_posts/code/2011-06-28-filebrowser.md similarity index 92% rename from _posts/2011-06-28-filebrowser.md rename to _posts/code/2011-06-28-filebrowser.md index 0c6d939..265c544 100644 --- a/_posts/2011-06-28-filebrowser.md +++ b/_posts/code/2011-06-28-filebrowser.md @@ -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: -## MediaBrowser +## MediaBrowser A index script that generates thumbnail gallery for images and displays READMEs. This is an experiment and WIP. diff --git a/_posts/2013-09-18-fluid.md b/_posts/code/2013-09-18-fluid.md similarity index 97% rename from _posts/2013-09-18-fluid.md rename to _posts/code/2013-09-18-fluid.md index 1b89819..9eee155 100644 --- a/_posts/2013-09-18-fluid.md +++ b/_posts/code/2013-09-18-fluid.md @@ -1,6 +1,7 @@ --- title: C++/Cinder TouchDesigner TOP date: 2013-09-18 +category: code --- diff --git a/_posts/2013-10-12-processing-anim-wkshp.md b/_posts/code/2013-10-12-processing-anim-wkshp.md 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 5420d31..9785222 100644 --- a/_posts/2013-10-12-processing-anim-wkshp.md +++ b/_posts/code/2013-10-12-processing-anim-wkshp.md @@ -1,7 +1,8 @@ --- title: Animation w/Processing Workshop -date: 2013-10-12 +date: 2013-10-12 tags: processing code workshop +category: code --- source on github diff --git a/_posts/2014-04-27-gh-td.md b/_posts/code/2014-04-27-gh-td.md similarity index 98% rename from _posts/2014-04-27-gh-td.md rename to _posts/code/2014-04-27-gh-td.md index 7417521..c44132f 100644 --- a/_posts/2014-04-27-gh-td.md +++ b/_posts/code/2014-04-27-gh-td.md @@ -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) - + diff --git a/_posts/2007-12-12-mel-notepad.md b/_posts/snippets/2007-12-12-mel-notepad.md similarity index 99% rename from _posts/2007-12-12-mel-notepad.md rename to _posts/snippets/2007-12-12-mel-notepad.md index bcd2a3d..854930a 100644 --- a/_posts/2007-12-12-mel-notepad.md +++ b/_posts/snippets/2007-12-12-mel-notepad.md @@ -2,6 +2,7 @@ date: 2007-12-12 title: MEL Notepad tags: mel maya +category: snippet --- mel notepad with various code snippets diff --git a/_posts/2009-04-23-bash-imageslice.md b/_posts/snippets/2009-04-23-bash-imageslice.md similarity index 91% rename from _posts/2009-04-23-bash-imageslice.md rename to _posts/snippets/2009-04-23-bash-imageslice.md index 8313507..eedfbf9 100644 --- a/_posts/2009-04-23-bash-imageslice.md +++ b/_posts/snippets/2009-04-23-bash-imageslice.md @@ -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`
diff --git a/_posts/2009-06-12-mel-sphere_intersect.md b/_posts/snippets/2009-06-12-mel-sphere_intersect.md 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 09a7281..f080eb2 100644 --- a/_posts/2009-06-12-mel-sphere_intersect.md +++ b/_posts/snippets/2009-06-12-mel-sphere_intersect.md @@ -4,6 +4,7 @@ title: "Sphere Intersect in Maya/MEL" tags: maya mel sphere intersection lang: mel layout: post +category: snippet ---

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

mel source

-```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]))); } diff --git a/_posts/2010-01-11-bash-rename_multiple_files.md b/_posts/snippets/2010-01-11-bash-rename_multiple_files.md 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 cb1e6e5..ee723d5 100644 --- a/_posts/2010-01-11-bash-rename_multiple_files.md +++ b/_posts/snippets/2010-01-11-bash-rename_multiple_files.md @@ -3,6 +3,7 @@ title: Rename Multiple Files via Shell tags: bash terminal rename date: 2010-01-11 layout: post +category: snippet ---
 ls | nl -nrz -w2 | while read a b; do mv "$b" filename.$a.png; done;
diff --git a/_posts/2010-02-07-bash-date_for_filename.md b/_posts/snippets/2010-02-07-bash-date_for_filename.md
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 68a303f..bb7fda3 100644
--- a/_posts/2010-02-07-bash-date_for_filename.md
+++ b/_posts/snippets/2010-02-07-bash-date_for_filename.md
@@ -3,6 +3,7 @@ title: date for new filename
 lang: bash
 date: 2010-02-07
 layout: post
+category: snippet
 ---
 
#!/bin/bash
 # Shell script to create file named after the current date
diff --git a/_posts/2010-05-15-bash-rewrite_multiple_slashes.md b/_posts/snippets/2010-05-15-bash-rewrite_multiple_slashes.md
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 c7ebf18..ab8a0a3 100644
--- a/_posts/2010-05-15-bash-rewrite_multiple_slashes.md
+++ b/_posts/snippets/2010-05-15-bash-rewrite_multiple_slashes.md
@@ -3,6 +3,7 @@ date: 2010-05-15
 title: "Rewrite URL: Replace Double Slashes With Single Slash"
 tags: htaccess apache
 layout: post
+category: snippet
 ---
 
 
diff --git a/_posts/2010-07-07-maya_render_bat.md b/_posts/snippets/2010-07-07-maya_render_bat.md
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 249aea9..388efa8 100644
--- a/_posts/2010-07-07-maya_render_bat.md
+++ b/_posts/snippets/2010-07-07-maya_render_bat.md
@@ -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
 
-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. @@ -22,7 +23,7 @@ To execute the file, save as a *.bat and double click it in Explorer. // Render Flags usage: Render <options> <filename> where <filename> is a Maya ASCII or a Maya Binary file. - + startFrame -s <float> starting frame for an animation sequence diff --git a/_posts/2010-07-11-bash-resize_multiple_images.md b/_posts/snippets/2010-07-11-bash-resize_multiple_images.md 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 3610d34..9023d50 100644 --- a/_posts/2010-07-11-bash-resize_multiple_images.md +++ b/_posts/snippets/2010-07-11-bash-resize_multiple_images.md @@ -2,6 +2,7 @@ title: resize multiple images date: 2010-07-11 layout: post +category: snippet ---
for k in $(ls *.JPG); do convert $k -resize 50% -quality 80 r_$k; done
diff --git a/_posts/2011-07-07-bootable_iso.md b/_posts/snippets/2011-07-07-bootable_iso.md similarity index 97% rename from _posts/2011-07-07-bootable_iso.md rename to _posts/snippets/2011-07-07-bootable_iso.md index 8c39372..3901143 100644 --- a/_posts/2011-07-07-bootable_iso.md +++ b/_posts/snippets/2011-07-07-bootable_iso.md @@ -2,6 +2,7 @@ title: "create bootable iso from unix/osx terminal" date: july 7 2011 layout: post +category: snippet --- 1. diskutil list
diff --git a/_posts/2013-04-19-htmlwordcount.md b/_posts/snippets/2013-04-19-htmlwordcount.md similarity index 97% rename from _posts/2013-04-19-htmlwordcount.md rename to _posts/snippets/2013-04-19-htmlwordcount.md index 5962b23..b162b26 100644 --- a/_posts/2013-04-19-htmlwordcount.md +++ b/_posts/snippets/2013-04-19-htmlwordcount.md @@ -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 diff --git a/_posts/2013-09-16-gen_semitones.md b/_posts/snippets/2013-09-16-gen_semitones.md similarity index 65% rename from _posts/2013-09-16-gen_semitones.md rename to _posts/snippets/2013-09-16-gen_semitones.md index 6a4cda0..223eed6 100644 --- a/_posts/2013-09-16-gen_semitones.md +++ b/_posts/snippets/2013-09-16-gen_semitones.md @@ -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) diff --git a/_posts/2014-06-20-gifs_w_ffmpeg_gifsicle.md b/_posts/snippets/2014-06-20-gifs_w_ffmpeg_gifsicle.md 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 69e207e..929957f 100644 --- a/_posts/2014-06-20-gifs_w_ffmpeg_gifsicle.md +++ b/_posts/snippets/2014-06-20-gifs_w_ffmpeg_gifsicle.md @@ -1,6 +1,7 @@ --- date: 2014-06-20 title: creating gif from mov with ffmpeg and gifsicle +category: snippet ---
 ffmpeg -i in.mov -s 640x360 -pix_fmt rgb24 -r 10 -f gif - | gifsicle --optimize=3 --delay=6 > out.gif
diff --git a/_posts/2011-02-02-bash_profile_osx.md b/_posts/term/2011-02-02-bash_profile_osx.md
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 55be6df..b921581 100644
--- a/_posts/2011-02-02-bash_profile_osx.md
+++ b/_posts/term/2011-02-02-bash_profile_osx.md
@@ -2,6 +2,7 @@
 date: 2011-02-02
 title: osx bash profile
 layout: post
+category: term
 ---
 
 
diff --git a/_posts/2011-03-11-bash_profile_linux.md b/_posts/term/2011-03-11-bash_profile_linux.md
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 56a5f4b..0143ac1 100644
--- a/_posts/2011-03-11-bash_profile_linux.md
+++ b/_posts/term/2011-03-11-bash_profile_linux.md
@@ -2,6 +2,7 @@
 title: linux bash profile
 date: march 11 2011
 layout: post
+category: term
 ---
 
 alias ls='ls --color'
diff --git a/_posts/2011-04-16-ssh_keys.md.md b/_posts/term/2011-04-16-ssh_keys.md.md
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 8d4e020..734101b 100644
--- a/_posts/2011-04-16-ssh_keys.md.md
+++ b/_posts/term/2011-04-16-ssh_keys.md.md
@@ -1,8 +1,8 @@
 ---
 layout: post
 title: "create ssh keys"
-categories: c
 date: 2011-04-16
+category: term
 ---
 
 ssh-keygen -t rsa
diff --git a/_posts/2011-04-27-windows_copy.md b/_posts/term/2011-04-27-windows_copy.md
similarity index 96%
rename from _posts/2011-04-27-windows_copy.md
rename to _posts/term/2011-04-27-windows_copy.md
index 1679933..016d77c 100644
--- a/_posts/2011-04-27-windows_copy.md
+++ b/_posts/term/2011-04-27-windows_copy.md
@@ -3,6 +3,7 @@ title: "Combine Files (Windows)"
 date: Wed, april 27 2011
 tags: windows cmd console
 layout: post
+category: term
 ---
 
 copy /b file1+ file2 output
diff --git a/_posts/2011-05-10-osx_hidden_files.md b/_posts/term/2011-05-10-osx_hidden_files.md
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 7730906..5287203 100644
--- a/_posts/2011-05-10-osx_hidden_files.md
+++ b/_posts/term/2011-05-10-osx_hidden_files.md
@@ -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
diff --git a/_posts/2011-08-11-terminal_emulator_on_win.md b/_posts/term/2011-08-11-terminal_emulator_on_win.md
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 8ae8777..02b8dae 100644
--- a/_posts/2011-08-11-terminal_emulator_on_win.md
+++ b/_posts/term/2011-08-11-terminal_emulator_on_win.md
@@ -1,6 +1,7 @@
 ---
 title: "Terminal Emulator on Windows via Cygwin"
 date: august 11 2011
+category: term
 ---
 How to install cygwin on windows:
 
diff --git a/_posts/2011-09-19-mostused.md b/_posts/term/2011-09-19-mostused.md
similarity index 96%
rename from _posts/2011-09-19-mostused.md
rename to _posts/term/2011-09-19-mostused.md
index 2ff168d..da32ae2 100644
--- a/_posts/2011-09-19-mostused.md
+++ b/_posts/term/2011-09-19-mostused.md
@@ -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`
 
diff --git a/_posts/2011-11-09-osx_command_line_audio.md b/_posts/term/2011-11-09-osx_command_line_audio.md
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 adaeb9b..ff00b82 100644
--- a/_posts/2011-11-09-osx_command_line_audio.md
+++ b/_posts/term/2011-11-09-osx_command_line_audio.md
@@ -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 sox.
diff --git a/_posts/2011-11-14-osx_print_json.md b/_posts/term/2011-11-14-osx_print_json.md
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 a24625f..b539ebe 100644
--- a/_posts/2011-11-14-osx_print_json.md
+++ b/_posts/term/2011-11-14-osx_print_json.md
@@ -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.
diff --git a/_posts/2012-01-02-archlinux_install.md b/_posts/term/2012-01-02-archlinux_install.md
similarity index 99%
rename from _posts/2012-01-02-archlinux_install.md
rename to _posts/term/2012-01-02-archlinux_install.md
index 4045acb..404cd83 100644
--- a/_posts/2012-01-02-archlinux_install.md
+++ b/_posts/term/2012-01-02-archlinux_install.md
@@ -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.
diff --git a/all.html b/all.html
index 59a3779..894f125 100644
--- a/all.html
+++ b/all.html
@@ -1,12 +1,48 @@
 ---
 layout: index
 ---
-
+{% comment %}
 
-
+ +{% endcomment %} + +
+ +

code

+
+{% for post in site.categories.code %} +
+

— {{ post.title }} {{ post.date | date: "%Y-%m-%d" }}

+
+{% endfor %} + +
+
+ +

snippet

+
+{% for post in site.categories.snippet %} +
+

— {{ post.title }} {{ post.date | date: "%Y-%m-%d" }}

+
+{% endfor %} + +
+
+ +

term

+
+{% for post in site.categories.term %} +
+

— {{ post.title }} {{ post.date | date: "%Y-%m-%d" }}

+{% endfor %} + +
+ diff --git a/css/style.css b/css/style.css index 75c5d8a..59a4520 100644 --- a/css/style.css +++ b/css/style.css @@ -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; -- 2.34.1