mirror of
https://github.com/zaphar/jeremy.marzhillstudios.com.git
synced 2025-07-21 19:29:48 -04:00
Add the Zulma theme
This commit is contained in:
parent
f340e1e225
commit
fc566977e3
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1,3 @@
|
|||||||
public/*
|
public/*
|
||||||
|
|
||||||
|
themes/*/.git
|
14
config.toml
14
config.toml
@ -1,5 +1,7 @@
|
|||||||
# The URL the site will be built for
|
# 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
|
# Whether to automatically compile all Sass files in the sass directory
|
||||||
compile_sass = true
|
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
|
# Whether to build a search index to be used later on by a JavaScript library
|
||||||
build_search_index = true
|
build_search_index = true
|
||||||
|
|
||||||
|
theme = "even"
|
||||||
|
|
||||||
taxonomies = [
|
taxonomies = [
|
||||||
{ name = "tags" },
|
{ name = "tags", paginate_by = 5, rss = true },
|
||||||
]
|
]
|
||||||
|
|
||||||
[extra]
|
[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"},
|
||||||
|
]
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "A beautiful thing"
|
title = "A beautiful thing"
|
||||||
date = 2005-05-11T00:26:46
|
date = 2005-05-11T00:26:46Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "A day in the life of Marzhill Musings"
|
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
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "A look at an old favourite"
|
title = "A look at an old favourite"
|
||||||
date = 2005-04-29T02:45:06
|
date = 2005-04-29T02:45:06Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "ABA is back"
|
title = "ABA is back"
|
||||||
date = 2006-05-01T15:15:47
|
date = 2006-05-01T15:15:47Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "According to Google Analytics..."
|
title = "According to Google Analytics..."
|
||||||
date = 2006-08-30T21:33:24
|
date = 2006-08-30T21:33:24Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Advanced Nitrogen Elements"
|
title = "Advanced Nitrogen Elements"
|
||||||
date = 2009-06-16T23:33:58
|
date = 2009-06-16T23:33:58Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "All for lack of a plug"
|
title = "All for lack of a plug"
|
||||||
date = 2005-05-03T00:06:25
|
date = 2005-05-03T00:06:25Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "App VS. Page"
|
title = "App VS. Page"
|
||||||
date = 2005-04-11T22:49:33
|
date = 2005-04-11T22:49:33Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Are You a Data Middle Man?"
|
title = "Are You a Data Middle Man?"
|
||||||
date = 2006-01-17T16:29:22
|
date = 2006-01-17T16:29:22Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Bear with me"
|
title = "Bear with me"
|
||||||
date = 2005-06-26T06:07:53
|
date = 2005-06-26T06:07:53Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Beauty, Artistry, and computer code."
|
title = "Beauty, Artistry, and computer code."
|
||||||
date = 2006-02-21T10:08:57
|
date = 2006-02-21T10:08:57Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Beryl Scale Plugin"
|
title = "Beryl Scale Plugin"
|
||||||
date = 2007-02-15T15:31:00
|
date = 2007-02-15T15:31:00Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Beryl/XGL The CUBE...."
|
title = "Beryl/XGL The CUBE...."
|
||||||
date = 2007-02-22T16:37:57
|
date = 2007-02-22T16:37:57Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Beryl/XGL Transparency and Thumbnailing"
|
title = "Beryl/XGL Transparency and Thumbnailing"
|
||||||
date = 2007-02-14T13:48:20
|
date = 2007-02-14T13:48:20Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Beryl/XGL the Scale plugin"
|
title = "Beryl/XGL the Scale plugin"
|
||||||
date = 2007-02-15T15:32:10
|
date = 2007-02-15T15:32:10Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "BerylTabbing"
|
title = "BerylTabbing"
|
||||||
date = 2007-02-13T12:40:45
|
date = 2007-02-13T12:40:45Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Bill Gates. He eats his own dogfood."
|
title = "Bill Gates. He eats his own dogfood."
|
||||||
date = 2006-04-06T09:09:26
|
date = 2006-04-06T09:09:26Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Blender - It's more than a modeller"
|
title = "Blender - It's more than a modeller"
|
||||||
date = 2007-03-12T23:00:55
|
date = 2007-03-12T23:00:55Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "BrickLayer RC2 is out"
|
title = "BrickLayer RC2 is out"
|
||||||
date = 2006-01-25T13:41:38
|
date = 2006-01-25T13:41:38Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Bricklayer Documenation Update"
|
title = "Bricklayer Documenation Update"
|
||||||
date = 2006-08-22T12:23:49
|
date = 2006-08-22T12:23:49Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Bricklayer RC2.1"
|
title = "Bricklayer RC2.1"
|
||||||
date = 2006-02-08T23:55:44
|
date = 2006-02-08T23:55:44Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Bricklayer Refactored and other news"
|
title = "Bricklayer Refactored and other news"
|
||||||
date = 2007-01-16T23:42:54
|
date = 2007-01-16T23:42:54Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Bricklayer Subversion Repository is up"
|
title = "Bricklayer Subversion Repository is up"
|
||||||
date = 2006-01-30T10:27:57
|
date = 2006-01-30T10:27:57Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Bricklayer::Templater is getting unit tests"
|
title = "Bricklayer::Templater is getting unit tests"
|
||||||
date = 2007-07-14T19:16:38
|
date = 2007-07-14T19:16:38Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Bricklayer::Templater is on CPAN"
|
title = "Bricklayer::Templater is on CPAN"
|
||||||
date = 2007-08-14T16:20:30
|
date = 2007-08-14T16:20:30Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Bricklayer is Coming...."
|
title = "Bricklayer is Coming...."
|
||||||
date = 2005-11-16T23:18:49
|
date = 2005-11-16T23:18:49Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Bricklayer is on Sourceforge"
|
title = "Bricklayer is on Sourceforge"
|
||||||
date = 2006-07-27T21:26:31
|
date = 2006-07-27T21:26:31Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Creating Custom Nitrogen Elements"
|
title = "Creating Custom Nitrogen Elements"
|
||||||
date = 2009-05-22T19:05:57
|
date = 2009-05-22T19:05:57Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Creation, Programming, and Easter Eggs"
|
title = "Creation, Programming, and Easter Eggs"
|
||||||
date = 2006-03-27T11:23:04
|
date = 2006-03-27T11:23:04Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Data::Annotated and Class::Data::Annotated"
|
title = "Data::Annotated and Class::Data::Annotated"
|
||||||
date = 2007-08-27T16:43:45
|
date = 2007-08-27T16:43:45Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Debugging Axiom #1"
|
title = "Debugging Axiom #1"
|
||||||
date = 2007-02-28T13:02:04
|
date = 2007-02-28T13:02:04Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Demo of Iterate! erlang project number two is up"
|
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
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Desktop Cube"
|
title = "Desktop Cube"
|
||||||
date = 2007-02-22T16:36:50
|
date = 2007-02-22T16:36:50Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Did you ever need to index an xml doc"
|
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
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Do people really believe this stuff?"
|
title = "Do people really believe this stuff?"
|
||||||
date = 2005-09-28T21:17:31
|
date = 2005-09-28T21:17:31Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Error handling (Erlang vs Other languages)"
|
title = "Error handling (Erlang vs Other languages)"
|
||||||
date = 2009-04-11T09:59:12
|
date = 2009-04-11T09:59:12Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Ever wished your windows box..."
|
title = "Ever wished your windows box..."
|
||||||
date = 2005-05-16T01:10:02
|
date = 2005-05-16T01:10:02Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Example shortcut"
|
title = "Example shortcut"
|
||||||
date = 2006-06-22T15:15:34
|
date = 2006-06-22T15:15:34Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "FOAF"
|
title = "FOAF"
|
||||||
date = 2006-01-25T14:18:04
|
date = 2006-01-25T14:18:04Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "First Draft of the Bricklayer Documentation"
|
title = "First Draft of the Bricklayer Documentation"
|
||||||
date = 2005-12-07T23:44:39
|
date = 2005-12-07T23:44:39Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Functional Programming vs OO Programming"
|
title = "Functional Programming vs OO Programming"
|
||||||
date = 2009-04-26T20:52:39
|
date = 2009-04-26T20:52:39Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Gmail Talk "
|
title = "Gmail Talk "
|
||||||
date = 2006-02-17T10:30:50
|
date = 2006-02-17T10:30:50Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "go-html-transform an html transformation and scraping library"
|
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
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Google Search get_cookie perl"
|
title = "Google Search get_cookie perl"
|
||||||
date = 2005-06-17T03:50:56
|
date = 2005-06-17T03:50:56Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Hello!"
|
title = "Hello!"
|
||||||
date = 2006-12-02T19:09:34
|
date = 2006-12-02T19:09:34Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Here's a gotcha for anyone developing with mod_perl and APR"
|
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
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "I am now officially on the market as a freelancer."
|
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
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "I changed my permalink structure"
|
title = "I changed my permalink structure"
|
||||||
date = 2006-01-19T17:49:54
|
date = 2006-01-19T17:49:54Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "I don't usually do this"
|
title = "I don't usually do this"
|
||||||
date = 2006-04-05T10:54:02
|
date = 2006-04-05T10:54:02Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "I upgraded to WP 2.0.2 finally"
|
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
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "I'm about to make your day"
|
title = "I'm about to make your day"
|
||||||
date = 2006-06-22T15:17:14
|
date = 2006-06-22T15:17:14Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "I'm trying out a new theme"
|
title = "I'm trying out a new theme"
|
||||||
date = 2005-12-08T22:58:34
|
date = 2005-12-08T22:58:34Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Inception - The Distributed Community API"
|
title = "Inception - The Distributed Community API"
|
||||||
date = 2007-01-03T22:12:12
|
date = 2007-01-03T22:12:12Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Information Hook-Up"
|
title = "Information Hook-Up"
|
||||||
date = 2005-06-22T05:08:26
|
date = 2005-06-22T05:08:26Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Insecurity in Open Source? - A Rebuttal"
|
title = "Insecurity in Open Source? - A Rebuttal"
|
||||||
date = 2004-02-15T00:00:29
|
date = 2004-02-15T00:00:29Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Internet Daily - BellSouth wants new Net fees"
|
title = "Internet Daily - BellSouth wants new Net fees"
|
||||||
date = 2006-01-18T11:33:28
|
date = 2006-01-18T11:33:28Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Learning Erlang"
|
title = "Learning Erlang"
|
||||||
date = 2007-09-17T03:21:21
|
date = 2007-09-17T03:21:21Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
+++
|
+++
|
||||||
title = "Linus speaks out about DRM/GPLV3"
|
title = "Linus speaks out about DRM/GPLV3"
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
date = 2006-02-03T11:36:11
|
date = 2006-02-03T11:36:11Z
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
"Site-News",
|
"Site-News",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Look Mom!! I Pimped My Desktop!!!"
|
title = "Look Mom!! I Pimped My Desktop!!!"
|
||||||
date = 2007-02-03T01:22:16
|
date = 2007-02-03T01:22:16Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Looking for a laptop"
|
title = "Looking for a laptop"
|
||||||
date = 2007-03-23T21:40:31
|
date = 2007-03-23T21:40:31Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "MPAA's horror show. Critics not amused"
|
title = "MPAA's horror show. Critics not amused"
|
||||||
date = 2006-02-28T10:30:51
|
date = 2006-02-28T10:30:51Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Marzhill's new Home"
|
title = "Marzhill's new Home"
|
||||||
date = 2005-04-24T08:46:38
|
date = 2005-04-24T08:46:38Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "MetaBase"
|
title = "MetaBase"
|
||||||
date = 2006-04-03T21:40:04
|
date = 2006-04-03T21:40:04Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "MetaData and Database design"
|
title = "MetaData and Database design"
|
||||||
date = 2005-09-27T00:36:36
|
date = 2005-09-27T00:36:36Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Mnesia and Schema upgrades."
|
title = "Mnesia and Schema upgrades."
|
||||||
date = 2009-04-16T19:41:41
|
date = 2009-04-16T19:41:41Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Mod_Perl 2.0 - A Real World Guide - part I"
|
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
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Mod_Perl 2.0 - First in a series"
|
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
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Mod_Perl 2.0 - Second in a series"
|
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
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Mod_Perl 2.0 - writing a useful handler"
|
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
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Mod_Perl 2.0"
|
title = "Mod_Perl 2.0"
|
||||||
date = 2006-04-22T20:33:50
|
date = 2006-04-22T20:33:50Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Moose::Role Testing"
|
title = "Moose::Role Testing"
|
||||||
date = 2007-09-22T05:28:23
|
date = 2007-09-22T05:28:23Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "More Beryl/XGL goodness Tabbing"
|
title = "More Beryl/XGL goodness Tabbing"
|
||||||
date = 2007-02-13T12:48:52
|
date = 2007-02-13T12:48:52Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Moving"
|
title = "Moving"
|
||||||
date = 2006-06-03T18:57:21
|
date = 2006-06-03T18:57:21Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Non-Discriminatory Databases"
|
title = "Non-Discriminatory Databases"
|
||||||
date = 2005-10-07T00:35:57
|
date = 2005-10-07T00:35:57Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "New Link Spam?"
|
title = "New Link Spam?"
|
||||||
date = 2005-09-08T20:32:42
|
date = 2005-09-08T20:32:42Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Non-Discriminatory Databases"
|
title = "Non-Discriminatory Databases"
|
||||||
date = 2005-09-28T19:56:44
|
date = 2005-09-28T19:56:44Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "OK so I was a little over the top with that last one"
|
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
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "OSS Roundup Series - I trust Open Source"
|
title = "OSS Roundup Series - I trust Open Source"
|
||||||
date = 2005-10-26T00:14:19
|
date = 2005-10-26T00:14:19Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Oh my goodness he just updated his blog!!"
|
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
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Old Article Back up"
|
title = "Old Article Back up"
|
||||||
date = 2005-05-04T01:30:17
|
date = 2005-05-04T01:30:17Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "On the fly Perl Classes with Type restricted attributes"
|
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
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Open Letter to Sony Music"
|
title = "Open Letter to Sony Music"
|
||||||
date = 2005-11-01T22:35:41
|
date = 2005-11-01T22:35:41Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "OpenOffice.org || A real competitor to Office?"
|
title = "OpenOffice.org || A real competitor to Office?"
|
||||||
date = 2005-11-07T06:59:30
|
date = 2005-11-07T06:59:30Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Perl Tip - Chained encodings and binmode magic"
|
title = "Perl Tip - Chained encodings and binmode magic"
|
||||||
date = 2006-10-07T14:42:04
|
date = 2006-10-07T14:42:04Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Perl and CGI part I"
|
title = "Perl and CGI part I"
|
||||||
date = 2005-05-04T00:47:13
|
date = 2005-05-04T00:47:13Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "RAP with me now..."
|
title = "RAP with me now..."
|
||||||
date = 2005-09-08T02:19:36
|
date = 2005-09-08T02:19:36Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Read this article"
|
title = "Read this article"
|
||||||
date = 2006-04-12T18:52:10
|
date = 2006-04-12T18:52:10Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Really liking the new kde4"
|
title = "Really liking the new kde4"
|
||||||
date = 2009-06-27T13:13:20
|
date = 2009-06-27T13:13:20Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Response to Matt on PHP"
|
title = "Response to Matt on PHP"
|
||||||
date = 2007-07-14T19:35:19
|
date = 2007-07-14T19:35:19Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Reuseable AJAX gateways"
|
title = "Reuseable AJAX gateways"
|
||||||
date = 2005-11-28T16:13:20
|
date = 2005-11-28T16:13:20Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "SOAP or the lack thereof"
|
title = "SOAP or the lack thereof"
|
||||||
date = 2006-10-27T14:50:44
|
date = 2006-10-27T14:50:44Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "SQL Stupidity part II"
|
title = "SQL Stupidity part II"
|
||||||
date = 2005-09-07T21:31:35
|
date = 2005-09-07T21:31:35Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
|
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "SQL stupidity"
|
title = "SQL stupidity"
|
||||||
date = 2005-08-25T04:03:39
|
date = 2005-08-25T04:03:39Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
|
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "SSL, Phishing, and why you should never trust your email"
|
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
|
in_search_index = true
|
||||||
|
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Semantic Markup??"
|
title = "Semantic Markup??"
|
||||||
date = 2006-08-24T14:53:30
|
date = 2006-08-24T14:53:30Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -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.
|
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "So google has IM..."
|
title = "So google has IM..."
|
||||||
date = 2005-08-23T21:20:56
|
date = 2005-08-23T21:20:56Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = [
|
tags = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Sorry about the site downtime..."
|
title = "Sorry about the site downtime..."
|
||||||
date = 2005-07-28T05:08:18
|
date = 2005-07-28T05:08:18Z
|
||||||
in_search_index = true
|
in_search_index = true
|
||||||
|
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user