blog

Source files for chris.bracken.jp
git clone https://git.bracken.jp/blog.git
Log | Files | Refs | Submodules | README | LICENSE

commit 6d78c65b25cfdf20fd5c62a7e8b2ce8f34311c3d
parent 19806086d421d73585e290bf55a8f84762c82a50
Author: Chris Bracken <chris@bracken.jp>
Date:   Fri, 24 May 2019 13:18:55 -0700

Use /year/month/slug URLs for posts

This'll break backwards compatibility, but hardly anyone actually reads
this thing and this certainly isn't the first time!

Also updates existing posts to specify the URL slug explicitly.

Diffstat:
Mconfig.toml | 3+++
Mcontent/post/2001-08-17-hola-mexico.md | 1+
Mcontent/post/2001-08-17-merida-yucatan-mexico.md | 1+
Mcontent/post/2001-08-28-quest-for-a-hammock.md | 1+
Mcontent/post/2001-08-30-izamal-yucatan-mexico.md | 1+
Mcontent/post/2001-08-31-chelem-yucatan-mexico.md | 3++-
Mcontent/post/2001-08-31-progreso-yucatan-mexico.md | 1+
Mcontent/post/2001-09-06-isla-mujeres-quintana-roo-mexico.md | 1+
Mcontent/post/2001-09-11-dzibilchaltun-yucatan-mexico.md | 1+
Mcontent/post/2001-12-18-palenque-chiapas-mexico.md | 1+
Mcontent/post/2001-12-21-san-cristobal-de-las-casas-chiapas.md | 1+
Mcontent/post/2001-12-24-tulum-quintana-roo-mexico.md | 1+
Mcontent/post/2001-12-26-chichen-itza-yucatan-mexico.md | 1+
Mcontent/post/2001-12-27-valladolid-yucatan-mexico.md | 1+
Mcontent/post/2002-01-01-feliz-navidad.md | 1+
Mcontent/post/2002-03-19-la-habana.md | 1+
Mcontent/post/2002-03-21-trinidad-cuba.md | 1+
Mcontent/post/2002-04-04-chetumal.md | 1+
Mcontent/post/2002-05-26-back-in-canada.md | 1+
Mcontent/post/2003-02-28-i-am-canadian.md | 3++-
Mcontent/post/2003-04-01-site-update.md | 1+
Mcontent/post/2003-08-17-biking-japan-2003.md | 1+
Mcontent/post/2004-03-08-mt-washington.md | 1+
Mcontent/post/2004-04-14-end-of-season.md | 1+
Mcontent/post/2004-08-20-summer-2004-in-japan.md | 1+
Mcontent/post/2004-09-09-new-york-ny-usa.md | 1+
Mcontent/post/2004-09-15-tokyo-ni-hikkoshi.md | 1+
Mcontent/post/2004-11-04-apartment-hunting.md | 1+
Mcontent/post/2004-12-09-samui.md | 1+
Mcontent/post/2004-12-30-fresh-snow.md | 1+
Mcontent/post/2005-01-05-akemashite-omedetou.md | 1+
Mcontent/post/2005-03-29-huh.md | 1+
Mcontent/post/2005-04-09-yuki-fubuki.md | 1+
Mcontent/post/2005-05-11-bonjour-bon-vespre.md | 1+
Mcontent/post/2005-07-31-kekkon-shite-kuremasu-ka.md | 1+
Mcontent/post/2005-08-05-look-at-all-the-pretty-pictures.md | 1+
Mcontent/post/2005-10-08-masui-onegai-shimasu.md | 1+
Mcontent/post/2006-06-26-canadian-medical-research.md | 1+
Mcontent/post/2006-07-01-happy-139th-birthday.md | 1+
Mcontent/post/2006-09-02-mystery-solved.md | 1+
Mcontent/post/2007-01-26-apple-reinvents-the-phone.md | 1+
Mcontent/post/2007-05-30-google-reader.md | 1+
Mcontent/post/2007-06-06-pr6.md | 1+
Mcontent/post/2008-08-22-monkey-madness.md | 1+
Mcontent/post/2008-10-26-ride-to-okutama-ko-and-back.md | 1+
Mcontent/post/2011-04-22-installing-mozc-on-ubuntu.md | 1+
Mcontent/post/2011-04-25-winter-sounds-in-japan.md | 1+
Mcontent/post/2011-05-06-job-search-search-job.md | 1+
Mcontent/post/2011-05-10-moving-to-us-letter-of-compliance.md | 1+
Mcontent/post/2018-10-31-decoding-an-elf-binary.md | 1+
50 files changed, 54 insertions(+), 2 deletions(-)

diff --git a/config.toml b/config.toml @@ -19,6 +19,9 @@ paginate = 5 priority = 0.5 filename = "sitemap.xml" +[permalinks] + post = "/:year/:month/:slug/" + [[menu.main]] name = "Home" weight = 10 diff --git a/content/post/2001-08-17-hola-mexico.md b/content/post/2001-08-17-hola-mexico.md @@ -1,6 +1,7 @@ +++ title = "¡Hola México!" date = "2001-08-17T11:00:00Z" +slug = "hola-mexico" tags = ["Mexico", "Travel"] +++ diff --git a/content/post/2001-08-17-merida-yucatan-mexico.md b/content/post/2001-08-17-merida-yucatan-mexico.md @@ -1,6 +1,7 @@ +++ title = "Mérida, Yucatán, México" date = "2001-08-17T16:00:00Z" +slug = "merida-yucatan-mexico" tags = ["Mexico", "Travel"] +++ diff --git a/content/post/2001-08-28-quest-for-a-hammock.md b/content/post/2001-08-28-quest-for-a-hammock.md @@ -1,6 +1,7 @@ +++ title = "Quest for a Hammock" date = "2001-08-28T00:00:00Z" +slug = "quest-for-a-hammock" tags = ["Mexico", "Travel"] +++ diff --git a/content/post/2001-08-30-izamal-yucatan-mexico.md b/content/post/2001-08-30-izamal-yucatan-mexico.md @@ -1,6 +1,7 @@ +++ title = "Izamal, Yucatán, México" date = "2001-08-30T00:00:00Z" +slug = "izamal-yucatan-mexico" tags = ["Mexico", "Travel"] +++ diff --git a/content/post/2001-08-31-chelem-yucatan-mexico.md b/content/post/2001-08-31-chelem-yucatan-mexico.md @@ -1,6 +1,7 @@ +++ -title = "Chelem, Yuctán, México" +title = "Chelem, Yucatán, México" date = "2001-08-31T14:00:00Z" +slug = "chelem-yucatan-mexico" tags = ["Mexico", "Travel"] +++ diff --git a/content/post/2001-08-31-progreso-yucatan-mexico.md b/content/post/2001-08-31-progreso-yucatan-mexico.md @@ -1,6 +1,7 @@ +++ title = "Progreso, Yucatán, México" date = "2001-08-31T10:00:00Z" +slug = "progreso-yucatan-mexico" tags = ["Mexico", "Travel"] +++ diff --git a/content/post/2001-09-06-isla-mujeres-quintana-roo-mexico.md b/content/post/2001-09-06-isla-mujeres-quintana-roo-mexico.md @@ -1,6 +1,7 @@ +++ title = "Isla Mujeres, Quintana Roo, México" date = "2001-09-06T00:00:00Z" +slug = "isla-mujeres-quintana-roo-mexico" tags = ["Mexico", "Travel"] +++ diff --git a/content/post/2001-09-11-dzibilchaltun-yucatan-mexico.md b/content/post/2001-09-11-dzibilchaltun-yucatan-mexico.md @@ -1,6 +1,7 @@ +++ title = "Dzibilchaltún, Yucatán, México" date = "2001-09-11T00:00:00Z" +slug = "dzibilchaltun-yucatan-mexico" tags = ["Mexico", "Travel"] +++ diff --git a/content/post/2001-12-18-palenque-chiapas-mexico.md b/content/post/2001-12-18-palenque-chiapas-mexico.md @@ -1,6 +1,7 @@ +++ title = "Palenque, Chiapas, México" date = "2001-12-18T00:00:00Z" +slug = "palenque-chiapas-mexico" tags = ["Mexico", "Travel"] +++ diff --git a/content/post/2001-12-21-san-cristobal-de-las-casas-chiapas.md b/content/post/2001-12-21-san-cristobal-de-las-casas-chiapas.md @@ -1,6 +1,7 @@ +++ title = "San Cristóbal de las Casas, Chiapas, México" date = "2001-12-21T00:00:00Z" +slug = "san-cristobal-de-las-casas-chiapas-mexico" tags = ["Mexico", "Travel"] +++ diff --git a/content/post/2001-12-24-tulum-quintana-roo-mexico.md b/content/post/2001-12-24-tulum-quintana-roo-mexico.md @@ -1,6 +1,7 @@ +++ title = "Tulúm, Quintana Roo, México" date = "2001-12-24T00:00:00Z" +slug = "tulum-quintana-roo-mexico" tags = ["Mexico", "Travel"] +++ diff --git a/content/post/2001-12-26-chichen-itza-yucatan-mexico.md b/content/post/2001-12-26-chichen-itza-yucatan-mexico.md @@ -1,6 +1,7 @@ +++ title = "Chichen Itzá, Yucatán, México" date = "2001-12-26T00:00:00Z" +slug = "chichen-itza-yucatan-mexico" tags = ["Mexico", "Travel"] +++ diff --git a/content/post/2001-12-27-valladolid-yucatan-mexico.md b/content/post/2001-12-27-valladolid-yucatan-mexico.md @@ -1,6 +1,7 @@ +++ title = "Valladolid, Yucatán, México" date = "2001-12-27T00:00:00Z" +slug = "valladolid-yucatan-mexico" tags = ["Mexico", "Travel"] +++ diff --git a/content/post/2002-01-01-feliz-navidad.md b/content/post/2002-01-01-feliz-navidad.md @@ -1,6 +1,7 @@ +++ title = "¡Feliz Navidad!" date = "2002-01-01T00:00:00Z" +slug = "feliz-navidad" tags = ["Mexico"] +++ diff --git a/content/post/2002-03-19-la-habana.md b/content/post/2002-03-19-la-habana.md @@ -1,6 +1,7 @@ +++ title = "La Habana, Cuba" date = "2002-03-19T00:00:00Z" +slug = "la-habana" tags = ["Cuba", "Travel"] +++ diff --git a/content/post/2002-03-21-trinidad-cuba.md b/content/post/2002-03-21-trinidad-cuba.md @@ -1,6 +1,7 @@ +++ title = "Trinidad, Sancti Spiritus, Cuba" date = "2002-03-21T00:00:00Z" +slug = "trinidad-sancti-spiritus-cuba" tags = ["Cuba", "Travel"] +++ diff --git a/content/post/2002-04-04-chetumal.md b/content/post/2002-04-04-chetumal.md @@ -1,6 +1,7 @@ +++ title = "Chetumal, Quintana Roo, México" date = "2002-04-04T00:00:00Z" +slug = "chetumal-quintana-roo-mexico" tags = ["Mexico", "Travel"] +++ diff --git a/content/post/2002-05-26-back-in-canada.md b/content/post/2002-05-26-back-in-canada.md @@ -1,6 +1,7 @@ +++ title = "Back in Canada" date = "2002-05-26T00:00:00Z" +slug = "back-in-canada" tags = ["Canada", "Travel"] +++ diff --git a/content/post/2003-02-28-i-am-canadian.md b/content/post/2003-02-28-i-am-canadian.md @@ -1,6 +1,7 @@ +++ -title = "I Am Canadian" +title = "I am Canadian" date = "2003-02-28T00:00:00Z" +slug = "i-am-canadian" tags = ["Canada"] +++ diff --git a/content/post/2003-04-01-site-update.md b/content/post/2003-04-01-site-update.md @@ -1,6 +1,7 @@ +++ title = "Site Update" date = "2003-04-01T00:00:00Z" +slug = "site-update" tags = ["Meta"] +++ diff --git a/content/post/2003-08-17-biking-japan-2003.md b/content/post/2003-08-17-biking-japan-2003.md @@ -1,6 +1,7 @@ +++ title = "Biking Japan 2003" date = "2003-08-17T00:00:00Z" +slug = "biking-japan-2003" tags = ["Cycling", "Japan", "Travel"] +++ diff --git a/content/post/2004-03-08-mt-washington.md b/content/post/2004-03-08-mt-washington.md @@ -1,6 +1,7 @@ +++ title = "Mt. Washington" date = "2004-03-08T00:00:00Z" +slug = "mt-washington" tags = ["Canada", "Skiing"] +++ diff --git a/content/post/2004-04-14-end-of-season.md b/content/post/2004-04-14-end-of-season.md @@ -1,6 +1,7 @@ +++ title = "End of Season" date = "2004-04-14T00:00:00Z" +slug = "end-of-season" tags = ["Canada", "Skiing"] +++ diff --git a/content/post/2004-08-20-summer-2004-in-japan.md b/content/post/2004-08-20-summer-2004-in-japan.md @@ -1,6 +1,7 @@ +++ title = "Summer 2004 in Japan" date = "2004-08-20T00:00:00Z" +slug = "summer-2004-in-japan" tags = ["Japan", "Travel"] +++ diff --git a/content/post/2004-09-09-new-york-ny-usa.md b/content/post/2004-09-09-new-york-ny-usa.md @@ -1,6 +1,7 @@ +++ title = "New York, NY, USA" date = "2004-09-09T00:00:00Z" +slug = "new-york-ny-usa" tags = ["Travel", "USA"] +++ diff --git a/content/post/2004-09-15-tokyo-ni-hikkoshi.md b/content/post/2004-09-15-tokyo-ni-hikkoshi.md @@ -1,6 +1,7 @@ +++ title = "東京に引越しする!" date = "2004-09-15T00:00:00Z" +slug = "tokyo-ni-hikkoshi" tags = ["Japan"] +++ diff --git a/content/post/2004-11-04-apartment-hunting.md b/content/post/2004-11-04-apartment-hunting.md @@ -1,6 +1,7 @@ +++ title = "Apartment Hunting" date = "2004-11-04T00:00:00Z" +slug = "apartment-hunting" tags = ["Japan"] +++ diff --git a/content/post/2004-12-09-samui.md b/content/post/2004-12-09-samui.md @@ -1,6 +1,7 @@ +++ title = "寒い!" date = "2004-12-09T00:00:00Z" +slug = "samui" tags = ["Japan"] +++ diff --git a/content/post/2004-12-30-fresh-snow.md b/content/post/2004-12-30-fresh-snow.md @@ -1,6 +1,7 @@ +++ title = "Fresh Snow" date = "2004-12-30T00:00:00Z" +slug = "fresh-snow" tags = ["Japan"] +++ diff --git a/content/post/2005-01-05-akemashite-omedetou.md b/content/post/2005-01-05-akemashite-omedetou.md @@ -1,6 +1,7 @@ +++ title = "明けましておめでとうございます!" date = "2005-01-05T00:00:00Z" +slug = "akemashite-omedetou" tags = ["Japan"] +++ diff --git a/content/post/2005-03-29-huh.md b/content/post/2005-03-29-huh.md @@ -1,6 +1,7 @@ +++ title = "Huh?" date = "2005-03-29T00:00:00Z" +slug = "huh" tags = ["Japan", "WTF"] +++ diff --git a/content/post/2005-04-09-yuki-fubuki.md b/content/post/2005-04-09-yuki-fubuki.md @@ -1,6 +1,7 @@ +++ title = "桜吹雪" date = "2005-04-09T00:00:00Z" +slug = "sakura-fubuki" tags = ["Japan"] +++ diff --git a/content/post/2005-05-11-bonjour-bon-vespre.md b/content/post/2005-05-11-bonjour-bon-vespre.md @@ -1,6 +1,7 @@ +++ title = "Bonjour, Bon Vespre!" date = "2005-05-11T00:00:00Z" +slug = "bonjour-bon-vespre" tags = ["Travel"] +++ diff --git a/content/post/2005-07-31-kekkon-shite-kuremasu-ka.md b/content/post/2005-07-31-kekkon-shite-kuremasu-ka.md @@ -1,6 +1,7 @@ +++ title = "結婚してくれますか?" date = "2005-07-31T00:00:00Z" +slug = "kekkon-shite-kuremasu-ka" tags = ["Japan"] +++ diff --git a/content/post/2005-08-05-look-at-all-the-pretty-pictures.md b/content/post/2005-08-05-look-at-all-the-pretty-pictures.md @@ -1,6 +1,7 @@ +++ title = "Look At All The Pretty Pictures!" date = "2005-08-05T00:00:00Z" +slug = "look-at-all-the-pretty-pictures" tags = ["Meta"] +++ diff --git a/content/post/2005-10-08-masui-onegai-shimasu.md b/content/post/2005-10-08-masui-onegai-shimasu.md @@ -1,6 +1,7 @@ +++ title = "麻酔お願いします!" date = "2005-10-08T00:00:00Z" +slug = "masui-onegai-shimasu" tags = ["Japan"] +++ diff --git a/content/post/2006-06-26-canadian-medical-research.md b/content/post/2006-06-26-canadian-medical-research.md @@ -1,6 +1,7 @@ +++ title = "Canadian Medical Research" date = "2006-06-26T00:00:00Z" +slug = "canadian-medical-research" tags = ["Canada", "WTF"] +++ diff --git a/content/post/2006-07-01-happy-139th-birthday.md b/content/post/2006-07-01-happy-139th-birthday.md @@ -1,6 +1,7 @@ +++ title = "Happy 139th Birthday!" date = "2006-07-01T00:00:00Z" +slug = "happy-139th-birthday" tags = ["Canada", "Japan"] +++ diff --git a/content/post/2006-09-02-mystery-solved.md b/content/post/2006-09-02-mystery-solved.md @@ -1,6 +1,7 @@ +++ title = "A Mystery Solved" date = "2006-09-02T00:00:00Z" +slug = "mystery-solved" tags = ["Japan"] +++ diff --git a/content/post/2007-01-26-apple-reinvents-the-phone.md b/content/post/2007-01-26-apple-reinvents-the-phone.md @@ -1,6 +1,7 @@ +++ title = "Apple Reinvents the Phone?" date = "2007-01-26T00:00:00Z" +slug = "apple-reinvents-the-iphone" tags = ["iPhone", "Japan"] +++ diff --git a/content/post/2007-05-30-google-reader.md b/content/post/2007-05-30-google-reader.md @@ -1,6 +1,7 @@ +++ title = "Google Reader" date = "2007-05-30T00:00:00Z" +slug = "google-reader" tags = ["Software", "Web"] +++ diff --git a/content/post/2007-06-06-pr6.md b/content/post/2007-06-06-pr6.md @@ -1,6 +1,7 @@ +++ title = "PR#6" date = "2007-06-06T00:00:00Z" +slug = "pr6" tags = ["Retro"] +++ diff --git a/content/post/2008-08-22-monkey-madness.md b/content/post/2008-08-22-monkey-madness.md @@ -1,6 +1,7 @@ +++ title = "Monkey Madness" date = "2008-08-22T00:00:00Z" +slug = "monkey-madness" tags = ["Japan", "WTF"] +++ diff --git a/content/post/2008-10-26-ride-to-okutama-ko-and-back.md b/content/post/2008-10-26-ride-to-okutama-ko-and-back.md @@ -1,6 +1,7 @@ +++ title = "Ride to Okutama-ko and back" date = "2008-10-26T00:00:00Z" +slug = "ride-to-okutamako" tags = ["Cycling", "Japan"] +++ diff --git a/content/post/2011-04-22-installing-mozc-on-ubuntu.md b/content/post/2011-04-22-installing-mozc-on-ubuntu.md @@ -1,6 +1,7 @@ +++ title = "Installing Mozc on Ubuntu" date = "2011-04-22T00:00:00Z" +slug = "installing-mozc-on-ubuntu" tags = ["Howto", "Japanese", "Linux", "Software"] +++ diff --git a/content/post/2011-04-25-winter-sounds-in-japan.md b/content/post/2011-04-25-winter-sounds-in-japan.md @@ -1,6 +1,7 @@ +++ title = "Winter Sounds in Japan" date = "2011-04-25T00:00:00Z" +slug = "winter-sounds-in-japan" tags = ["Japan"] +++ diff --git a/content/post/2011-05-06-job-search-search-job.md b/content/post/2011-05-06-job-search-search-job.md @@ -1,6 +1,7 @@ +++ title = "Job Search, Search Job" date = "2011-05-06T00:00:00Z" +slug = "job-search-search-job" tags = ["Google", "MorganStanley"] +++ diff --git a/content/post/2011-05-10-moving-to-us-letter-of-compliance.md b/content/post/2011-05-10-moving-to-us-letter-of-compliance.md @@ -1,6 +1,7 @@ +++ title = "Moving to the US: Importing a Canadian Vehicle" date = "2011-05-10T00:00:00Z" +slug = "moving-to-us-letter-of-compliance" tags = ["Canada", "Howto", "USA"] +++ diff --git a/content/post/2018-10-31-decoding-an-elf-binary.md b/content/post/2018-10-31-decoding-an-elf-binary.md @@ -1,6 +1,7 @@ +++ title = "Hand-decoding an ELF binary image" date = "2018-10-31T00:00:00Z" +slug = "decoding-an-elf-binary" tags = ["Software"] +++