diff --git a/.gitignore b/.gitignore index 46f5006..fc47aff 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ public/* + +themes/*/.git \ No newline at end of file diff --git a/config.toml b/config.toml index 4fb25bc..59fe510 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,7 @@ # The URL the site will be built for -base_url = "https://jeremy.marzhillstudios.com/" +base_url = "https://jeremy.marzhillstudios.com" +title = "Marzhill Musings" +description = "A blog about nothing much" # Whether to automatically compile all Sass files in the sass directory compile_sass = true @@ -11,9 +13,15 @@ highlight_code = true # Whether to build a search index to be used later on by a JavaScript library build_search_index = true +theme = "even" + taxonomies = [ - { name = "tags" }, + { name = "tags", paginate_by = 5, rss = true }, ] [extra] -# Put all your custom variables here +even_menu = [ + {url = "$BASE_URL", name = "Home"}, + {url = "$BASE_URL/tags", name = "Tags"}, +# {url = "$BASE_URL/about", name = "About"}, +] \ No newline at end of file diff --git a/content/A-beautiful-thing-2005-5-11.md b/content/A-beautiful-thing-2005-5-11.md index 37e9ef3..389042d 100644 --- a/content/A-beautiful-thing-2005-5-11.md +++ b/content/A-beautiful-thing-2005-5-11.md @@ -1,6 +1,6 @@ +++ title = "A beautiful thing" -date = 2005-05-11T00:26:46 +date = 2005-05-11T00:26:46Z in_search_index = true [taxonomies] tags = [ diff --git a/content/A-day-in-the-life-of-Marzhill-Mu-2006-1-24.md b/content/A-day-in-the-life-of-Marzhill-Mu-2006-1-24.md index bae0ce9..ffc1b89 100644 --- a/content/A-day-in-the-life-of-Marzhill-Mu-2006-1-24.md +++ b/content/A-day-in-the-life-of-Marzhill-Mu-2006-1-24.md @@ -1,6 +1,6 @@ +++ title = "A day in the life of Marzhill Musings" -date = 2006-01-24T14:45:58 +date = 2006-01-24T14:45:58Z in_search_index = true [taxonomies] tags = [ diff --git a/content/A-look-at-an-old-favourite-2005-4-29.md b/content/A-look-at-an-old-favourite-2005-4-29.md index f07acd1..8cbde10 100644 --- a/content/A-look-at-an-old-favourite-2005-4-29.md +++ b/content/A-look-at-an-old-favourite-2005-4-29.md @@ -1,6 +1,6 @@ +++ title = "A look at an old favourite" -date = 2005-04-29T02:45:06 +date = 2005-04-29T02:45:06Z in_search_index = true [taxonomies] tags = [ diff --git a/content/ABA-is-back-2006-5-1.md b/content/ABA-is-back-2006-5-1.md index 91b66fb..aadf1e5 100644 --- a/content/ABA-is-back-2006-5-1.md +++ b/content/ABA-is-back-2006-5-1.md @@ -1,6 +1,6 @@ +++ title = "ABA is back" -date = 2006-05-01T15:15:47 +date = 2006-05-01T15:15:47Z in_search_index = true [taxonomies] tags = [ diff --git a/content/According-to-Google-Analytics-2006-8-30.md b/content/According-to-Google-Analytics-2006-8-30.md index 0265cc0..ba6a43c 100644 --- a/content/According-to-Google-Analytics-2006-8-30.md +++ b/content/According-to-Google-Analytics-2006-8-30.md @@ -1,6 +1,6 @@ +++ title = "According to Google Analytics..." -date = 2006-08-30T21:33:24 +date = 2006-08-30T21:33:24Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Advanced-Nitrogen-Elements-2009-6-16.md b/content/Advanced-Nitrogen-Elements-2009-6-16.md index 4861b31..4afb7f2 100644 --- a/content/Advanced-Nitrogen-Elements-2009-6-16.md +++ b/content/Advanced-Nitrogen-Elements-2009-6-16.md @@ -1,6 +1,6 @@ +++ title = "Advanced Nitrogen Elements" -date = 2009-06-16T23:33:58 +date = 2009-06-16T23:33:58Z in_search_index = true [taxonomies] tags = [ diff --git a/content/All-for-lack-of-a-plug-2005-5-3.md b/content/All-for-lack-of-a-plug-2005-5-3.md index 62ab289..fcc69f9 100644 --- a/content/All-for-lack-of-a-plug-2005-5-3.md +++ b/content/All-for-lack-of-a-plug-2005-5-3.md @@ -1,6 +1,6 @@ +++ title = "All for lack of a plug" -date = 2005-05-03T00:06:25 +date = 2005-05-03T00:06:25Z in_search_index = true [taxonomies] tags = [ diff --git a/content/App-VS-Page-2005-4-11.md b/content/App-VS-Page-2005-4-11.md index 89c0043..564667c 100644 --- a/content/App-VS-Page-2005-4-11.md +++ b/content/App-VS-Page-2005-4-11.md @@ -1,6 +1,6 @@ +++ title = "App VS. Page" -date = 2005-04-11T22:49:33 +date = 2005-04-11T22:49:33Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Are-You-a-Data-Middle-Man?-2006-1-17.md b/content/Are-You-a-Data-Middle-Man?-2006-1-17.md index 85ad22a..f6a3c1e 100644 --- a/content/Are-You-a-Data-Middle-Man?-2006-1-17.md +++ b/content/Are-You-a-Data-Middle-Man?-2006-1-17.md @@ -1,6 +1,6 @@ +++ title = "Are You a Data Middle Man?" -date = 2006-01-17T16:29:22 +date = 2006-01-17T16:29:22Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Bear-with-me-2005-6-26.md b/content/Bear-with-me-2005-6-26.md index 7246ec9..dfa31db 100644 --- a/content/Bear-with-me-2005-6-26.md +++ b/content/Bear-with-me-2005-6-26.md @@ -1,6 +1,6 @@ +++ title = "Bear with me" -date = 2005-06-26T06:07:53 +date = 2005-06-26T06:07:53Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Beauty-Artistry-and-computer-c-2006-2-21.md b/content/Beauty-Artistry-and-computer-c-2006-2-21.md index 86fc1be..6f1a09a 100644 --- a/content/Beauty-Artistry-and-computer-c-2006-2-21.md +++ b/content/Beauty-Artistry-and-computer-c-2006-2-21.md @@ -1,6 +1,6 @@ +++ title = "Beauty, Artistry, and computer code." -date = 2006-02-21T10:08:57 +date = 2006-02-21T10:08:57Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Beryl-Scale-Plugin-2007-2-15.md b/content/Beryl-Scale-Plugin-2007-2-15.md index 3c46966..7c83988 100644 --- a/content/Beryl-Scale-Plugin-2007-2-15.md +++ b/content/Beryl-Scale-Plugin-2007-2-15.md @@ -1,6 +1,6 @@ +++ title = "Beryl Scale Plugin" -date = 2007-02-15T15:31:00 +date = 2007-02-15T15:31:00Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Beryl-XGL-The-CUBE-2007-2-22.md b/content/Beryl-XGL-The-CUBE-2007-2-22.md index 5a9f983..58c06a9 100644 --- a/content/Beryl-XGL-The-CUBE-2007-2-22.md +++ b/content/Beryl-XGL-The-CUBE-2007-2-22.md @@ -1,6 +1,6 @@ +++ title = "Beryl/XGL The CUBE...." -date = 2007-02-22T16:37:57 +date = 2007-02-22T16:37:57Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Beryl-XGL-Transparency-and-Thumb-2007-2-14.md b/content/Beryl-XGL-Transparency-and-Thumb-2007-2-14.md index 858179b..eae5b8c 100644 --- a/content/Beryl-XGL-Transparency-and-Thumb-2007-2-14.md +++ b/content/Beryl-XGL-Transparency-and-Thumb-2007-2-14.md @@ -1,6 +1,6 @@ +++ title = "Beryl/XGL Transparency and Thumbnailing" -date = 2007-02-14T13:48:20 +date = 2007-02-14T13:48:20Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Beryl-XGL-the-Scale-plugin-2007-2-15.md b/content/Beryl-XGL-the-Scale-plugin-2007-2-15.md index e42d72f..d09c5ff 100644 --- a/content/Beryl-XGL-the-Scale-plugin-2007-2-15.md +++ b/content/Beryl-XGL-the-Scale-plugin-2007-2-15.md @@ -1,6 +1,6 @@ +++ title = "Beryl/XGL the Scale plugin" -date = 2007-02-15T15:32:10 +date = 2007-02-15T15:32:10Z in_search_index = true [taxonomies] tags = [ diff --git a/content/BerylTabbing-2007-2-13.md b/content/BerylTabbing-2007-2-13.md index 3283527..5b90611 100644 --- a/content/BerylTabbing-2007-2-13.md +++ b/content/BerylTabbing-2007-2-13.md @@ -1,6 +1,6 @@ +++ title = "BerylTabbing" -date = 2007-02-13T12:40:45 +date = 2007-02-13T12:40:45Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Bill-Gates-He-eats-his-own-dogf-2006-4-6.md b/content/Bill-Gates-He-eats-his-own-dogf-2006-4-6.md index d81f814..afcc47a 100644 --- a/content/Bill-Gates-He-eats-his-own-dogf-2006-4-6.md +++ b/content/Bill-Gates-He-eats-his-own-dogf-2006-4-6.md @@ -1,6 +1,6 @@ +++ title = "Bill Gates. He eats his own dogfood." -date = 2006-04-06T09:09:26 +date = 2006-04-06T09:09:26Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Blender-Its-more-than-a-modeller-2007-3-12.md b/content/Blender-Its-more-than-a-modeller-2007-3-12.md index fda03ed..0ca29d7 100644 --- a/content/Blender-Its-more-than-a-modeller-2007-3-12.md +++ b/content/Blender-Its-more-than-a-modeller-2007-3-12.md @@ -1,6 +1,6 @@ +++ title = "Blender - It's more than a modeller" -date = 2007-03-12T23:00:55 +date = 2007-03-12T23:00:55Z in_search_index = true [taxonomies] tags = [ diff --git a/content/BrickLayer-RC2-is-out-2006-1-25.md b/content/BrickLayer-RC2-is-out-2006-1-25.md index d45675c..dfdd7eb 100644 --- a/content/BrickLayer-RC2-is-out-2006-1-25.md +++ b/content/BrickLayer-RC2-is-out-2006-1-25.md @@ -1,6 +1,6 @@ +++ title = "BrickLayer RC2 is out" -date = 2006-01-25T13:41:38 +date = 2006-01-25T13:41:38Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Bricklayer-Documenation-Update-2006-8-22.md b/content/Bricklayer-Documenation-Update-2006-8-22.md index 7b8596d..a624c4c 100644 --- a/content/Bricklayer-Documenation-Update-2006-8-22.md +++ b/content/Bricklayer-Documenation-Update-2006-8-22.md @@ -1,6 +1,6 @@ +++ title = "Bricklayer Documenation Update" -date = 2006-08-22T12:23:49 +date = 2006-08-22T12:23:49Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Bricklayer-RC21-2006-2-8.md b/content/Bricklayer-RC21-2006-2-8.md index b658b0f..268ce51 100644 --- a/content/Bricklayer-RC21-2006-2-8.md +++ b/content/Bricklayer-RC21-2006-2-8.md @@ -1,6 +1,6 @@ +++ title = "Bricklayer RC2.1" -date = 2006-02-08T23:55:44 +date = 2006-02-08T23:55:44Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Bricklayer-Refactored-and-other-2007-1-16.md b/content/Bricklayer-Refactored-and-other-2007-1-16.md index c4584cb..0913b3a 100644 --- a/content/Bricklayer-Refactored-and-other-2007-1-16.md +++ b/content/Bricklayer-Refactored-and-other-2007-1-16.md @@ -1,6 +1,6 @@ +++ title = "Bricklayer Refactored and other news" -date = 2007-01-16T23:42:54 +date = 2007-01-16T23:42:54Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Bricklayer-Subversion-Repository-2006-1-30.md b/content/Bricklayer-Subversion-Repository-2006-1-30.md index c6e9a0c..4f23749 100644 --- a/content/Bricklayer-Subversion-Repository-2006-1-30.md +++ b/content/Bricklayer-Subversion-Repository-2006-1-30.md @@ -1,6 +1,6 @@ +++ title = "Bricklayer Subversion Repository is up" -date = 2006-01-30T10:27:57 +date = 2006-01-30T10:27:57Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Bricklayer-Templater-is-getting-2007-7-14.md b/content/Bricklayer-Templater-is-getting-2007-7-14.md index ac7ad8f..40ed305 100644 --- a/content/Bricklayer-Templater-is-getting-2007-7-14.md +++ b/content/Bricklayer-Templater-is-getting-2007-7-14.md @@ -1,6 +1,6 @@ +++ title = "Bricklayer::Templater is getting unit tests" -date = 2007-07-14T19:16:38 +date = 2007-07-14T19:16:38Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Bricklayer-Templater-is-on-CPAN-2007-8-14.md b/content/Bricklayer-Templater-is-on-CPAN-2007-8-14.md index cb33849..159f980 100644 --- a/content/Bricklayer-Templater-is-on-CPAN-2007-8-14.md +++ b/content/Bricklayer-Templater-is-on-CPAN-2007-8-14.md @@ -1,6 +1,6 @@ +++ title = "Bricklayer::Templater is on CPAN" -date = 2007-08-14T16:20:30 +date = 2007-08-14T16:20:30Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Bricklayer-is-Coming-2005-11-16.md b/content/Bricklayer-is-Coming-2005-11-16.md index 19f8471..95aaf56 100644 --- a/content/Bricklayer-is-Coming-2005-11-16.md +++ b/content/Bricklayer-is-Coming-2005-11-16.md @@ -1,6 +1,6 @@ +++ title = "Bricklayer is Coming...." -date = 2005-11-16T23:18:49 +date = 2005-11-16T23:18:49Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Bricklayer-is-on-Sourceforge-2006-7-27.md b/content/Bricklayer-is-on-Sourceforge-2006-7-27.md index b6e5d1f..4d892ab 100644 --- a/content/Bricklayer-is-on-Sourceforge-2006-7-27.md +++ b/content/Bricklayer-is-on-Sourceforge-2006-7-27.md @@ -1,6 +1,6 @@ +++ title = "Bricklayer is on Sourceforge" -date = 2006-07-27T21:26:31 +date = 2006-07-27T21:26:31Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Creating-Custom-Nitrogen-Element-2009-5-22.md b/content/Creating-Custom-Nitrogen-Element-2009-5-22.md index fd5f457..1043e3d 100644 --- a/content/Creating-Custom-Nitrogen-Element-2009-5-22.md +++ b/content/Creating-Custom-Nitrogen-Element-2009-5-22.md @@ -1,6 +1,6 @@ +++ title = "Creating Custom Nitrogen Elements" -date = 2009-05-22T19:05:57 +date = 2009-05-22T19:05:57Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Creation-Programming-and-Easte-2006-3-27.md b/content/Creation-Programming-and-Easte-2006-3-27.md index 3650a22..961c6d8 100644 --- a/content/Creation-Programming-and-Easte-2006-3-27.md +++ b/content/Creation-Programming-and-Easte-2006-3-27.md @@ -1,6 +1,6 @@ +++ title = "Creation, Programming, and Easter Eggs" -date = 2006-03-27T11:23:04 +date = 2006-03-27T11:23:04Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Data-nnotated-and-Class-Data-2007-8-27.md b/content/Data-nnotated-and-Class-Data-2007-8-27.md index 1a0da40..236fb9b 100644 --- a/content/Data-nnotated-and-Class-Data-2007-8-27.md +++ b/content/Data-nnotated-and-Class-Data-2007-8-27.md @@ -1,6 +1,6 @@ +++ title = "Data::Annotated and Class::Data::Annotated" -date = 2007-08-27T16:43:45 +date = 2007-08-27T16:43:45Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Debugging-Axiom-#1-2007-2-28.md b/content/Debugging-Axiom-#1-2007-2-28.md index d5b20c9..abbdd56 100644 --- a/content/Debugging-Axiom-#1-2007-2-28.md +++ b/content/Debugging-Axiom-#1-2007-2-28.md @@ -1,6 +1,6 @@ +++ title = "Debugging Axiom #1" -date = 2007-02-28T13:02:04 +date = 2007-02-28T13:02:04Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Demo-of-Iterate-erlang-project-2009-4-11.md b/content/Demo-of-Iterate-erlang-project-2009-4-11.md index 487a817..2833b86 100644 --- a/content/Demo-of-Iterate-erlang-project-2009-4-11.md +++ b/content/Demo-of-Iterate-erlang-project-2009-4-11.md @@ -1,6 +1,6 @@ +++ title = "Demo of Iterate! erlang project number two is up" -date = 2009-04-11T22:08:25 +date = 2009-04-11T22:08:25Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Desktop-Cube-2007-2-22.md b/content/Desktop-Cube-2007-2-22.md index 8282f09..e42663a 100644 --- a/content/Desktop-Cube-2007-2-22.md +++ b/content/Desktop-Cube-2007-2-22.md @@ -1,6 +1,6 @@ +++ title = "Desktop Cube" -date = 2007-02-22T16:36:50 +date = 2007-02-22T16:36:50Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Did-you-ever-need-to-index-an-xm-2006-5-18.md b/content/Did-you-ever-need-to-index-an-xm-2006-5-18.md index f4b014d..454954a 100644 --- a/content/Did-you-ever-need-to-index-an-xm-2006-5-18.md +++ b/content/Did-you-ever-need-to-index-an-xm-2006-5-18.md @@ -1,6 +1,6 @@ +++ title = "Did you ever need to index an xml doc" -date = 2006-05-18T16:26:57 +date = 2006-05-18T16:26:57Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Do-people-really-believe-this-st-2005-9-28.md b/content/Do-people-really-believe-this-st-2005-9-28.md index 783bc77..f18581a 100644 --- a/content/Do-people-really-believe-this-st-2005-9-28.md +++ b/content/Do-people-really-believe-this-st-2005-9-28.md @@ -1,6 +1,6 @@ +++ title = "Do people really believe this stuff?" -date = 2005-09-28T21:17:31 +date = 2005-09-28T21:17:31Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Error-handling-Erlang-vs-Other-2009-4-11.md b/content/Error-handling-Erlang-vs-Other-2009-4-11.md index 509c857..4fef95c 100644 --- a/content/Error-handling-Erlang-vs-Other-2009-4-11.md +++ b/content/Error-handling-Erlang-vs-Other-2009-4-11.md @@ -1,6 +1,6 @@ +++ title = "Error handling (Erlang vs Other languages)" -date = 2009-04-11T09:59:12 +date = 2009-04-11T09:59:12Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Ever-wished-your-windows-box-2005-5-16.md b/content/Ever-wished-your-windows-box-2005-5-16.md index d0ec014..1b7df7c 100644 --- a/content/Ever-wished-your-windows-box-2005-5-16.md +++ b/content/Ever-wished-your-windows-box-2005-5-16.md @@ -1,6 +1,6 @@ +++ title = "Ever wished your windows box..." -date = 2005-05-16T01:10:02 +date = 2005-05-16T01:10:02Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Example-shortcut-2006-6-22.md b/content/Example-shortcut-2006-6-22.md index 897644c..f7dbe5e 100644 --- a/content/Example-shortcut-2006-6-22.md +++ b/content/Example-shortcut-2006-6-22.md @@ -1,6 +1,6 @@ +++ title = "Example shortcut" -date = 2006-06-22T15:15:34 +date = 2006-06-22T15:15:34Z in_search_index = true [taxonomies] tags = [ diff --git a/content/FOAF-2006-1-25.md b/content/FOAF-2006-1-25.md index e4ff299..4088033 100644 --- a/content/FOAF-2006-1-25.md +++ b/content/FOAF-2006-1-25.md @@ -1,6 +1,6 @@ +++ title = "FOAF" -date = 2006-01-25T14:18:04 +date = 2006-01-25T14:18:04Z in_search_index = true [taxonomies] tags = [ diff --git a/content/First-Draft-of-the-Bricklayer-Do-2005-12-7.md b/content/First-Draft-of-the-Bricklayer-Do-2005-12-7.md index 36e12bb..2bf3961 100644 --- a/content/First-Draft-of-the-Bricklayer-Do-2005-12-7.md +++ b/content/First-Draft-of-the-Bricklayer-Do-2005-12-7.md @@ -1,6 +1,6 @@ +++ title = "First Draft of the Bricklayer Documentation" -date = 2005-12-07T23:44:39 +date = 2005-12-07T23:44:39Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Functional-Programming-vs-OO-Pro-2009-4-26.md b/content/Functional-Programming-vs-OO-Pro-2009-4-26.md index a0fc31f..7b4db5a 100644 --- a/content/Functional-Programming-vs-OO-Pro-2009-4-26.md +++ b/content/Functional-Programming-vs-OO-Pro-2009-4-26.md @@ -1,6 +1,6 @@ +++ title = "Functional Programming vs OO Programming" -date = 2009-04-26T20:52:39 +date = 2009-04-26T20:52:39Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Gmail-Talk-2006-2-17.md b/content/Gmail-Talk-2006-2-17.md index 095d268..b36a3a0 100644 --- a/content/Gmail-Talk-2006-2-17.md +++ b/content/Gmail-Talk-2006-2-17.md @@ -1,6 +1,6 @@ +++ title = "Gmail Talk " -date = 2006-02-17T10:30:50 +date = 2006-02-17T10:30:50Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Go-Html-Transform-2013-02-26-2013.md b/content/Go-Html-Transform-2013-02-26-2013.md index 2f5ab2b..5572cf9 100644 --- a/content/Go-Html-Transform-2013-02-26-2013.md +++ b/content/Go-Html-Transform-2013-02-26-2013.md @@ -1,6 +1,6 @@ +++ title = "go-html-transform an html transformation and scraping library" -date = 2013-02-26T17:05:00 +date = 2013-02-26T17:05:00Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Google-Search-get_cookie-perl-2005-6-17.md b/content/Google-Search-get_cookie-perl-2005-6-17.md index abda267..2fb43a1 100644 --- a/content/Google-Search-get_cookie-perl-2005-6-17.md +++ b/content/Google-Search-get_cookie-perl-2005-6-17.md @@ -1,6 +1,6 @@ +++ title = "Google Search get_cookie perl" -date = 2005-06-17T03:50:56 +date = 2005-06-17T03:50:56Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Hello-2006-12-2.md b/content/Hello-2006-12-2.md index 2df3593..29424f4 100644 --- a/content/Hello-2006-12-2.md +++ b/content/Hello-2006-12-2.md @@ -1,6 +1,6 @@ +++ title = "Hello!" -date = 2006-12-02T19:09:34 +date = 2006-12-02T19:09:34Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Heres-a-gotcha-for-anyone-devel-2007-2-6.md b/content/Heres-a-gotcha-for-anyone-devel-2007-2-6.md index 50c47ae..f3cc88b 100644 --- a/content/Heres-a-gotcha-for-anyone-devel-2007-2-6.md +++ b/content/Heres-a-gotcha-for-anyone-devel-2007-2-6.md @@ -1,6 +1,6 @@ +++ title = "Here's a gotcha for anyone developing with mod_perl and APR" -date = 2007-02-06T01:31:29 +date = 2007-02-06T01:31:29Z in_search_index = true [taxonomies] tags = [ diff --git a/content/I-am-now-officially-on-the-marke-2006-12-14.md b/content/I-am-now-officially-on-the-marke-2006-12-14.md index c98489a..2f0ab35 100644 --- a/content/I-am-now-officially-on-the-marke-2006-12-14.md +++ b/content/I-am-now-officially-on-the-marke-2006-12-14.md @@ -1,6 +1,6 @@ +++ title = "I am now officially on the market as a freelancer." -date = 2006-12-14T00:36:30 +date = 2006-12-14T00:36:30Z in_search_index = true [taxonomies] tags = [ diff --git a/content/I-changed-my-permalink-structure-2006-1-19.md b/content/I-changed-my-permalink-structure-2006-1-19.md index 8be94a3..416f96a 100644 --- a/content/I-changed-my-permalink-structure-2006-1-19.md +++ b/content/I-changed-my-permalink-structure-2006-1-19.md @@ -1,6 +1,6 @@ +++ title = "I changed my permalink structure" -date = 2006-01-19T17:49:54 +date = 2006-01-19T17:49:54Z in_search_index = true [taxonomies] tags = [ diff --git a/content/I-dont-usually-do-this-2006-4-5.md b/content/I-dont-usually-do-this-2006-4-5.md index b9d284c..5217a93 100644 --- a/content/I-dont-usually-do-this-2006-4-5.md +++ b/content/I-dont-usually-do-this-2006-4-5.md @@ -1,6 +1,6 @@ +++ title = "I don't usually do this" -date = 2006-04-05T10:54:02 +date = 2006-04-05T10:54:02Z in_search_index = true [taxonomies] tags = [ diff --git a/content/I-upgraded-to-WP-202-finally-2006-4-18.md b/content/I-upgraded-to-WP-202-finally-2006-4-18.md index 98bdfab..649e0f8 100644 --- a/content/I-upgraded-to-WP-202-finally-2006-4-18.md +++ b/content/I-upgraded-to-WP-202-finally-2006-4-18.md @@ -1,6 +1,6 @@ +++ title = "I upgraded to WP 2.0.2 finally" -date = 2006-04-18T15:09:00 +date = 2006-04-18T15:09:00Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Im-about-to-make-your-day-2006-6-22.md b/content/Im-about-to-make-your-day-2006-6-22.md index a492cd3..e5559c8 100644 --- a/content/Im-about-to-make-your-day-2006-6-22.md +++ b/content/Im-about-to-make-your-day-2006-6-22.md @@ -1,6 +1,6 @@ +++ title = "I'm about to make your day" -date = 2006-06-22T15:17:14 +date = 2006-06-22T15:17:14Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Im-trying-out-a-new-theme-2005-12-8.md b/content/Im-trying-out-a-new-theme-2005-12-8.md index fcba39e..44cde03 100644 --- a/content/Im-trying-out-a-new-theme-2005-12-8.md +++ b/content/Im-trying-out-a-new-theme-2005-12-8.md @@ -1,6 +1,6 @@ +++ title = "I'm trying out a new theme" -date = 2005-12-08T22:58:34 +date = 2005-12-08T22:58:34Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Inception-The-Distributed-Commu-2007-1-3.md b/content/Inception-The-Distributed-Commu-2007-1-3.md index 97b4baf..fb22389 100644 --- a/content/Inception-The-Distributed-Commu-2007-1-3.md +++ b/content/Inception-The-Distributed-Commu-2007-1-3.md @@ -1,6 +1,6 @@ +++ title = "Inception - The Distributed Community API" -date = 2007-01-03T22:12:12 +date = 2007-01-03T22:12:12Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Information-Hook-Up-2005-6-22.md b/content/Information-Hook-Up-2005-6-22.md index 0561409..8c747a0 100644 --- a/content/Information-Hook-Up-2005-6-22.md +++ b/content/Information-Hook-Up-2005-6-22.md @@ -1,6 +1,6 @@ +++ title = "Information Hook-Up" -date = 2005-06-22T05:08:26 +date = 2005-06-22T05:08:26Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Insecurity-in-Open-Source?---A-R-2004-2-15.md b/content/Insecurity-in-Open-Source?---A-R-2004-2-15.md index df84b2e..e9a3bf9 100644 --- a/content/Insecurity-in-Open-Source?---A-R-2004-2-15.md +++ b/content/Insecurity-in-Open-Source?---A-R-2004-2-15.md @@ -1,6 +1,6 @@ +++ title = "Insecurity in Open Source? - A Rebuttal" -date = 2004-02-15T00:00:29 +date = 2004-02-15T00:00:29Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Internet-Daily-BellSouth-wants-2006-1-18.md b/content/Internet-Daily-BellSouth-wants-2006-1-18.md index 3210035..0f055c9 100644 --- a/content/Internet-Daily-BellSouth-wants-2006-1-18.md +++ b/content/Internet-Daily-BellSouth-wants-2006-1-18.md @@ -1,6 +1,6 @@ +++ title = "Internet Daily - BellSouth wants new Net fees" -date = 2006-01-18T11:33:28 +date = 2006-01-18T11:33:28Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Learning-Erlang-2007-9-17.md b/content/Learning-Erlang-2007-9-17.md index bcab8d7..61505af 100644 --- a/content/Learning-Erlang-2007-9-17.md +++ b/content/Learning-Erlang-2007-9-17.md @@ -1,6 +1,6 @@ +++ title = "Learning Erlang" -date = 2007-09-17T03:21:21 +date = 2007-09-17T03:21:21Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Linus-speaks-out-about-DRM-GPLV3-2006-2-3.md b/content/Linus-speaks-out-about-DRM-GPLV3-2006-2-3.md index 3949566..ab77a75 100644 --- a/content/Linus-speaks-out-about-DRM-GPLV3-2006-2-3.md +++ b/content/Linus-speaks-out-about-DRM-GPLV3-2006-2-3.md @@ -1,7 +1,7 @@ +++ title = "Linus speaks out about DRM/GPLV3" in_search_index = true -date = 2006-02-03T11:36:11 +date = 2006-02-03T11:36:11Z [taxonomies] tags = [ "Site-News", diff --git a/content/Look-Mom-I-Pimped-My-Desktop-2007-2-3.md b/content/Look-Mom-I-Pimped-My-Desktop-2007-2-3.md index de959ae..7960ed4 100644 --- a/content/Look-Mom-I-Pimped-My-Desktop-2007-2-3.md +++ b/content/Look-Mom-I-Pimped-My-Desktop-2007-2-3.md @@ -1,6 +1,6 @@ +++ title = "Look Mom!! I Pimped My Desktop!!!" -date = 2007-02-03T01:22:16 +date = 2007-02-03T01:22:16Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Looking-for-a-laptop-2007-3-23.md b/content/Looking-for-a-laptop-2007-3-23.md index 5a773da..2859014 100644 --- a/content/Looking-for-a-laptop-2007-3-23.md +++ b/content/Looking-for-a-laptop-2007-3-23.md @@ -1,6 +1,6 @@ +++ title = "Looking for a laptop" -date = 2007-03-23T21:40:31 +date = 2007-03-23T21:40:31Z in_search_index = true [taxonomies] tags = [ diff --git a/content/MPAAs-horror-show-Critics-not-2006-2-28.md b/content/MPAAs-horror-show-Critics-not-2006-2-28.md index b665386..52ef891 100644 --- a/content/MPAAs-horror-show-Critics-not-2006-2-28.md +++ b/content/MPAAs-horror-show-Critics-not-2006-2-28.md @@ -1,6 +1,6 @@ +++ title = "MPAA's horror show. Critics not amused" -date = 2006-02-28T10:30:51 +date = 2006-02-28T10:30:51Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Marzhills-new-Home-2005-4-24.md b/content/Marzhills-new-Home-2005-4-24.md index 6a6bc13..60549be 100644 --- a/content/Marzhills-new-Home-2005-4-24.md +++ b/content/Marzhills-new-Home-2005-4-24.md @@ -1,6 +1,6 @@ +++ title = "Marzhill's new Home" -date = 2005-04-24T08:46:38 +date = 2005-04-24T08:46:38Z in_search_index = true [taxonomies] tags = [ diff --git a/content/MetaBase-2006-4-3.md b/content/MetaBase-2006-4-3.md index c9ea2d4..0c5a56a 100644 --- a/content/MetaBase-2006-4-3.md +++ b/content/MetaBase-2006-4-3.md @@ -1,6 +1,6 @@ +++ title = "MetaBase" -date = 2006-04-03T21:40:04 +date = 2006-04-03T21:40:04Z in_search_index = true [taxonomies] tags = [ diff --git a/content/MetaData-and-Database-design-2005-9-27.md b/content/MetaData-and-Database-design-2005-9-27.md index b4fa2c4..c1e6dab 100644 --- a/content/MetaData-and-Database-design-2005-9-27.md +++ b/content/MetaData-and-Database-design-2005-9-27.md @@ -1,6 +1,6 @@ +++ title = "MetaData and Database design" -date = 2005-09-27T00:36:36 +date = 2005-09-27T00:36:36Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Mnesia-and-Schema-upgrades-2009-4-16.md b/content/Mnesia-and-Schema-upgrades-2009-4-16.md index e628268..d6342d9 100644 --- a/content/Mnesia-and-Schema-upgrades-2009-4-16.md +++ b/content/Mnesia-and-Schema-upgrades-2009-4-16.md @@ -1,6 +1,6 @@ +++ title = "Mnesia and Schema upgrades." -date = 2009-04-16T19:41:41 +date = 2009-04-16T19:41:41Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Mod_Perl-20---A-Real-World-Guid-2006-4-22.md b/content/Mod_Perl-20---A-Real-World-Guid-2006-4-22.md index f4e0049..f3642f0 100644 --- a/content/Mod_Perl-20---A-Real-World-Guid-2006-4-22.md +++ b/content/Mod_Perl-20---A-Real-World-Guid-2006-4-22.md @@ -1,6 +1,6 @@ +++ title = "Mod_Perl 2.0 - A Real World Guide - part I" -date = 2006-04-22T20:32:48 +date = 2006-04-22T20:32:48Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Mod_Perl-20---First-in-a-series-2006-4-22.md b/content/Mod_Perl-20---First-in-a-series-2006-4-22.md index f253d31..5d49bf0 100644 --- a/content/Mod_Perl-20---First-in-a-series-2006-4-22.md +++ b/content/Mod_Perl-20---First-in-a-series-2006-4-22.md @@ -1,6 +1,6 @@ +++ title = "Mod_Perl 2.0 - First in a series" -date = 2006-04-22T20:40:00 +date = 2006-04-22T20:40:00Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Mod_Perl-20---Second-in-a-serie-2006-5-11.md b/content/Mod_Perl-20---Second-in-a-serie-2006-5-11.md index 5a17df6..3e5a5f7 100644 --- a/content/Mod_Perl-20---Second-in-a-serie-2006-5-11.md +++ b/content/Mod_Perl-20---Second-in-a-serie-2006-5-11.md @@ -1,6 +1,6 @@ +++ title = "Mod_Perl 2.0 - Second in a series" -date = 2006-05-11T11:24:43 +date = 2006-05-11T11:24:43Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Mod_Perl-20---writing-a-useful-2006-5-11.md b/content/Mod_Perl-20---writing-a-useful-2006-5-11.md index fe2d55b..490cdb5 100644 --- a/content/Mod_Perl-20---writing-a-useful-2006-5-11.md +++ b/content/Mod_Perl-20---writing-a-useful-2006-5-11.md @@ -1,6 +1,6 @@ +++ title = "Mod_Perl 2.0 - writing a useful handler" -date = 2006-05-11T11:15:09 +date = 2006-05-11T11:15:09Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Mod_Perl-20-2006-4-22.md b/content/Mod_Perl-20-2006-4-22.md index 25c7e5d..4e1f326 100644 --- a/content/Mod_Perl-20-2006-4-22.md +++ b/content/Mod_Perl-20-2006-4-22.md @@ -1,6 +1,6 @@ +++ title = "Mod_Perl 2.0" -date = 2006-04-22T20:33:50 +date = 2006-04-22T20:33:50Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Moose-Role-Testing-2007-9-22.md b/content/Moose-Role-Testing-2007-9-22.md index 81d5d6c..e89f57b 100644 --- a/content/Moose-Role-Testing-2007-9-22.md +++ b/content/Moose-Role-Testing-2007-9-22.md @@ -1,6 +1,6 @@ +++ title = "Moose::Role Testing" -date = 2007-09-22T05:28:23 +date = 2007-09-22T05:28:23Z in_search_index = true [taxonomies] tags = [ diff --git a/content/More-Beryl-XGL-goodness-Tabbing-2007-2-13.md b/content/More-Beryl-XGL-goodness-Tabbing-2007-2-13.md index 65a104f..5d60e96 100644 --- a/content/More-Beryl-XGL-goodness-Tabbing-2007-2-13.md +++ b/content/More-Beryl-XGL-goodness-Tabbing-2007-2-13.md @@ -1,6 +1,6 @@ +++ title = "More Beryl/XGL goodness Tabbing" -date = 2007-02-13T12:48:52 +date = 2007-02-13T12:48:52Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Moving-2006-6-3.md b/content/Moving-2006-6-3.md index 57d44cc..aa2d9cc 100644 --- a/content/Moving-2006-6-3.md +++ b/content/Moving-2006-6-3.md @@ -1,6 +1,6 @@ +++ title = "Moving" -date = 2006-06-03T18:57:21 +date = 2006-06-03T18:57:21Z in_search_index = true [taxonomies] tags = [ diff --git a/content/New-Article-Non-Discriminatory-2005-10-7.md b/content/New-Article-Non-Discriminatory-2005-10-7.md index 6d7d3a5..154b730 100644 --- a/content/New-Article-Non-Discriminatory-2005-10-7.md +++ b/content/New-Article-Non-Discriminatory-2005-10-7.md @@ -1,6 +1,6 @@ +++ title = "Non-Discriminatory Databases" -date = 2005-10-07T00:35:57 +date = 2005-10-07T00:35:57Z in_search_index = true [taxonomies] tags = [ diff --git a/content/New-Link-Spam?-2005-9-8.md b/content/New-Link-Spam?-2005-9-8.md index 4c9094a..b43da78 100644 --- a/content/New-Link-Spam?-2005-9-8.md +++ b/content/New-Link-Spam?-2005-9-8.md @@ -1,6 +1,6 @@ +++ title = "New Link Spam?" -date = 2005-09-08T20:32:42 +date = 2005-09-08T20:32:42Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Non-Discriminatory-Databases-2005-9-28.md b/content/Non-Discriminatory-Databases-2005-9-28.md index 9efe8a1..a43b7a6 100644 --- a/content/Non-Discriminatory-Databases-2005-9-28.md +++ b/content/Non-Discriminatory-Databases-2005-9-28.md @@ -1,6 +1,6 @@ +++ title = "Non-Discriminatory Databases" -date = 2005-09-28T19:56:44 +date = 2005-09-28T19:56:44Z in_search_index = true [taxonomies] tags = [ diff --git a/content/OK-so-I-was-a-little-over-the-to-2006-1-2.md b/content/OK-so-I-was-a-little-over-the-to-2006-1-2.md index c54798f..08145b8 100644 --- a/content/OK-so-I-was-a-little-over-the-to-2006-1-2.md +++ b/content/OK-so-I-was-a-little-over-the-to-2006-1-2.md @@ -1,6 +1,6 @@ +++ title = "OK so I was a little over the top with that last one" -date = 2006-01-02T11:15:32 +date = 2006-01-02T11:15:32Z in_search_index = true [taxonomies] tags = [ diff --git a/content/OSS-Roundup-Series---I-trust-Ope-2005-10-26.md b/content/OSS-Roundup-Series---I-trust-Ope-2005-10-26.md index ed8a1f6..0aff705 100644 --- a/content/OSS-Roundup-Series---I-trust-Ope-2005-10-26.md +++ b/content/OSS-Roundup-Series---I-trust-Ope-2005-10-26.md @@ -1,6 +1,6 @@ +++ title = "OSS Roundup Series - I trust Open Source" -date = 2005-10-26T00:14:19 +date = 2005-10-26T00:14:19Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Oh-my-goodness-he-just-updated-h-2009-4-5.md b/content/Oh-my-goodness-he-just-updated-h-2009-4-5.md index ad8c59d..c90fffe 100644 --- a/content/Oh-my-goodness-he-just-updated-h-2009-4-5.md +++ b/content/Oh-my-goodness-he-just-updated-h-2009-4-5.md @@ -1,6 +1,6 @@ +++ title = "Oh my goodness he just updated his blog!!" -date = 2009-04-05T20:29:18 +date = 2009-04-05T20:29:18Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Old-Article-Back-up-2005-5-4.md b/content/Old-Article-Back-up-2005-5-4.md index ec6c324..648f177 100644 --- a/content/Old-Article-Back-up-2005-5-4.md +++ b/content/Old-Article-Back-up-2005-5-4.md @@ -1,6 +1,6 @@ +++ title = "Old Article Back up" -date = 2005-05-04T01:30:17 +date = 2005-05-04T01:30:17Z in_search_index = true [taxonomies] tags = [ diff --git a/content/On-the-fly-Perl-Classes-with-Typ-2007-1-25.md b/content/On-the-fly-Perl-Classes-with-Typ-2007-1-25.md index df69b3c..1030958 100644 --- a/content/On-the-fly-Perl-Classes-with-Typ-2007-1-25.md +++ b/content/On-the-fly-Perl-Classes-with-Typ-2007-1-25.md @@ -1,6 +1,6 @@ +++ title = "On the fly Perl Classes with Type restricted attributes" -date = 2007-01-25T19:34:17 +date = 2007-01-25T19:34:17Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Open-Letter-to-Sony-Music-2005-11-1.md b/content/Open-Letter-to-Sony-Music-2005-11-1.md index e1da7b9..f2bff28 100644 --- a/content/Open-Letter-to-Sony-Music-2005-11-1.md +++ b/content/Open-Letter-to-Sony-Music-2005-11-1.md @@ -1,6 +1,6 @@ +++ title = "Open Letter to Sony Music" -date = 2005-11-01T22:35:41 +date = 2005-11-01T22:35:41Z in_search_index = true [taxonomies] tags = [ diff --git a/content/OpenOfficeorg-||-A-real-competi-2005-11-7.md b/content/OpenOfficeorg-||-A-real-competi-2005-11-7.md index 940e904..ed0993d 100644 --- a/content/OpenOfficeorg-||-A-real-competi-2005-11-7.md +++ b/content/OpenOfficeorg-||-A-real-competi-2005-11-7.md @@ -1,6 +1,6 @@ +++ title = "OpenOffice.org || A real competitor to Office?" -date = 2005-11-07T06:59:30 +date = 2005-11-07T06:59:30Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Perl-Tip---Chained-encodings-and-2006-10-7.md b/content/Perl-Tip---Chained-encodings-and-2006-10-7.md index 9c577ae..bcaadd7 100644 --- a/content/Perl-Tip---Chained-encodings-and-2006-10-7.md +++ b/content/Perl-Tip---Chained-encodings-and-2006-10-7.md @@ -1,6 +1,6 @@ +++ title = "Perl Tip - Chained encodings and binmode magic" -date = 2006-10-07T14:42:04 +date = 2006-10-07T14:42:04Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Perl-and-CGI-part-I-2005-5-4.md b/content/Perl-and-CGI-part-I-2005-5-4.md index 8bab887..abeaa28 100644 --- a/content/Perl-and-CGI-part-I-2005-5-4.md +++ b/content/Perl-and-CGI-part-I-2005-5-4.md @@ -1,6 +1,6 @@ +++ title = "Perl and CGI part I" -date = 2005-05-04T00:47:13 +date = 2005-05-04T00:47:13Z in_search_index = true [taxonomies] tags = [ diff --git a/content/RAP-with-me-now-2005-9-8.md b/content/RAP-with-me-now-2005-9-8.md index 8498118..1a9c06f 100644 --- a/content/RAP-with-me-now-2005-9-8.md +++ b/content/RAP-with-me-now-2005-9-8.md @@ -1,6 +1,6 @@ +++ title = "RAP with me now..." -date = 2005-09-08T02:19:36 +date = 2005-09-08T02:19:36Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Read-this-article-2006-4-12.md b/content/Read-this-article-2006-4-12.md index 3a7459f..d7f66bc 100644 --- a/content/Read-this-article-2006-4-12.md +++ b/content/Read-this-article-2006-4-12.md @@ -1,6 +1,6 @@ +++ title = "Read this article" -date = 2006-04-12T18:52:10 +date = 2006-04-12T18:52:10Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Really-liking-the-new-kde4-2009-6-27.md b/content/Really-liking-the-new-kde4-2009-6-27.md index ba64511..964d317 100644 --- a/content/Really-liking-the-new-kde4-2009-6-27.md +++ b/content/Really-liking-the-new-kde4-2009-6-27.md @@ -1,6 +1,6 @@ +++ title = "Really liking the new kde4" -date = 2009-06-27T13:13:20 +date = 2009-06-27T13:13:20Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Response-to-Matt-on-PHP-2007-7-14.md b/content/Response-to-Matt-on-PHP-2007-7-14.md index 7c9028c..a29364c 100644 --- a/content/Response-to-Matt-on-PHP-2007-7-14.md +++ b/content/Response-to-Matt-on-PHP-2007-7-14.md @@ -1,6 +1,6 @@ +++ title = "Response to Matt on PHP" -date = 2007-07-14T19:35:19 +date = 2007-07-14T19:35:19Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Reuseable-AJAX-gateways-2005-11-28.md b/content/Reuseable-AJAX-gateways-2005-11-28.md index f5acb95..bcc7d39 100644 --- a/content/Reuseable-AJAX-gateways-2005-11-28.md +++ b/content/Reuseable-AJAX-gateways-2005-11-28.md @@ -1,6 +1,6 @@ +++ title = "Reuseable AJAX gateways" -date = 2005-11-28T16:13:20 +date = 2005-11-28T16:13:20Z in_search_index = true [taxonomies] tags = [ diff --git a/content/SOAP-or-the-lack-thereof-2006-10-27.md b/content/SOAP-or-the-lack-thereof-2006-10-27.md index b2eb32c..7a5d771 100644 --- a/content/SOAP-or-the-lack-thereof-2006-10-27.md +++ b/content/SOAP-or-the-lack-thereof-2006-10-27.md @@ -1,6 +1,6 @@ +++ title = "SOAP or the lack thereof" -date = 2006-10-27T14:50:44 +date = 2006-10-27T14:50:44Z in_search_index = true [taxonomies] tags = [ diff --git a/content/SQL-Stupidity-part-II-2005-9-7.md b/content/SQL-Stupidity-part-II-2005-9-7.md index 721a77c..275878b 100644 --- a/content/SQL-Stupidity-part-II-2005-9-7.md +++ b/content/SQL-Stupidity-part-II-2005-9-7.md @@ -1,6 +1,6 @@ +++ title = "SQL Stupidity part II" -date = 2005-09-07T21:31:35 +date = 2005-09-07T21:31:35Z in_search_index = true [taxonomies] diff --git a/content/SQL-stupidity-2005-8-25.md b/content/SQL-stupidity-2005-8-25.md index 2907319..f3787a9 100644 --- a/content/SQL-stupidity-2005-8-25.md +++ b/content/SQL-stupidity-2005-8-25.md @@ -1,6 +1,6 @@ +++ title = "SQL stupidity" -date = 2005-08-25T04:03:39 +date = 2005-08-25T04:03:39Z in_search_index = true [taxonomies] diff --git a/content/SSL-Phishing-and-why-you-shoul-2006-2-13.md b/content/SSL-Phishing-and-why-you-shoul-2006-2-13.md index e31b1cd..ae78b0e 100644 --- a/content/SSL-Phishing-and-why-you-shoul-2006-2-13.md +++ b/content/SSL-Phishing-and-why-you-shoul-2006-2-13.md @@ -1,6 +1,6 @@ +++ title = "SSL, Phishing, and why you should never trust your email" -date = 2006-02-13T23:30:23 +date = 2006-02-13T23:30:23Z in_search_index = true [taxonomies] diff --git a/content/Semantic-Markup??-2006-8-24.md b/content/Semantic-Markup??-2006-8-24.md index 2722710..0c70a2c 100644 --- a/content/Semantic-Markup??-2006-8-24.md +++ b/content/Semantic-Markup??-2006-8-24.md @@ -1,6 +1,6 @@ +++ title = "Semantic Markup??" -date = 2006-08-24T14:53:30 +date = 2006-08-24T14:53:30Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Small-Dev-Team-development-infrastructure-2014-09-29.md b/content/Small-Dev-Team-development-infrastructure-2014-09-29.md deleted file mode 100755 index 714bdb8..0000000 --- a/content/Small-Dev-Team-development-infrastructure-2014-09-29.md +++ /dev/null @@ -1,13 +0,0 @@ -+++ -title = "Small Dev Team development infrastructure." -author = "Jeremy Wall" -in_search_index = true -date = 2014-09-29 -[taxonomies] -tags = [ - "site-news", -] -+++ -I recently left Google to work at a small company that is just beginning to -get into the software development biz. I can't talk too much about what we -are doing. But I *can* talk about how we work. Part of the reason I came aboard was to help get the development infrastructure set up. diff --git a/content/So-google-has-IM-2005-8-23.md b/content/So-google-has-IM-2005-8-23.md index 7d9df1c..9f4c746 100644 --- a/content/So-google-has-IM-2005-8-23.md +++ b/content/So-google-has-IM-2005-8-23.md @@ -1,6 +1,6 @@ +++ title = "So google has IM..." -date = 2005-08-23T21:20:56 +date = 2005-08-23T21:20:56Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Sorry-about-the-site-downtime-2005-7-28.md b/content/Sorry-about-the-site-downtime-2005-7-28.md index 65a6f86..19fc058 100644 --- a/content/Sorry-about-the-site-downtime-2005-7-28.md +++ b/content/Sorry-about-the-site-downtime-2005-7-28.md @@ -1,6 +1,6 @@ +++ title = "Sorry about the site downtime..." -date = 2005-07-28T05:08:18 +date = 2005-07-28T05:08:18Z in_search_index = true [taxonomies] diff --git a/content/Strangle-your-neighborhood-MS-em-2005-12-22.md b/content/Strangle-your-neighborhood-MS-em-2005-12-22.md index d46606c..12b16cb 100644 --- a/content/Strangle-your-neighborhood-MS-em-2005-12-22.md +++ b/content/Strangle-your-neighborhood-MS-em-2005-12-22.md @@ -1,6 +1,6 @@ +++ title = "Strangle your neighborhood MS employee" -date = 2005-12-22T15:05:13 +date = 2005-12-22T15:05:13Z in_search_index = true [taxonomies] diff --git a/content/Switching-Tabs-in-a-Tabbed-Group-2007-2-13.md b/content/Switching-Tabs-in-a-Tabbed-Group-2007-2-13.md index 5f3e1b7..867f16a 100644 --- a/content/Switching-Tabs-in-a-Tabbed-Group-2007-2-13.md +++ b/content/Switching-Tabs-in-a-Tabbed-Group-2007-2-13.md @@ -1,6 +1,6 @@ +++ title = "Switching Tabs in a Tabbed Group" -date = 2007-02-13T12:43:56 +date = 2007-02-13T12:43:56Z in_search_index = true [taxonomies] diff --git a/content/Tech-Support-People-2005-8-18.md b/content/Tech-Support-People-2005-8-18.md index 9e50244..f46f58c 100644 --- a/content/Tech-Support-People-2005-8-18.md +++ b/content/Tech-Support-People-2005-8-18.md @@ -1,6 +1,6 @@ +++ title = "Tech Support People" -date = 2005-08-18T04:51:55 +date = 2005-08-18T04:51:55Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Texas-Attorney-General-vs-Sony-B-2005-11-21.md b/content/Texas-Attorney-General-vs-Sony-B-2005-11-21.md index d6f7c0a..e9486b2 100644 --- a/content/Texas-Attorney-General-vs-Sony-B-2005-11-21.md +++ b/content/Texas-Attorney-General-vs-Sony-B-2005-11-21.md @@ -1,6 +1,6 @@ +++ title = "Texas Attorney General vs Sony BMG" -date = 2005-11-21T12:25:18 +date = 2005-11-21T12:25:18Z in_search_index = true [taxonomies] tags = [ diff --git a/content/That-Guy-Information-Hookup-p-2006-1-17.md b/content/That-Guy-Information-Hookup-p-2006-1-17.md index 8a8826f..7029ce1 100644 --- a/content/That-Guy-Information-Hookup-p-2006-1-17.md +++ b/content/That-Guy-Information-Hookup-p-2006-1-17.md @@ -1,6 +1,6 @@ +++ title = "That Guy (Information Hookup part II)" -date = 2006-01-17T14:13:24 +date = 2006-01-17T14:13:24Z in_search_index = true [taxonomies] tags = [ diff --git a/content/The-Eclipse-is-here-2005-7-25.md b/content/The-Eclipse-is-here-2005-7-25.md index e03d95f..6b2fc20 100644 --- a/content/The-Eclipse-is-here-2005-7-25.md +++ b/content/The-Eclipse-is-here-2005-7-25.md @@ -1,6 +1,6 @@ +++ title = "The Eclipse is here!!!!" -date = 2005-07-25T00:02:50 +date = 2005-07-25T00:02:50Z in_search_index = true [taxonomies] tags = [ diff --git a/content/The-Perl-Deployment-Kit-2005-6-2.md b/content/The-Perl-Deployment-Kit-2005-6-2.md index 33d726a..57ff6a8 100644 --- a/content/The-Perl-Deployment-Kit-2005-6-2.md +++ b/content/The-Perl-Deployment-Kit-2005-6-2.md @@ -1,6 +1,6 @@ +++ title = "The Perl Deployment Kit" -date = 2005-06-02T01:30:17 +date = 2005-06-02T01:30:17Z in_search_index = true [taxonomies] diff --git a/content/The-Power-of-Modular-XHTML-2005-5-17.md b/content/The-Power-of-Modular-XHTML-2005-5-17.md index 7a140f3..eac16e2 100644 --- a/content/The-Power-of-Modular-XHTML-2005-5-17.md +++ b/content/The-Power-of-Modular-XHTML-2005-5-17.md @@ -1,6 +1,6 @@ +++ title = "The Power of Modular XHTML" -date = 2005-05-17T04:00:45 +date = 2005-05-17T04:00:45Z in_search_index = true [taxonomies] tags = [ diff --git a/content/The-Power-of-Modular-XHTML-Yet-a-2005-5-17.md b/content/The-Power-of-Modular-XHTML-Yet-a-2005-5-17.md index 71a0329..787c73d 100644 --- a/content/The-Power-of-Modular-XHTML-Yet-a-2005-5-17.md +++ b/content/The-Power-of-Modular-XHTML-Yet-a-2005-5-17.md @@ -1,6 +1,6 @@ +++ title = "The Power of Modular XHTML Yet another old article popping up" -date = 2005-05-17T04:13:43 +date = 2005-05-17T04:13:43Z in_search_index = true [taxonomies] tags = [ diff --git a/content/The-Value-of-Open-Source-Platfor-2006-4-3.md b/content/The-Value-of-Open-Source-Platfor-2006-4-3.md index fee7d06..839a293 100644 --- a/content/The-Value-of-Open-Source-Platfor-2006-4-3.md +++ b/content/The-Value-of-Open-Source-Platfor-2006-4-3.md @@ -1,6 +1,6 @@ +++ title = "The Value of Open Source Platforms" -date = 2006-04-03T22:34:45 +date = 2006-04-03T22:34:45Z in_search_index = true [taxonomies] tags = [ diff --git a/content/The-wayback-machine-2005-9-12.md b/content/The-wayback-machine-2005-9-12.md index f77875c..5d95403 100644 --- a/content/The-wayback-machine-2005-9-12.md +++ b/content/The-wayback-machine-2005-9-12.md @@ -1,10 +1,10 @@ +++ title = "The wayback machine" -date = 2005-09-12T01:44:20 +date = 2005-09-12T01:44:20Z in_search_index = true [taxonomies] tags = [ "Site-News", ] +++ -Apparently some German Scholar was made aware of a very old article I wrote a while back. It is featured in his german paper at a university here. I'm not sure what he was saying about it but it is interesting nonetheless. You can learn alot by looking at what google. has to say about you. Diplomarbeit_Michael_Homoet wonder what it says. anyone care to translate page 65 of this for me? I really have to dig that old article up somewhere. Update = "SeptemberT12, 2005 @ 09:55 The old article is located here. http://jeremy.marzhillstudios.com/programming/archives/cat_php.html I'll see about moving to the site later." +Apparently some German Scholar was made aware of a very old article I wrote a while back. It is featured in his german paper at a university here. I'm not sure what he was saying about it but it is interesting nonetheless. You can learn alot by looking at what google. has to say about you. Diplomarbeit_Michael_Homoet wonder what it says. anyone care to translate page 65 of this for me? I really have to dig that old article up somewhere. Update = "SeptemberT12, 2005 @ 09:55 The old article is located here. http://jeremy.marzhillstudios.com/programming/archives/cat_php.html I'll see about moving to the site later."Z diff --git a/content/Tootin-my-own-horn-2005-12-10.md b/content/Tootin-my-own-horn-2005-12-10.md index 1e22b8d..d480986 100644 --- a/content/Tootin-my-own-horn-2005-12-10.md +++ b/content/Tootin-my-own-horn-2005-12-10.md @@ -1,6 +1,6 @@ +++ title = "Tootin' my own horn" -date = 2005-12-10T12:12:15 +date = 2005-12-10T12:12:15Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Top-X-Design-Coding-Principles-2009-8-29.md b/content/Top-X-Design-Coding-Principles-2009-8-29.md index 6321cf7..d93cf23 100644 --- a/content/Top-X-Design-Coding-Principles-2009-8-29.md +++ b/content/Top-X-Design-Coding-Principles-2009-8-29.md @@ -1,6 +1,6 @@ +++ title = "Top X Design/Coding Principles" -date = 2009-08-29T00:16:37 +date = 2009-08-29T00:16:37Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Transactions-as-a-debugging-tool-2006-6-7.md b/content/Transactions-as-a-debugging-tool-2006-6-7.md index 2231af8..7a1ed6e 100644 --- a/content/Transactions-as-a-debugging-tool-2006-6-7.md +++ b/content/Transactions-as-a-debugging-tool-2006-6-7.md @@ -1,6 +1,6 @@ +++ title = "Transactions as a debugging tool" -date = 2006-06-07T14:13:13 +date = 2006-06-07T14:13:13Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Transparency-and-Thumbnailing-2007-2-14.md b/content/Transparency-and-Thumbnailing-2007-2-14.md index bf8f6e0..aecb8ce 100644 --- a/content/Transparency-and-Thumbnailing-2007-2-14.md +++ b/content/Transparency-and-Thumbnailing-2007-2-14.md @@ -1,6 +1,6 @@ +++ title = "Transparency and Thumbnailing" -date = 2007-02-14T13:47:43 +date = 2007-02-14T13:47:43Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Twitter-and-the-Saga-in-140-char-2009-4-10.md b/content/Twitter-and-the-Saga-in-140-char-2009-4-10.md index 810f844..55162e1 100644 --- a/content/Twitter-and-the-Saga-in-140-char-2009-4-10.md +++ b/content/Twitter-and-the-Saga-in-140-char-2009-4-10.md @@ -1,6 +1,6 @@ +++ title = "Twitter and the Saga in 140 character chunks" -date = 2009-04-10T13:47:53 +date = 2009-04-10T13:47:53Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Update-on-work-2007-7-10.md b/content/Update-on-work-2007-7-10.md index ef7c771..53ce206 100644 --- a/content/Update-on-work-2007-7-10.md +++ b/content/Update-on-work-2007-7-10.md @@ -1,6 +1,6 @@ +++ title = "Update on work" -date = 2007-07-10T04:56:19 +date = 2007-07-10T04:56:19Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Useability---A-case-in-point-2005-5-25.md b/content/Useability---A-case-in-point-2005-5-25.md index da5b28d..aa1253c 100644 --- a/content/Useability---A-case-in-point-2005-5-25.md +++ b/content/Useability---A-case-in-point-2005-5-25.md @@ -1,6 +1,6 @@ +++ title = "Useability - A case in point" -date = 2005-05-25T22:58:48 +date = 2005-05-25T22:58:48Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Using-Reusable-AJAX-Gateways-2005-12-2.md b/content/Using-Reusable-AJAX-Gateways-2005-12-2.md index 47f6113..d2405cc 100644 --- a/content/Using-Reusable-AJAX-Gateways-2005-12-2.md +++ b/content/Using-Reusable-AJAX-Gateways-2005-12-2.md @@ -1,6 +1,6 @@ +++ title = "Using Reusable AJAX Gateways" -date = 2005-12-02T15:43:31 +date = 2005-12-02T15:43:31Z in_search_index = true [taxonomies] diff --git a/content/Valuable-advice-from-The-Narrato-2005-11-29.md b/content/Valuable-advice-from-The-Narrato-2005-11-29.md index f9854b7..d252f0c 100644 --- a/content/Valuable-advice-from-The-Narrato-2005-11-29.md +++ b/content/Valuable-advice-from-The-Narrato-2005-11-29.md @@ -1,6 +1,6 @@ +++ title = "Valuable advice from The Narrator" -date = 2005-11-29T12:32:22 +date = 2005-11-29T12:32:22Z in_search_index = true [taxonomies] diff --git a/content/Web-20---Paul-Graham-nails-it-2005-12-9.md b/content/Web-20---Paul-Graham-nails-it-2005-12-9.md index acfd249..238c42d 100644 --- a/content/Web-20---Paul-Graham-nails-it-2005-12-9.md +++ b/content/Web-20---Paul-Graham-nails-it-2005-12-9.md @@ -1,6 +1,6 @@ +++ title = "Web 2.0 - Paul Graham nails it" -date = 2005-12-09T15:42:08 +date = 2005-12-09T15:42:08Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Welcome-to-the-new-beginning-2005-4-6.md b/content/Welcome-to-the-new-beginning-2005-4-6.md index 27e4751..c4a5c96 100644 --- a/content/Welcome-to-the-new-beginning-2005-4-6.md +++ b/content/Welcome-to-the-new-beginning-2005-4-6.md @@ -1,6 +1,6 @@ +++ title = "Welcome to the new beginning..." -date = 2005-04-06T09:49:43 +date = 2005-04-06T09:49:43Z in_search_index = true [taxonomies] tags = [ diff --git a/content/Well-Designed-Software-and-the-L-2006-9-1.md b/content/Well-Designed-Software-and-the-L-2006-9-1.md index 8afcef7..2fd1e0e 100644 --- a/content/Well-Designed-Software-and-the-L-2006-9-1.md +++ b/content/Well-Designed-Software-and-the-L-2006-9-1.md @@ -1,6 +1,6 @@ +++ title = "Well Designed Software and the Last Hill" -date = 2006-09-01T11:15:20 +date = 2006-09-01T11:15:20Z in_search_index = true [taxonomies] diff --git a/content/Whats-your-Development-process?-2006-1-20.md b/content/Whats-your-Development-process?-2006-1-20.md index 5f4d462..0ea504c 100644 --- a/content/Whats-your-Development-process?-2006-1-20.md +++ b/content/Whats-your-Development-process?-2006-1-20.md @@ -1,6 +1,6 @@ +++ title = "What's your Development process?" -date = 2006-01-20T16:08:01 +date = 2006-01-20T16:08:01Z in_search_index = true [taxonomies] tags = [ diff --git a/content/WikiWyg-2005-8-26.md b/content/WikiWyg-2005-8-26.md index a523c14..21aa503 100644 --- a/content/WikiWyg-2005-8-26.md +++ b/content/WikiWyg-2005-8-26.md @@ -1,6 +1,6 @@ +++ title = "WikiWyg" -date = 2005-08-26T01:03:28 +date = 2005-08-26T01:03:28Z in_search_index = true [taxonomies] diff --git a/content/Wordpress-Templating-sucks-2006-5-3.md b/content/Wordpress-Templating-sucks-2006-5-3.md index d74ec43..e097617 100644 --- a/content/Wordpress-Templating-sucks-2006-5-3.md +++ b/content/Wordpress-Templating-sucks-2006-5-3.md @@ -1,6 +1,6 @@ +++ title = "Wordpress Templating sucks..." -date = 2006-05-03T10:40:31 +date = 2006-05-03T10:40:31Z in_search_index = true [taxonomies] diff --git a/content/Would-you-like-a-little-Moose-wi-2007-3-20.md b/content/Would-you-like-a-little-Moose-wi-2007-3-20.md index 687fb7d..551ef3f 100644 --- a/content/Would-you-like-a-little-Moose-wi-2007-3-20.md +++ b/content/Would-you-like-a-little-Moose-wi-2007-3-20.md @@ -1,6 +1,6 @@ +++ title = "Would you like a little Moose with that?" -date = 2007-03-20T15:57:54 +date = 2007-03-20T15:57:54Z in_search_index = true [taxonomies] diff --git a/content/XML-Menus-and-PHP-2005-9-12.md b/content/XML-Menus-and-PHP-2005-9-12.md index 70c9918..32db0dd 100644 --- a/content/XML-Menus-and-PHP-2005-9-12.md +++ b/content/XML-Menus-and-PHP-2005-9-12.md @@ -1,6 +1,6 @@ +++ title = "XML, Menus, and PHP" -date = 2005-09-12T20:50:08 +date = 2005-09-12T20:50:08Z in_search_index = true [taxonomies] diff --git a/content/Yet-another-who-doesnt-get-it-2005-9-18.md b/content/Yet-another-who-doesnt-get-it-2005-9-18.md index 96577a4..9b7c12d 100644 --- a/content/Yet-another-who-doesnt-get-it-2005-9-18.md +++ b/content/Yet-another-who-doesnt-get-it-2005-9-18.md @@ -1,6 +1,6 @@ +++ title = "Yet another who doesn't get it..." -date = 2005-09-18T06:30:50 +date = 2005-09-18T06:30:50Z in_search_index = true [taxonomies] tags = [ diff --git a/content/_index.md b/content/_index.md index 8d21a90..29d4a5e 100644 --- a/content/_index.md +++ b/content/_index.md @@ -2,4 +2,5 @@ title = "Marzhill Musings" render = true paginate_by = 3 +sort_by = "date" +++ diff --git a/content/been-busy-2006-1-15.md b/content/been-busy-2006-1-15.md index 0e754a7..8222919 100644 --- a/content/been-busy-2006-1-15.md +++ b/content/been-busy-2006-1-15.md @@ -1,6 +1,6 @@ +++ title = "been busy...." -date = 2006-01-15T23:25:03 +date = 2006-01-15T23:25:03Z in_search_index = true [taxonomies] tags = [ diff --git a/content/custom-dtd-modular---Google-Sear-2005-9-12.md b/content/custom-dtd-modular---Google-Sear-2005-9-12.md index b83d3b1..06652ba 100644 --- a/content/custom-dtd-modular---Google-Sear-2005-9-12.md +++ b/content/custom-dtd-modular---Google-Sear-2005-9-12.md @@ -1,6 +1,6 @@ +++ title = "custom dtd modular - Google Search" -date = 2005-09-12T21:12:24 +date = 2005-09-12T21:12:24Z in_search_index = true [taxonomies] tags = [ diff --git a/content/dtach-2006-6-22.md b/content/dtach-2006-6-22.md index 9c47c6e..75326fd 100644 --- a/content/dtach-2006-6-22.md +++ b/content/dtach-2006-6-22.md @@ -1,6 +1,6 @@ +++ title = "dtach" -date = 2006-06-22T15:14:19 +date = 2006-06-22T15:14:19Z in_search_index = true [taxonomies] tags = [ diff --git a/content/erlang-datetime-utility-function-2009-5-1.md b/content/erlang-datetime-utility-function-2009-5-1.md index 1fd6fb7..feb2ad7 100644 --- a/content/erlang-datetime-utility-function-2009-5-1.md +++ b/content/erlang-datetime-utility-function-2009-5-1.md @@ -1,6 +1,6 @@ +++ title = "erlang datetime utility functions" -date = 2009-05-01T01:17:21 +date = 2009-05-01T01:17:21Z in_search_index = true [taxonomies] tags = [ diff --git a/content/homeless-to-career-2013.md b/content/homeless-to-career-2013.md index 786380b..15d696f 100644 --- a/content/homeless-to-career-2013.md +++ b/content/homeless-to-career-2013.md @@ -1,6 +1,6 @@ +++ title = "From Homeless to a Career" -date = 2013-02-22T12:14:00 +date = 2013-02-22T12:14:00Z in_search_index = true [taxonomies] tags = [ diff --git a/content/tenga-tenga-tenga-2005-8-8.md b/content/tenga-tenga-tenga-2005-8-8.md index f52545b..951fdd0 100644 --- a/content/tenga-tenga-tenga-2005-8-8.md +++ b/content/tenga-tenga-tenga-2005-8-8.md @@ -1,6 +1,6 @@ +++ title = "tenga tenga tenga" -date = 2005-08-08T23:05:49 +date = 2005-08-08T23:05:49Z in_search_index = true [taxonomies] tags = [ diff --git a/content/update-2013.md b/content/update-2013.md index 169adf5..1c5b5f0 100644 --- a/content/update-2013.md +++ b/content/update-2013.md @@ -1,6 +1,6 @@ +++ title = "A long overdue update" -date = 2013-02-13T22:24:00 +date = 2013-02-13T22:24:00Z in_search_index = true [taxonomies] tags = [ diff --git a/content/using-go-bufio-scanner-2013.md b/content/using-go-bufio-scanner-2013.md index 4905c58..5b87ed4 100644 --- a/content/using-go-bufio-scanner-2013.md +++ b/content/using-go-bufio-scanner-2013.md @@ -1,6 +1,6 @@ +++ title = "Using bufio.Scanner to build a Tokenizer" -date = 2013-05-09T00:00:00 +date = 2013-05-09T00:00:00Z in_search_index = true [taxonomies] tags = [ diff --git a/convert.sed b/convert.sed index 2b54e62..9dd8772 100644 --- a/convert.sed +++ b/convert.sed @@ -7,7 +7,7 @@ } /^time: / { - s|.*: \(\[^ \] \(.*\)\)|date = \1T\2| + s|.*: \(\[^ \] \(.*\)\)|date = \1T\2Z| } diff --git a/site.yml b/site.yml deleted file mode 100644 index 9afc81c..0000000 --- a/site.yml +++ /dev/null @@ -1,12 +0,0 @@ -sitename: Marzhill Musings -host: jeremy.marzhillstudios.com -author: Jeremy Wall -dirs: - static: _static - content: _content - output: generated - template: _tmpl -tmpl: - article: page.html - collection: page.html - tagcloud: page.html diff --git a/themes/even/.gitignore b/themes/even/.gitignore new file mode 100644 index 0000000..4139cd5 --- /dev/null +++ b/themes/even/.gitignore @@ -0,0 +1,2 @@ +.idea/ +public diff --git a/themes/even/LICENSE b/themes/even/LICENSE new file mode 100644 index 0000000..93ab851 --- /dev/null +++ b/themes/even/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2017 Vincent Prouillet + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/themes/even/README.md b/themes/even/README.md new file mode 100644 index 0000000..bc996db --- /dev/null +++ b/themes/even/README.md @@ -0,0 +1,96 @@ +# Even +Even is a clean, responsive theme based on the Hugo theme with the same name featuring categories, tags and pagination. + + + +## Contents + +- [Installation](#installation) +- [Options](#options) + - [Top menu](#top-menu) + - [Title](#title) + +## Installation +First download this theme to your `themes` directory: + +```bash +$ cd themes +$ git clone https://github.com/getzola/even.git +``` +and then enable it in your `config.toml`: + +```toml +theme = "even" +``` + +The theme requires tags and categories taxonomies to be enabled in your `config.toml`: + +```toml +taxonomies = [ + # You can enable/disable RSS + {name = "categories", rss = true}, + {name = "tags", rss = true}, +] +``` +If you want to paginate taxonomies pages, you will need to overwrite the templates +as it only works for non-paginated taxonomies by default. + +It also requires to put the posts in the root of the `content` folder and to enable pagination, for example in `content/_index.md`: + +``` ++++ +paginate_by = 5 +sort_by = "date" ++++ +``` + +## Options + +### Top-menu +Set a field in `extra` with a key of `even_menu`: + +```toml +# This is the default menu +even_menu = [ + {url = "$BASE_URL", name = "Home"}, + {url = "$BASE_URL/categories", name = "Categories"}, + {url = "$BASE_URL/tags", name = "Tags"}, + {url = "$BASE_URL/about", name = "About"}, +] +``` + +If you put `$BASE_URL` in a url, it will automatically be replaced by the actual +site URL. + +### Title +The site title is shown on the header. As it might be different from the `