diff --git a/content/labs/golang/2017-08-19-how2tweet-using-golang.md b/content/labs/golang/2017-08-19-how2tweet-using-golang.md index 6efdb56..45b71b1 100644 --- a/content/labs/golang/2017-08-19-how2tweet-using-golang.md +++ b/content/labs/golang/2017-08-19-how2tweet-using-golang.md @@ -4,6 +4,7 @@ date = 2017-08-19T23:02:35+08:00 description = "Golangを利用してTwitterにツイートする方法を調べました。" tags = [] categories = ["Golang"] +author = "kazu634" draft = false images = ["https://farm5.staticflickr.com/4441/36623773886_ef58e32e8e.jpg"] +++ diff --git a/content/labs/golang/2017-09-03-golang-to-handle-xlsx-files.md b/content/labs/golang/2017-09-03-golang-to-handle-xlsx-files.md index 6b50847..ceb716a 100644 --- a/content/labs/golang/2017-09-03-golang-to-handle-xlsx-files.md +++ b/content/labs/golang/2017-09-03-golang-to-handle-xlsx-files.md @@ -4,6 +4,7 @@ date = 2017-09-03T22:47:31+08:00 description = "GolangでどうすればExcelファイルを読み込めるのか調べました。" tags = [] categories = ["Golang"] +author = "kazu634" images = ["images/6052788455_79a263eeea.jpg"] +++ diff --git a/content/labs/golang/2018-09-02-pocket-archive-api-server.md b/content/labs/golang/2018-09-02-pocket-archive-api-server.md index 937922d..38f8025 100644 --- a/content/labs/golang/2018-09-02-pocket-archive-api-server.md +++ b/content/labs/golang/2018-09-02-pocket-archive-api-server.md @@ -2,6 +2,7 @@ images = ["images/5691141369_0eb8199f37_z.jpg"] tags = [] categories = ["golang", "programming"] +author = "kazu634" date = "2018-09-02T18:40:47+09:00" title = "APIサーバを作ってみた: Pocketの記事をアーカイブするよ" description = "GolangでPocketの記事をアーカイブするAPIサーバを作ってみました。" diff --git a/content/labs/golang/2019-01-06-go-excel-util-using-tview.md b/content/labs/golang/2019-01-06-go-excel-util-using-tview.md index 1aec356..62985b4 100644 --- a/content/labs/golang/2019-01-06-go-excel-util-using-tview.md +++ b/content/labs/golang/2019-01-06-go-excel-util-using-tview.md @@ -4,6 +4,7 @@ date = 2019-01-06T23:07:40+07:00 description = "Golangのライブラリtviewを使うと、お気軽にCUIを作成できるみたいなので、お試しで使ってみました。今回はExcelファイルの中身を確認するよ。" tags = [] categories = ["golang", "programming"] +author = "kazu634" images = ["https://farm5.staticflickr.com/4849/45718165635_328355a940_z.jpg"] +++ diff --git a/content/labs/golang/2019-02-23-line-sdk-go.md b/content/labs/golang/2019-02-23-line-sdk-go.md index 22b7d97..2ef8131 100644 --- a/content/labs/golang/2019-02-23-line-sdk-go.md +++ b/content/labs/golang/2019-02-23-line-sdk-go.md @@ -4,6 +4,7 @@ date = 2019-03-03T19:12:22+08:00 description = "GolangでLine APIを利用してみましたよ。" tags = [] categories = ["golang", "programming"] +author = "kazu634" images = ["https://farm9.staticflickr.com/8462/29581774242_bf25a0a820_z.jpg"] +++ diff --git a/content/labs/golang/2020-02-09-how-to-use-nexmo-api.md b/content/labs/golang/2020-02-09-how-to-use-nexmo-api.md index f295854..c23ea7d 100644 --- a/content/labs/golang/2020-02-09-how-to-use-nexmo-api.md +++ b/content/labs/golang/2020-02-09-how-to-use-nexmo-api.md @@ -4,6 +4,7 @@ date = 2020-02-09T03:12:22+08:00 description = "nexmo APIの使い方のメモ書きです" tags = [] categories = ["golang", "programming"] +author = "kazu634" +++ SMS送信などができるWebサービス、nexmo APIの使い方をまとめます。基本は参考URLからのコピペです。。 diff --git a/content/labs/golang/2020-03-07-how-to-use-net-http.md b/content/labs/golang/2020-03-07-how-to-use-net-http.md index 8fca1ab..7807963 100644 --- a/content/labs/golang/2020-03-07-how-to-use-net-http.md +++ b/content/labs/golang/2020-03-07-how-to-use-net-http.md @@ -4,6 +4,7 @@ date = 2020-03-07T21:12:22+08:00 description = "Golangの標準ライブラリnet/httpでREST APIをたたくときのメモです。" tags = [] categories = ["golang", "programming"] +author = "kazu634" +++ Golang標準ライブラリの`net/http`でREST APIをたたく時に必要となりそうなことをまとめます。 diff --git a/content/labs/golang/2020-04-19-use-ole-to-export-mails-from-outlook.md b/content/labs/golang/2020-04-19-use-ole-to-export-mails-from-outlook.md index f92ee2c..8b9af21 100644 --- a/content/labs/golang/2020-04-19-use-ole-to-export-mails-from-outlook.md +++ b/content/labs/golang/2020-04-19-use-ole-to-export-mails-from-outlook.md @@ -4,6 +4,7 @@ date = 2020-04-19T18:12:22+08:00 description = "GolangからOLEを利用することでOutlookを操作してみました。" tags = [] categories = ["golang", "programming"] +author = "kazu634" +++ お仕事上の便利ツール開発を目的に、GolangからOLE経由でOutlookを操作してみました。 diff --git a/content/labs/infra/2013-01-14-check_domain_expiration.md b/content/labs/infra/2013-01-14-check_domain_expiration.md index 7c5b4ae..dbd23e3 100644 --- a/content/labs/infra/2013-01-14-check_domain_expiration.md +++ b/content/labs/infra/2013-01-14-check_domain_expiration.md @@ -6,6 +6,8 @@ has_been_twittered: - yes tmac_last_id: - 303816623784083456 +author: + - kazu634 categories: - Programming - シェルスクリプト diff --git a/content/labs/infra/2013-01-27-check_domain_expiration_by_nagios.md b/content/labs/infra/2013-01-27-check_domain_expiration_by_nagios.md index 5ffb2b2..b796abc 100644 --- a/content/labs/infra/2013-01-27-check_domain_expiration_by_nagios.md +++ b/content/labs/infra/2013-01-27-check_domain_expiration_by_nagios.md @@ -6,6 +6,8 @@ has_been_twittered: - yes tmac_last_id: - 307653283424636929 +author: + - kazu634 categories: - nagios - Programming diff --git a/content/labs/infra/2013-07-20-shell_scripting_know-how_001.md b/content/labs/infra/2013-07-20-shell_scripting_know-how_001.md index 978bbbb..3519c95 100644 --- a/content/labs/infra/2013-07-20-shell_scripting_know-how_001.md +++ b/content/labs/infra/2013-07-20-shell_scripting_know-how_001.md @@ -12,6 +12,8 @@ wordtwit_posted_tweets: - 'a:1:{i:0;i:1851;}' wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1851;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: - シェルスクリプト diff --git a/content/labs/infra/2014-04-27-visualize_the_bottleneck_using_fluentd_x_growthforecast.md b/content/labs/infra/2014-04-27-visualize_the_bottleneck_using_fluentd_x_growthforecast.md index 903cf3a..7d3535d 100644 --- a/content/labs/infra/2014-04-27-visualize_the_bottleneck_using_fluentd_x_growthforecast.md +++ b/content/labs/infra/2014-04-27-visualize_the_bottleneck_using_fluentd_x_growthforecast.md @@ -12,6 +12,8 @@ wordtwit_posted_tweets: - 'a:1:{i:0;i:1859;}' wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1859;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: - growthforecast diff --git a/content/labs/infra/2015-06-06-restart-nginx-when-its-logrotation-fails.md b/content/labs/infra/2015-06-06-restart-nginx-when-its-logrotation-fails.md index a228bd8..1d6d1c7 100644 --- a/content/labs/infra/2015-06-06-restart-nginx-when-its-logrotation-fails.md +++ b/content/labs/infra/2015-06-06-restart-nginx-when-its-logrotation-fails.md @@ -4,6 +4,8 @@ author: kazu634 date: 2015-06-06 tmac_last_id: - 665467420228890624 +author: + - kazu634 categories: - nginx - wordpress diff --git a/content/labs/infra/2016-01-11-nginx-lets-encrypt-enabling-http2.md b/content/labs/infra/2016-01-11-nginx-lets-encrypt-enabling-http2.md index a30323f..282d0a6 100644 --- a/content/labs/infra/2016-01-11-nginx-lets-encrypt-enabling-http2.md +++ b/content/labs/infra/2016-01-11-nginx-lets-encrypt-enabling-http2.md @@ -1,5 +1,6 @@ +++ categories = [ "nginx" ] +author = "kazu634" description = "nginx + Let's Encryptを用いてhttp/2環境を構築してみました。" tags = [] date = "2016-01-11T23:32:47+08:00" diff --git a/content/labs/infra/2016-11-06-how-to-get-aws-information.md b/content/labs/infra/2016-11-06-how-to-get-aws-information.md index 71fc6ac..4bd5c6f 100644 --- a/content/labs/infra/2016-11-06-how-to-get-aws-information.md +++ b/content/labs/infra/2016-11-06-how-to-get-aws-information.md @@ -3,6 +3,7 @@ draft = false description = "お仕事で必要に迫られたのでAWS EC2の利用状況をコマンドラインから取得する方法を調べてみました" tags = [] categories = ["AWS"] +author = "kazu634" date = "2016-11-06T23:38:21+08:00" title = "aws-cliを用いてEC2インスタンスの情報を取得する" images = ["https://c1.staticflickr.com/9/8561/15670725648_356a50f786.jpg"] diff --git a/content/labs/infra/2019-04-14_how_to_use_Lego.md b/content/labs/infra/2019-04-14_how_to_use_Lego.md index 9c9096d..2924331 100644 --- a/content/labs/infra/2019-04-14_how_to_use_Lego.md +++ b/content/labs/infra/2019-04-14_how_to_use_Lego.md @@ -5,6 +5,7 @@ publishdate=2019-04-14 description="Legoを用いたDNS経由でのSSL/TSL証明書取得について調べた内容をまとめました" images = ["https://live.staticflickr.com/2554/4156026735_6b97110206.jpg"] categories = ["インフラ"] +author = "kazu634" +++ [Lego](https://github.com/go-acme/lego)を用いてSSL/TSL証明書を取得する方法を説明します。ここではDNS認証でSSL/TSL証明書を取得する方法を説明します。 diff --git a/content/labs/infra/2019-05-11-create-wildcard-ssl-certificate-on-windows.md b/content/labs/infra/2019-05-11-create-wildcard-ssl-certificate-on-windows.md index 821eca4..4e3665d 100644 --- a/content/labs/infra/2019-05-11-create-wildcard-ssl-certificate-on-windows.md +++ b/content/labs/infra/2019-05-11-create-wildcard-ssl-certificate-on-windows.md @@ -4,6 +4,7 @@ date = 2019-05-11T23:49:43+08:00 description = "WindowsサーバのIISにLet's Encryptで取得したワイルドカードSSL証明書をインポートする方法を調べたのでまとめています" tags = [] categories = ["Windows", "iis", "インフラ"] +author = "kazu634" image="" +++ diff --git a/content/labs/infra/2020-08-23-grafana-loki.md b/content/labs/infra/2020-08-23-grafana-loki.md index 70dd566..6ea72e4 100644 --- a/content/labs/infra/2020-08-23-grafana-loki.md +++ b/content/labs/infra/2020-08-23-grafana-loki.md @@ -4,6 +4,7 @@ date = 2020-08-23T19:49:43+08:00 description = "Grafana Lokiを試しに使ってみたのでレポートしてみるよ" tags = [] categories = ["Linux", "インフラ", "Grafana", "Loki"] +author = "kazu634" image="" +++ diff --git a/content/labs/jupyter/2020-05-10-jupyter-on-kubernetes.md b/content/labs/jupyter/2020-05-10-jupyter-on-kubernetes.md index 3a951ae..08daf44 100644 --- a/content/labs/jupyter/2020-05-10-jupyter-on-kubernetes.md +++ b/content/labs/jupyter/2020-05-10-jupyter-on-kubernetes.md @@ -4,6 +4,7 @@ date = 2020-05-10T18:12:22+08:00 description = "データサイエンティスト入門講座を受講するため、Jupyterをお家Kubernetes上で動作させました。" tags = [] categories = ["python", "jupyter", "kubernetes"] +author = "kazu634" +++ Udemyがバーゲンをしていることに気づいたため、日本のゴールデンウィーク期間中は「[【ゼロから始めるデータ分析】 ビジネスケースで学ぶPythonデータサイエンス入門](https://www.udemy.com/course/optworks_1/)」でお勉強をしています。まだ終わっていません。。 diff --git a/content/labs/jupyter/2020-05-16-summary-of-data-science-class.md b/content/labs/jupyter/2020-05-16-summary-of-data-science-class.md index fba1819..8d21959 100644 --- a/content/labs/jupyter/2020-05-16-summary-of-data-science-class.md +++ b/content/labs/jupyter/2020-05-16-summary-of-data-science-class.md @@ -4,6 +4,7 @@ date = 2020-05-16T20:12:22+08:00 description = "データサイエンティスト入門講座を受講していて学んだことをまとめてみましたよ。" tags = [] categories = ["python", "jupyter"] +author = "kazu634" +++ 「[【ゼロから始めるデータ分析】 ビジネスケースで学ぶPythonデータサイエンス入門](https://www.udemy.com/course/optworks_1/)」で統計について学んだことをここにまとめていきます。 diff --git a/content/labs/leaflet-js-mapbox-js/002-setup-dev-environment.md b/content/labs/leaflet-js-mapbox-js/002-setup-dev-environment.md index e4b9863..1da0bbc 100644 --- a/content/labs/leaflet-js-mapbox-js/002-setup-dev-environment.md +++ b/content/labs/leaflet-js-mapbox-js/002-setup-dev-environment.md @@ -3,6 +3,7 @@ title = "JavaScriptではじめるWebマップアプリケーション: Chapter2 date = 2019-05-01T19:06:46+08:00 description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。" categories = ["Leaflet.js"] +author = "kazu634" +++ 『[JavaScriptではじめるWebマップアプリケーション \(PDF版\)](https://booth.pm/ja/items/1314906)』の内容を淡々と試してみます。まずは`Leaflet.js`で地図を表示してみます: diff --git a/content/labs/leaflet-js-mapbox-js/003-setup-dev-environment.md b/content/labs/leaflet-js-mapbox-js/003-setup-dev-environment.md index 8c16ead..50ff7a2 100644 --- a/content/labs/leaflet-js-mapbox-js/003-setup-dev-environment.md +++ b/content/labs/leaflet-js-mapbox-js/003-setup-dev-environment.md @@ -3,6 +3,7 @@ title = "JavaScriptではじめるWebマップアプリケーション: Chapter2 date = 2019-05-01T21:07:08+07:00 description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。" categories = ["Mapbox GL JS"] +author = "kazu634" +++ 『[JavaScriptではじめるWebマップアプリケーション \(PDF版\)](https://booth.pm/ja/items/1314906)』の内容を淡々と試してみます。`Mapbox GL JS`で地図を表示してみます: diff --git a/content/labs/leaflet-js-mapbox-js/004-display-raster-style-data-leaflet.md b/content/labs/leaflet-js-mapbox-js/004-display-raster-style-data-leaflet.md index 3f31396..9517d76 100644 --- a/content/labs/leaflet-js-mapbox-js/004-display-raster-style-data-leaflet.md +++ b/content/labs/leaflet-js-mapbox-js/004-display-raster-style-data-leaflet.md @@ -3,6 +3,7 @@ title = "JavaScriptではじめるWebマップアプリケーション: Chapter3 date = 2019-05-04T15:03:21+08:00 description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。" categories = ["Leaflet.js"] +author = "kazu634" +++ 『[JavaScriptではじめるWebマップアプリケーション \(PDF版\)](https://booth.pm/ja/items/1314906)』の内容を淡々と試してみます。`Leaflet.js`でラスタ形式の地図を表示してみます: diff --git a/content/labs/leaflet-js-mapbox-js/005-display-raster-style-data-mapbox.md b/content/labs/leaflet-js-mapbox-js/005-display-raster-style-data-mapbox.md index 08da713..df6e5dc 100644 --- a/content/labs/leaflet-js-mapbox-js/005-display-raster-style-data-mapbox.md +++ b/content/labs/leaflet-js-mapbox-js/005-display-raster-style-data-mapbox.md @@ -3,6 +3,7 @@ title = "JavaScriptではじめるWebマップアプリケーション: Chapter3 date = 2019-06-29T18:41:00+07:00 description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。" categories = ["Mapbox GL JS"] +author = "kazu634" +++ 『[JavaScriptではじめるWebマップアプリケーション \(PDF版\)](https://booth.pm/ja/items/1314906)』の内容を淡々と試してみます。`Mapbox.js`でラスタ形式の地図を表示してみます: diff --git a/content/labs/linux/2011-01-02-00001443.md b/content/labs/linux/2011-01-02-00001443.md index 15c1026..7c5daee 100644 --- a/content/labs/linux/2011-01-02-00001443.md +++ b/content/labs/linux/2011-01-02-00001443.md @@ -4,6 +4,8 @@ author: kazu634 date: 2011-01-02 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5405;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: - ubuntu diff --git a/content/labs/linux/2016-06-26-how-to-use-corosync-pacemaker-001.md b/content/labs/linux/2016-06-26-how-to-use-corosync-pacemaker-001.md index 83044e8..f9ab00d 100644 --- a/content/labs/linux/2016-06-26-how-to-use-corosync-pacemaker-001.md +++ b/content/labs/linux/2016-06-26-how-to-use-corosync-pacemaker-001.md @@ -1,5 +1,6 @@ +++ categories = ["Clustering", "Pacemaker", "Corosync"] +author = "kazu634" description = "Pacemaker + Corosyncを用いてクラスタ環境を構築してみました。RHEL 6.4で検証しました。" tags = [] date = "2016-06-26T23:02:50+08:00" diff --git a/content/labs/linux/2016-07-02-how-to-use-corosync-pacemaker-002.md b/content/labs/linux/2016-07-02-how-to-use-corosync-pacemaker-002.md index dd1edaa..bfe8db6 100644 --- a/content/labs/linux/2016-07-02-how-to-use-corosync-pacemaker-002.md +++ b/content/labs/linux/2016-07-02-how-to-use-corosync-pacemaker-002.md @@ -1,5 +1,6 @@ +++ categories = ["Clustering", "Pacemaker", "Corosync"] +author = "kazu634" description = "Pacemaker + Corosyncを用いてクラスタ環境を構築してみました。RHEL 6.4で検証しました。今回は共有ディスクを利用できるようにします" tags = [] date = "2016-07-02T23:48:32+08:00" diff --git a/content/labs/linux/2016-07-10-how-to-use-corosync-pacemaker-003.md b/content/labs/linux/2016-07-10-how-to-use-corosync-pacemaker-003.md index 05d1db2..33b8c52 100644 --- a/content/labs/linux/2016-07-10-how-to-use-corosync-pacemaker-003.md +++ b/content/labs/linux/2016-07-10-how-to-use-corosync-pacemaker-003.md @@ -1,5 +1,6 @@ +++ categories = ["Clustering", "Pacemaker", "Corosync"] +author = "kazu634" description = "Pacemaker + Corosyncを用いてクラスタ環境を構築してみました。RHEL 6.4で検証しました。今回はPacemakeとCorosyncを利用できるようにします" tags = [] date = "2016-07-10T23:48:32+08:00" diff --git a/content/labs/linux/2017-11-11-lpic-ot-devopstoolsengineer.md b/content/labs/linux/2017-11-11-lpic-ot-devopstoolsengineer.md index 2b598e4..316924d 100644 --- a/content/labs/linux/2017-11-11-lpic-ot-devopstoolsengineer.md +++ b/content/labs/linux/2017-11-11-lpic-ot-devopstoolsengineer.md @@ -4,6 +4,7 @@ date = 2017-11-11T22:58:38+08:00 description = "LPICについて調べていたら、英語でしか受験できないLPIC OT: DevOps Tools Engineerという試験を見つけたよ。最近のオープンソースを用いたDevOps関係のはやりを抑えた試験になっているみたい" tags = [] categories = ["Linux"] +author = "kazu634" images = ["images/38278788676_0cd63ffc01.jpg"] draft = false +++ diff --git a/content/labs/linux/2018-08-26-linux-disk-cache.md b/content/labs/linux/2018-08-26-linux-disk-cache.md index 6492b51..8cace14 100644 --- a/content/labs/linux/2018-08-26-linux-disk-cache.md +++ b/content/labs/linux/2018-08-26-linux-disk-cache.md @@ -2,6 +2,7 @@ images = ["images/9592407287_1bb4d50e78_z.jpg"] tags = [] categories = ["Linux", "インフラ"] +author = "kazu634" date = "2018-08-26T23:06:30+08:00" title = "Linuxサーバでディスクキャッシュを説明する" description = "" diff --git a/content/labs/linux/2018-09-11-try-using-statup.md b/content/labs/linux/2018-09-11-try-using-statup.md index 242cee3..1b41ac3 100644 --- a/content/labs/linux/2018-09-11-try-using-statup.md +++ b/content/labs/linux/2018-09-11-try-using-statup.md @@ -2,6 +2,7 @@ images = ["images/43806262985_22aca620eb_z.jpg"] tags = [] categories = ["インフラ"] +author = "kazu634" date = "2018-09-11T01:25:05+09:00" title = "お手軽にステータスページを作成できるStatupを触ってみた" description = "お手軽にステータスページを作成できるStatupを試しに使ってみました" diff --git a/content/labs/misc/2007-08-12-00000579.md b/content/labs/misc/2007-08-12-00000579.md index f43772f..f17c111 100644 --- a/content/labs/misc/2007-08-12-00000579.md +++ b/content/labs/misc/2007-08-12-00000579.md @@ -4,6 +4,8 @@ author: kazu634 date: 2007-08-12 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3141;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: - つれづれ diff --git a/content/labs/misc/2012-08-11-00001565.md b/content/labs/misc/2012-08-11-00001565.md index c0e2552..b46b463 100644 --- a/content/labs/misc/2012-08-11-00001565.md +++ b/content/labs/misc/2012-08-11-00001565.md @@ -4,6 +4,8 @@ author: kazu634 date: 2012-08-11 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5467;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: - esxi diff --git a/content/labs/misc/2012-11-10-00001570.md b/content/labs/misc/2012-11-10-00001570.md index 85bc14d..843c10f 100644 --- a/content/labs/misc/2012-11-10-00001570.md +++ b/content/labs/misc/2012-11-10-00001570.md @@ -4,6 +4,8 @@ author: kazu634 date: 2012-11-10 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5471;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: - esxi diff --git a/content/labs/misc/2013-02-09-make_network-installable_repository_by_apt-mirror.md b/content/labs/misc/2013-02-09-make_network-installable_repository_by_apt-mirror.md index 0c234c4..c5092e5 100644 --- a/content/labs/misc/2013-02-09-make_network-installable_repository_by_apt-mirror.md +++ b/content/labs/misc/2013-02-09-make_network-installable_repository_by_apt-mirror.md @@ -2,6 +2,8 @@ title: apt-mirrorを使ってネットワークインストール可能なレポジトリを作成する author: kazu634 date: 2013-02-09 +author: + - kazu634 categories: - apt - インフラ diff --git a/content/labs/misc/2013-04-05-japan-vyatta-users-meeting-spring-2013-in-tokyo-jvum2013s.md b/content/labs/misc/2013-04-05-japan-vyatta-users-meeting-spring-2013-in-tokyo-jvum2013s.md index 4fa62e5..7371bd3 100644 --- a/content/labs/misc/2013-04-05-japan-vyatta-users-meeting-spring-2013-in-tokyo-jvum2013s.md +++ b/content/labs/misc/2013-04-05-japan-vyatta-users-meeting-spring-2013-in-tokyo-jvum2013s.md @@ -8,6 +8,8 @@ tmac_last_id: - 366071693510311937 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:3;s:6:"result";a:0:{}s:13:"tweet_counter";i:1;s:13:"tweet_log_ids";a:0:{}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: - vyatta - インフラ diff --git a/content/labs/misc/2013-06-16-make-ec2-instance-by-knife-ec2-command.md b/content/labs/misc/2013-06-16-make-ec2-instance-by-knife-ec2-command.md index 5396e59..f7c8dbf 100644 --- a/content/labs/misc/2013-06-16-make-ec2-instance-by-knife-ec2-command.md +++ b/content/labs/misc/2013-06-16-make-ec2-instance-by-knife-ec2-command.md @@ -12,6 +12,8 @@ wordtwit_posted_tweets: - 'a:1:{i:0;i:1550;}' wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.0";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:3;s:13:"tweet_log_ids";a:2:{i:0;i:1549;i:1;i:1550;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: - chef - インフラ diff --git a/content/labs/misc/2013-06-23-00001579.md b/content/labs/misc/2013-06-23-00001579.md index aa1b274..37dfcc0 100644 --- a/content/labs/misc/2013-06-23-00001579.md +++ b/content/labs/misc/2013-06-23-00001579.md @@ -12,6 +12,8 @@ wordtwit_posted_tweets: - 'a:1:{i:0;i:1791;}' wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1791;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: - nagios diff --git a/content/labs/misc/2014-03-02-00001587.md b/content/labs/misc/2014-03-02-00001587.md index df59424..3c57936 100644 --- a/content/labs/misc/2014-03-02-00001587.md +++ b/content/labs/misc/2014-03-02-00001587.md @@ -12,6 +12,8 @@ wordtwit_posted_tweets: - 'a:1:{i:0;i:1835;}' wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1835;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: - インフラ diff --git a/content/labs/misc/2014-03-15-00001588.md b/content/labs/misc/2014-03-15-00001588.md index 73399bf..da8e64e 100644 --- a/content/labs/misc/2014-03-15-00001588.md +++ b/content/labs/misc/2014-03-15-00001588.md @@ -12,6 +12,8 @@ wordtwit_posted_tweets: - 'a:1:{i:0;i:1818;}' wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1818;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: - Programming - インフラ diff --git a/content/labs/misc/2014-10-21-rtx810_with_wifi_access_point.md b/content/labs/misc/2014-10-21-rtx810_with_wifi_access_point.md index 4d06f44..2482435 100644 --- a/content/labs/misc/2014-10-21-rtx810_with_wifi_access_point.md +++ b/content/labs/misc/2014-10-21-rtx810_with_wifi_access_point.md @@ -8,6 +8,8 @@ wordtwit_post_info: - 'O:8:"stdClass":14:{s:6:"manual";b:1;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";s:126:"ブログに新しい記事を投稿したよ: RTX810と無線LANアクセスポイントを組み合わせてみた - [link] ";s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1879;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}s:4:"text";s:145:"ブログに新しい記事を投稿したよ: RTX810と無線LANアクセスポイントを組み合わせてみた - http://tinyurl.com/k74pluf";}' tmac_last_id: - 529629725275090944 +author: + - kazu634 categories: - network - インフラ diff --git a/content/labs/misc/2014-10-31-reading-systems-performance-enterprise-and-the-cloud.md b/content/labs/misc/2014-10-31-reading-systems-performance-enterprise-and-the-cloud.md index f106af8..3703eba 100644 --- a/content/labs/misc/2014-10-31-reading-systems-performance-enterprise-and-the-cloud.md +++ b/content/labs/misc/2014-10-31-reading-systems-performance-enterprise-and-the-cloud.md @@ -8,6 +8,8 @@ wordtwit_post_info: - 'O:8:"stdClass":14:{s:6:"manual";b:1;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";s:112:"ブログに新しい記事を投稿したよ: Systems Performance: Enterprise and the Cloud を読む - [link] ";s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1897;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}s:4:"text";s:131:"ブログに新しい記事を投稿したよ: Systems Performance: Enterprise and the Cloud を読む - http://tinyurl.com/nbjfteb";}' tmac_last_id: - 531456470185811968 +author: + - kazu634 categories: - インフラ diff --git a/content/labs/misc/2015-01-25-brute-force-attack-on-my-wordpress.md b/content/labs/misc/2015-01-25-brute-force-attack-on-my-wordpress.md index 0af28a9..a72d714 100644 --- a/content/labs/misc/2015-01-25-brute-force-attack-on-my-wordpress.md +++ b/content/labs/misc/2015-01-25-brute-force-attack-on-my-wordpress.md @@ -8,6 +8,8 @@ wordtwit_post_info: - 'O:8:"stdClass":14:{s:6:"manual";b:1;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";s:135:"ブログに新しい記事を投稿したよ: ブルートフォースアタックの形跡があったんだけど。。。 - [link] ";s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:6634;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}s:4:"text";s:154:"ブログに新しい記事を投稿したよ: ブルートフォースアタックの形跡があったんだけど。。。 - http://tinyurl.com/obbuoek";}' tmac_last_id: - 584003938069962752 +author: + - kazu634 categories: - インフラ diff --git a/content/labs/misc/2015-01-27-google-bot-visit-my-site-many-times.md b/content/labs/misc/2015-01-27-google-bot-visit-my-site-many-times.md index d20904e..2ac952c 100644 --- a/content/labs/misc/2015-01-27-google-bot-visit-my-site-many-times.md +++ b/content/labs/misc/2015-01-27-google-bot-visit-my-site-many-times.md @@ -8,6 +8,8 @@ wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:6646;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' tmac_last_id: - 589363466013519872 +author: + - kazu634 categories: - インフラ diff --git a/content/labs/misc/2015-10-05-convert-psi-info-into-animation-gif.md b/content/labs/misc/2015-10-05-convert-psi-info-into-animation-gif.md index 7f371ef..83785c7 100644 --- a/content/labs/misc/2015-10-05-convert-psi-info-into-animation-gif.md +++ b/content/labs/misc/2015-10-05-convert-psi-info-into-animation-gif.md @@ -4,6 +4,8 @@ author: kazu634 date: 2015-10-04 tmac_last_id: - 665467418412756993 +author: + - kazu634 categories: - cron - linux diff --git a/content/labs/misc/2016-03-20-install-node-by-using-nodebrew-on-mac.md b/content/labs/misc/2016-03-20-install-node-by-using-nodebrew-on-mac.md index 4ee4be1..9c5d543 100644 --- a/content/labs/misc/2016-03-20-install-node-by-using-nodebrew-on-mac.md +++ b/content/labs/misc/2016-03-20-install-node-by-using-nodebrew-on-mac.md @@ -1,5 +1,6 @@ +++ categories = ["node.js"] +author = "kazu634" description = "Hubot使ってみたかったから、nodebrewを使って、node.jsをMac (El Capitan 10.11.3)にインストールしてみました。" tags = [] date = "2016-03-20T14:53:36+08:00" diff --git a/content/labs/network/2013-09-20-how_to_install_openvpn_under_ubuntu_1204.md b/content/labs/network/2013-09-20-how_to_install_openvpn_under_ubuntu_1204.md index 7290c5d..2af4fad 100644 --- a/content/labs/network/2013-09-20-how_to_install_openvpn_under_ubuntu_1204.md +++ b/content/labs/network/2013-09-20-how_to_install_openvpn_under_ubuntu_1204.md @@ -12,6 +12,8 @@ wordtwit_posted_tweets: - 'a:1:{i:0;i:1855;}' wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1855;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: - openvpn diff --git a/content/labs/network/2015-01-31-use-vpn-server-function-of-highend-consumer-router.md b/content/labs/network/2015-01-31-use-vpn-server-function-of-highend-consumer-router.md index b715024..3df9658 100644 --- a/content/labs/network/2015-01-31-use-vpn-server-function-of-highend-consumer-router.md +++ b/content/labs/network/2015-01-31-use-vpn-server-function-of-highend-consumer-router.md @@ -8,6 +8,8 @@ wordtwit_post_info: - 'O:8:"stdClass":14:{s:6:"manual";b:1;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";s:142:"ブログに新しい記事を投稿したよ: コンシューマー向けのハイエンドルーターでVPNを利用してみ… - [link] ";s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:6658;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}s:4:"text";s:161:"ブログに新しい記事を投稿したよ: コンシューマー向けのハイエンドルーターでVPNを利用してみ… - http://tinyurl.com/mwh37en";}' tmac_last_id: - 594128247962505216 +author: + - kazu634 categories: - インフラ diff --git a/content/labs/network/2016-10-31-site-to-site-vpn-using-edgerouterx-and-vyos.md b/content/labs/network/2016-10-31-site-to-site-vpn-using-edgerouterx-and-vyos.md index 2023a2a..a5f55db 100644 --- a/content/labs/network/2016-10-31-site-to-site-vpn-using-edgerouterx-and-vyos.md +++ b/content/labs/network/2016-10-31-site-to-site-vpn-using-edgerouterx-and-vyos.md @@ -1,5 +1,6 @@ +++ categories = ["VyOS","Edgerouter"] +author = "kazu634" description = "EdgeRouter XとVyOS on AWSでOpenVPNを用いた拠点間VPNをはりました" tags = [] date = "2016-10-31T21:07:13+08:00" diff --git a/content/labs/visualization/2018-07-02-play-with-metabase.md b/content/labs/visualization/2018-07-02-play-with-metabase.md index 36920fa..115cb61 100644 --- a/content/labs/visualization/2018-07-02-play-with-metabase.md +++ b/content/labs/visualization/2018-07-02-play-with-metabase.md @@ -4,6 +4,7 @@ date = 2018-07-02T21:15:53+08:00 description = "オープンソースのお手軽BIツール・Metabaseをお試しで使ってみました。これ使えば、エンジニアじゃない人にもグラフを作ってもらえそう" tags = [] categories = ["Tools", "Metabase"] +author = "kazu634" images = ["images/41603208672_984110305c_z.jpg"] +++ diff --git a/content/labs/visualization/2020-03-01-how-to-use-metabase-geojson.md b/content/labs/visualization/2020-03-01-how-to-use-metabase-geojson.md index cff68b2..2f2a93e 100644 --- a/content/labs/visualization/2020-03-01-how-to-use-metabase-geojson.md +++ b/content/labs/visualization/2020-03-01-how-to-use-metabase-geojson.md @@ -4,6 +4,7 @@ date = 2020-03-01T09:15:53+08:00 description = "オープンソースのお手軽BIツール・Metabaseで自分で作成した白地図上にデータを可視化できるようになっていたようなので、試してみました" tags = [] categories = ["Tools", "Metabase"] +author = "kazu634" images = ["images/41603208672_984110305c_z.jpg"] +++ diff --git a/content/post/2005/09/22/2005-09-22-00000122.md b/content/post/2005/09/22/2005-09-22-00000122.md index 3feaa20..10c348d 100644 --- a/content/post/2005/09/22/2005-09-22-00000122.md +++ b/content/post/2005/09/22/2005-09-22-00000122.md @@ -4,6 +4,8 @@ author: kazu634 date: 2005-09-22 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:2061;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: - つれづれ diff --git a/content/post/2006/02/07/2006-02-07-00000194.md b/content/post/2006/02/07/2006-02-07-00000194.md index 3fabae4..3185bc3 100644 --- a/content/post/2006/02/07/2006-02-07-00000194.md +++ b/content/post/2006/02/07/2006-02-07-00000194.md @@ -4,6 +4,8 @@ author: kazu634 date: 2006-02-07 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:2263;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: - 映画 diff --git a/content/post/2006/09/03/2006-09-03-ミュージカル・big.md b/content/post/2006/09/03/2006-09-03-ミュージカル・big.md index e4c6ac1..7499ec3 100644 --- a/content/post/2006/09/03/2006-09-03-ミュージカル・big.md +++ b/content/post/2006/09/03/2006-09-03-ミュージカル・big.md @@ -4,6 +4,8 @@ author: kazu634 date: 2006-09-03 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:2541;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: - つれづれ diff --git a/content/post/2007/11/19/2007-11-19-00000635.md b/content/post/2007/11/19/2007-11-19-00000635.md index 36eec27..cb6439d 100644 --- a/content/post/2007/11/19/2007-11-19-00000635.md +++ b/content/post/2007/11/19/2007-11-19-00000635.md @@ -4,6 +4,8 @@ author: kazu634 date: 2007-11-19 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3297;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: - 英文学 diff --git a/content/post/2008/01/28/2008-01-28-00000775.md b/content/post/2008/01/28/2008-01-28-00000775.md index 11b1ebb..5290064 100644 --- a/content/post/2008/01/28/2008-01-28-00000775.md +++ b/content/post/2008/01/28/2008-01-28-00000775.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-01-28 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3663;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: - 映画 diff --git a/content/post/2008/03/17/2008-03-17-00000848.md b/content/post/2008/03/17/2008-03-17-00000848.md index 730f625..9aab83f 100644 --- a/content/post/2008/03/17/2008-03-17-00000848.md +++ b/content/post/2008/03/17/2008-03-17-00000848.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-03-17 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3837;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: - つれづれ diff --git a/content/post/2008/06/22/2008-06-22-00000954.md b/content/post/2008/06/22/2008-06-22-00000954.md index 7dcc22b..ebf80d8 100644 --- a/content/post/2008/06/22/2008-06-22-00000954.md +++ b/content/post/2008/06/22/2008-06-22-00000954.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-06-22 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4093;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: - つれづれ diff --git a/content/post/2008/08/02/2008-08-02-00000985.md b/content/post/2008/08/02/2008-08-02-00000985.md index c7bbb40..658ae70 100644 --- a/content/post/2008/08/02/2008-08-02-00000985.md +++ b/content/post/2008/08/02/2008-08-02-00000985.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-08-02 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4177;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: - つれづれ diff --git a/content/post/2009/01/04/2009-01-04-00001108.md b/content/post/2009/01/04/2009-01-04-00001108.md index 168ed5d..af627c9 100644 --- a/content/post/2009/01/04/2009-01-04-00001108.md +++ b/content/post/2009/01/04/2009-01-04-00001108.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-01-04 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4475;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: - サイクリング diff --git a/content/post/2009/08/17/2009-08-18-東海道を自転車で旅行する人のためのtips.md b/content/post/2009/08/17/2009-08-18-東海道を自転車で旅行する人のためのtips.md index b302f5f..c4a4c9a 100644 --- a/content/post/2009/08/17/2009-08-18-東海道を自転車で旅行する人のためのtips.md +++ b/content/post/2009/08/17/2009-08-18-東海道を自転車で旅行する人のためのtips.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-08-17 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4759;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: - サイクリング diff --git a/content/post/2010/03/27/2010-03-27-00001345.md b/content/post/2010/03/27/2010-03-27-00001345.md index 0d1800e..a4595ab 100644 --- a/content/post/2010/03/27/2010-03-27-00001345.md +++ b/content/post/2010/03/27/2010-03-27-00001345.md @@ -4,6 +4,8 @@ author: kazu634 date: 2010-03-27 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5191;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: - サイクリング diff --git a/content/post/2010/07/11/2010-07-11-00001374.md b/content/post/2010/07/11/2010-07-11-00001374.md index 4aeac3a..6c5e732 100644 --- a/content/post/2010/07/11/2010-07-11-00001374.md +++ b/content/post/2010/07/11/2010-07-11-00001374.md @@ -4,6 +4,8 @@ author: kazu634 date: 2010-07-11 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5305;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: - サイクリング diff --git a/content/post/2011/07/03/2011-07-03-00001507.md b/content/post/2011/07/03/2011-07-03-00001507.md index 33d3fec..9da3cfa 100644 --- a/content/post/2011/07/03/2011-07-03-00001507.md +++ b/content/post/2011/07/03/2011-07-03-00001507.md @@ -6,6 +6,8 @@ has_been_twittered: - yes tmac_last_id: - 303816731137294337 +author: + - kazu634 categories: - ランニング tags: diff --git a/content/post/2011/08/07/2011-08-07-00001512.md b/content/post/2011/08/07/2011-08-07-00001512.md index 82b6ed7..f99f07e 100644 --- a/content/post/2011/08/07/2011-08-07-00001512.md +++ b/content/post/2011/08/07/2011-08-07-00001512.md @@ -6,6 +6,8 @@ has_been_twittered: - yes tmac_last_id: - 303816722270519296 +author: + - kazu634 categories: - サイクリング diff --git a/content/post/2011/08/08/2011-08-08-00001513.md b/content/post/2011/08/08/2011-08-08-00001513.md index c9040f9..973935f 100644 --- a/content/post/2011/08/08/2011-08-08-00001513.md +++ b/content/post/2011/08/08/2011-08-08-00001513.md @@ -6,6 +6,8 @@ has_been_twittered: - yes tmac_last_id: - 303816719410012160 +author: + - kazu634 categories: - つれづれ tags: diff --git a/content/post/2011/08/15/2011-08-15-00001516.md b/content/post/2011/08/15/2011-08-15-00001516.md index 378267e..1b1b890 100644 --- a/content/post/2011/08/15/2011-08-15-00001516.md +++ b/content/post/2011/08/15/2011-08-15-00001516.md @@ -6,6 +6,8 @@ has_been_twittered: - yes tmac_last_id: - 303816715781955585 +author: + - kazu634 categories: - サイクリング tags: diff --git a/content/post/2011/09/18/2011-09-19-00001525.md b/content/post/2011/09/18/2011-09-19-00001525.md index 565129f..315d5da 100644 --- a/content/post/2011/09/18/2011-09-19-00001525.md +++ b/content/post/2011/09/18/2011-09-19-00001525.md @@ -4,6 +4,8 @@ author: kazu634 date: 2011-09-19 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5447;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: - gauche - Lisp diff --git a/content/post/2011/10/09/2011-10-09-00001530.md b/content/post/2011/10/09/2011-10-09-00001530.md index 8c425e0..9da43d5 100644 --- a/content/post/2011/10/09/2011-10-09-00001530.md +++ b/content/post/2011/10/09/2011-10-09-00001530.md @@ -6,6 +6,8 @@ has_been_twittered: - yes tmac_last_id: - 303816690611937280 +author: + - kazu634 categories: - ランニング tags: diff --git a/content/post/2011/11/08/2011-11-08-00001532.md b/content/post/2011/11/08/2011-11-08-00001532.md index 638a875..1b9bb99 100644 --- a/content/post/2011/11/08/2011-11-08-00001532.md +++ b/content/post/2011/11/08/2011-11-08-00001532.md @@ -6,6 +6,8 @@ has_been_twittered: - yes tmac_last_id: - 303816687336181760 +author: + - kazu634 categories: - ランニング tags: diff --git a/content/post/2011/12/30/2011-12-30-00001538.md b/content/post/2011/12/30/2011-12-30-00001538.md index d2da958..4c07458 100644 --- a/content/post/2011/12/30/2011-12-30-00001538.md +++ b/content/post/2011/12/30/2011-12-30-00001538.md @@ -6,6 +6,8 @@ has_been_twittered: - yes tmac_last_id: - 303816680189067265 +author: + - kazu634 categories: - つれづれ tags: diff --git a/content/post/2012/01/01/2012-01-01-時と共に変わっていくもの-201112.md b/content/post/2012/01/01/2012-01-01-時と共に変わっていくもの-201112.md index a5622fa..1564fd0 100644 --- a/content/post/2012/01/01/2012-01-01-時と共に変わっていくもの-201112.md +++ b/content/post/2012/01/01/2012-01-01-時と共に変わっていくもの-201112.md @@ -6,6 +6,8 @@ has_been_twittered: - yes tmac_last_id: - 303816680189067265 +author: + - kazu634 categories: - つれづれ diff --git a/content/post/2012/02/23/2012-02-23-00001544.md b/content/post/2012/02/23/2012-02-23-00001544.md index 00d038b..ec7f8f7 100644 --- a/content/post/2012/02/23/2012-02-23-00001544.md +++ b/content/post/2012/02/23/2012-02-23-00001544.md @@ -6,6 +6,8 @@ has_been_twittered: - yes tmac_last_id: - 303816672580603904 +author: + - kazu634 categories: - お気に入り - つれづれ diff --git a/content/post/2012/03/04/2012-03-04-00001546.md b/content/post/2012/03/04/2012-03-04-00001546.md index bc80825..938b1ed 100644 --- a/content/post/2012/03/04/2012-03-04-00001546.md +++ b/content/post/2012/03/04/2012-03-04-00001546.md @@ -6,6 +6,8 @@ has_been_twittered: - yes tmac_last_id: - 303816667153186819 +author: + - kazu634 categories: - サイクリング tags: diff --git a/content/post/2012/04/05/2012-04-06-00001550.md b/content/post/2012/04/05/2012-04-06-00001550.md index 6a338be..a410f0a 100644 --- a/content/post/2012/04/05/2012-04-06-00001550.md +++ b/content/post/2012/04/05/2012-04-06-00001550.md @@ -6,6 +6,8 @@ has_been_twittered: - yes tmac_last_id: - 303816662413635584 +author: + - kazu634 categories: - つれづれ tags: diff --git a/content/post/2012/04/10/2012-04-10-00001551.md b/content/post/2012/04/10/2012-04-10-00001551.md index 465ebb3..1ea2d39 100644 --- a/content/post/2012/04/10/2012-04-10-00001551.md +++ b/content/post/2012/04/10/2012-04-10-00001551.md @@ -6,6 +6,8 @@ has_been_twittered: - yes tmac_last_id: - 303816660165480448 +author: + - kazu634 categories: - つれづれ tags: diff --git a/content/post/2012/04/21/2012-04-21-00001553.md b/content/post/2012/04/21/2012-04-21-00001553.md index 2d5e118..036dff9 100644 --- a/content/post/2012/04/21/2012-04-21-00001553.md +++ b/content/post/2012/04/21/2012-04-21-00001553.md @@ -6,6 +6,8 @@ has_been_twittered: - yes tmac_last_id: - 303816660165480448 +author: + - kazu634 categories: - つれづれ tags: diff --git a/content/post/2012/07/06/2012-07-06-00001562.md b/content/post/2012/07/06/2012-07-06-00001562.md index 085f5eb..0e9bda2 100644 --- a/content/post/2012/07/06/2012-07-06-00001562.md +++ b/content/post/2012/07/06/2012-07-06-00001562.md @@ -6,6 +6,8 @@ has_been_twittered: - yes tmac_last_id: - 303816647477698560 +author: + - kazu634 categories: - ランニング tags: diff --git a/content/post/2012/09/16/2012-09-16-00001567.md b/content/post/2012/09/16/2012-09-16-00001567.md index 52624e8..7f2b703 100644 --- a/content/post/2012/09/16/2012-09-16-00001567.md +++ b/content/post/2012/09/16/2012-09-16-00001567.md @@ -6,6 +6,8 @@ has_been_twittered: - yes tmac_last_id: - 303816645716086784 +author: + - kazu634 categories: - ランニング tags: diff --git a/content/post/2012/11/24/2012-11-24-bicycle-trip-to-kita-senju.md b/content/post/2012/11/24/2012-11-24-bicycle-trip-to-kita-senju.md index 5767b05..f9e0f8e 100644 --- a/content/post/2012/11/24/2012-11-24-bicycle-trip-to-kita-senju.md +++ b/content/post/2012/11/24/2012-11-24-bicycle-trip-to-kita-senju.md @@ -6,6 +6,8 @@ has_been_twittered: - yes tmac_last_id: - 303816639021977600 +author: + - kazu634 categories: - サイクリング - スポーツ diff --git a/content/post/2012/12/06/2012-12-06-2012_tokyo_sweets_marathon.md b/content/post/2012/12/06/2012-12-06-2012_tokyo_sweets_marathon.md index 5c8a426..628f16d 100644 --- a/content/post/2012/12/06/2012-12-06-2012_tokyo_sweets_marathon.md +++ b/content/post/2012/12/06/2012-12-06-2012_tokyo_sweets_marathon.md @@ -6,6 +6,8 @@ has_been_twittered: - yes tmac_last_id: - 303816634311770113 +author: + - kazu634 categories: - スポーツ - ランニング diff --git a/content/post/2012/12/22/2012-12-22-00001574.md b/content/post/2012/12/22/2012-12-22-00001574.md index c90f157..3d63b9d 100644 --- a/content/post/2012/12/22/2012-12-22-00001574.md +++ b/content/post/2012/12/22/2012-12-22-00001574.md @@ -6,6 +6,8 @@ has_been_twittered: - yes tmac_last_id: - 303816632525017088 +author: + - kazu634 categories: - つれづれ tags: diff --git a/content/post/2012/12/30/2012-12-30-nishi-arai-daishi.md b/content/post/2012/12/30/2012-12-30-nishi-arai-daishi.md index da932a2..9650f1d 100644 --- a/content/post/2012/12/30/2012-12-30-nishi-arai-daishi.md +++ b/content/post/2012/12/30/2012-12-30-nishi-arai-daishi.md @@ -6,6 +6,8 @@ has_been_twittered: - yes tmac_last_id: - 303816628007743489 +author: + - kazu634 categories: - つれづれ tags: diff --git a/content/post/2013/01/31/2013-01-31-00001578.md b/content/post/2013/01/31/2013-01-31-00001578.md index 76d52e6..46a24d8 100644 --- a/content/post/2013/01/31/2013-01-31-00001578.md +++ b/content/post/2013/01/31/2013-01-31-00001578.md @@ -8,6 +8,8 @@ tmac_last_id: - 309237698785320960 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:3;s:6:"result";a:0:{}s:13:"tweet_counter";i:1;s:13:"tweet_log_ids";a:0:{}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: - 旅行 tags: diff --git a/content/post/2013/04/19/2013-04-19-yokohama-fish-market-and-sea-paradise.md b/content/post/2013/04/19/2013-04-19-yokohama-fish-market-and-sea-paradise.md index b0326cb..0b4dabb 100644 --- a/content/post/2013/04/19/2013-04-19-yokohama-fish-market-and-sea-paradise.md +++ b/content/post/2013/04/19/2013-04-19-yokohama-fish-market-and-sea-paradise.md @@ -6,6 +6,8 @@ has_been_twittered: - yes tmac_last_id: - 368276259257589761 +author: + - kazu634 categories: - つれづれ tags: diff --git a/content/post/2013/05/26/2013-05-26-2013_sendai_half_marathon.md b/content/post/2013/05/26/2013-05-26-2013_sendai_half_marathon.md index ad13ca9..5e57908 100644 --- a/content/post/2013/05/26/2013-05-26-2013_sendai_half_marathon.md +++ b/content/post/2013/05/26/2013-05-26-2013_sendai_half_marathon.md @@ -6,6 +6,8 @@ has_been_twittered: - yes tmac_last_id: - 9223372036854775807 +author: + - kazu634 categories: - スポーツ - ランニング diff --git a/content/post/2013/06/23/2013-06-23-00001580.md b/content/post/2013/06/23/2013-06-23-00001580.md index c7a4554..ffec2f1 100644 --- a/content/post/2013/06/23/2013-06-23-00001580.md +++ b/content/post/2013/06/23/2013-06-23-00001580.md @@ -12,6 +12,8 @@ wordtwit_posted_tweets: - 'a:1:{i:0;i:1840;}' wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1840;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: - つれづれ diff --git a/content/post/2013/07/20/2013-07-20-opensky-3-0.md b/content/post/2013/07/20/2013-07-20-opensky-3-0.md index aa91860..84a39d6 100644 --- a/content/post/2013/07/20/2013-07-20-opensky-3-0.md +++ b/content/post/2013/07/20/2013-07-20-opensky-3-0.md @@ -8,6 +8,8 @@ wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.0";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1575;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' tmac_last_id: - 9223372036854775807 +author: + - kazu634 categories: - つれづれ tags: diff --git a/content/post/2013/08/12/2013-08-12-simフリーの-ipad-mini-ocn-モバイル-エントリー-d-lte-980.md b/content/post/2013/08/12/2013-08-12-simフリーの-ipad-mini-ocn-モバイル-エントリー-d-lte-980.md index 8916f44..215029a 100644 --- a/content/post/2013/08/12/2013-08-12-simフリーの-ipad-mini-ocn-モバイル-エントリー-d-lte-980.md +++ b/content/post/2013/08/12/2013-08-12-simフリーの-ipad-mini-ocn-モバイル-エントリー-d-lte-980.md @@ -12,6 +12,8 @@ wordtwit_posted_tweets: - 'a:1:{i:0;i:1815;}' wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1815;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: - iPhone diff --git a/content/post/2013/12/14/2013-12-14-2013_dinasour_exhibition_at_national_museum_of_nature_and_science.md b/content/post/2013/12/14/2013-12-14-2013_dinasour_exhibition_at_national_museum_of_nature_and_science.md index 06e42d8..65efc8a 100644 --- a/content/post/2013/12/14/2013-12-14-2013_dinasour_exhibition_at_national_museum_of_nature_and_science.md +++ b/content/post/2013/12/14/2013-12-14-2013_dinasour_exhibition_at_national_museum_of_nature_and_science.md @@ -8,6 +8,8 @@ wordtwit_post_info: - 'O:8:"stdClass":14:{s:6:"manual";b:1;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:5:"3.0.3";s:14:"tweet_template";s:111:"ブログに新しい記事を投稿したよ: 国立科学博物館で行われている大恐竜展 - [link] ";s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1655;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}s:4:"text";s:130:"ブログに新しい記事を投稿したよ: 国立科学博物館で行われている大恐竜展 - http://tinyurl.com/mepqjy9";}' tmac_last_id: - 480344699962949632 +author: + - kazu634 categories: - つれづれ tags: diff --git a/content/post/2013/12/22/2013-12-22-fibre_flare_light_lpt04602.md b/content/post/2013/12/22/2013-12-22-fibre_flare_light_lpt04602.md index 79cf451..a317db5 100644 --- a/content/post/2013/12/22/2013-12-22-fibre_flare_light_lpt04602.md +++ b/content/post/2013/12/22/2013-12-22-fibre_flare_light_lpt04602.md @@ -8,6 +8,8 @@ wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:1;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:5:"3.0.3";s:14:"tweet_template";s:120:"ブログに新しい記事を投稿したよ: 夜のサイクリング用にファイバーフレアライト - [link] ";s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:3;s:13:"tweet_log_ids";a:2:{i:0;i:1661;i:1;i:1662;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' tmac_last_id: - 483168249152946176 +author: + - kazu634 categories: - サイクリング - スポーツ diff --git a/content/post/2014/01/01/2014-01-01-ohkiya_at_ichigaya_airs_rock_beef.md b/content/post/2014/01/01/2014-01-01-ohkiya_at_ichigaya_airs_rock_beef.md index 1595a2c..462a968 100644 --- a/content/post/2014/01/01/2014-01-01-ohkiya_at_ichigaya_airs_rock_beef.md +++ b/content/post/2014/01/01/2014-01-01-ohkiya_at_ichigaya_airs_rock_beef.md @@ -8,6 +8,8 @@ wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:5:"3.0.3";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1672;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' tmac_last_id: - 486143173614260224 +author: + - kazu634 categories: - つれづれ tags: diff --git a/content/post/2014/03/02/2014-03-02-o-kiya_nippori_airs_rock_again.md b/content/post/2014/03/02/2014-03-02-o-kiya_nippori_airs_rock_again.md index 9dc207e..97639d9 100644 --- a/content/post/2014/03/02/2014-03-02-o-kiya_nippori_airs_rock_again.md +++ b/content/post/2014/03/02/2014-03-02-o-kiya_nippori_airs_rock_again.md @@ -8,6 +8,8 @@ wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:5:"3.5.1";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1695;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' tmac_last_id: - 500276779257307137 +author: + - kazu634 categories: - つれづれ tags: diff --git a/content/post/2014/03/23/2014-03-23-b-side-label-sticker.md b/content/post/2014/03/23/2014-03-23-b-side-label-sticker.md index 17af900..dde7046 100644 --- a/content/post/2014/03/23/2014-03-23-b-side-label-sticker.md +++ b/content/post/2014/03/23/2014-03-23-b-side-label-sticker.md @@ -14,6 +14,8 @@ geo_public: - 1 tmac_last_id: - 500985662321860612 +author: + - kazu634 categories: - つれづれ tags: diff --git a/content/post/2014/07/07/2014-06-07-m-piu_trouser_clip.md b/content/post/2014/07/07/2014-06-07-m-piu_trouser_clip.md index 76bce50..8988fb1 100644 --- a/content/post/2014/07/07/2014-06-07-m-piu_trouser_clip.md +++ b/content/post/2014/07/07/2014-06-07-m-piu_trouser_clip.md @@ -8,6 +8,8 @@ wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.6";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1719;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' tmac_last_id: - 513518240224776193 +author: + - kazu634 categories: - サイクリング tags: diff --git a/content/post/2014/07/07/2014-07-07-visiting_captain_tsubasa_exhibition.md b/content/post/2014/07/07/2014-07-07-visiting_captain_tsubasa_exhibition.md index bb8c5e7..414d06d 100644 --- a/content/post/2014/07/07/2014-07-07-visiting_captain_tsubasa_exhibition.md +++ b/content/post/2014/07/07/2014-07-07-visiting_captain_tsubasa_exhibition.md @@ -8,6 +8,8 @@ wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.6";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1734;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' tmac_last_id: - 518410477681250304 +author: + - kazu634 categories: - つれづれ tags: diff --git a/content/post/2014/08/15/2014-08-15-00001592.md b/content/post/2014/08/15/2014-08-15-00001592.md index f3dabc4..7d2dae7 100644 --- a/content/post/2014/08/15/2014-08-15-00001592.md +++ b/content/post/2014/08/15/2014-08-15-00001592.md @@ -8,6 +8,8 @@ wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.6";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1751;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' tmac_last_id: - 520554820173070336 +author: + - kazu634 categories: - つれづれ tags: diff --git a/content/post/2014/08/17/2014-08-17-riding-bicycle-through-shimanami-kaido.md b/content/post/2014/08/17/2014-08-17-riding-bicycle-through-shimanami-kaido.md index 2408fdc..eb80b83 100644 --- a/content/post/2014/08/17/2014-08-17-riding-bicycle-through-shimanami-kaido.md +++ b/content/post/2014/08/17/2014-08-17-riding-bicycle-through-shimanami-kaido.md @@ -8,6 +8,8 @@ wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.6";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1762;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' tmac_last_id: - 521294484202479616 +author: + - kazu634 categories: - サイクリング tags: diff --git a/content/post/2014/10/12/2014-10-12-enjoyed_sushi_at_sushi_tetsu.md b/content/post/2014/10/12/2014-10-12-enjoyed_sushi_at_sushi_tetsu.md index c7cc8e4..8b78e8a 100644 --- a/content/post/2014/10/12/2014-10-12-enjoyed_sushi_at_sushi_tetsu.md +++ b/content/post/2014/10/12/2014-10-12-enjoyed_sushi_at_sushi_tetsu.md @@ -8,6 +8,8 @@ wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1867;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' tmac_last_id: - 528919750714605568 +author: + - kazu634 categories: - つれづれ tags: diff --git a/content/post/2014/11/09/2014-11-09-first-time-playing-ingress-at-matsudo.md b/content/post/2014/11/09/2014-11-09-first-time-playing-ingress-at-matsudo.md index 228d1d1..6ea6f6d 100644 --- a/content/post/2014/11/09/2014-11-09-first-time-playing-ingress-at-matsudo.md +++ b/content/post/2014/11/09/2014-11-09-first-time-playing-ingress-at-matsudo.md @@ -8,6 +8,8 @@ wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5517;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' tmac_last_id: - 545198467597889537 +author: + - kazu634 categories: - Ingress diff --git a/content/post/2015/02/11/2015-02-11-visiting-blue-bottle-coffee-kiyosumi-shirakawa.md b/content/post/2015/02/11/2015-02-11-visiting-blue-bottle-coffee-kiyosumi-shirakawa.md index 032dc16..acb6ee9 100644 --- a/content/post/2015/02/11/2015-02-11-visiting-blue-bottle-coffee-kiyosumi-shirakawa.md +++ b/content/post/2015/02/11/2015-02-11-visiting-blue-bottle-coffee-kiyosumi-shirakawa.md @@ -8,6 +8,8 @@ wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:1;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";s:99:"ブログに新しい記事を投稿したよ: Blue Bottle Coffeeに行ってきました - [link] ";s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:6667;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' tmac_last_id: - 602097807378481153 +author: + - kazu634 categories: - つれづれ tags: diff --git a/content/post/2015/03/23/2015-03-23-jaws-days-2015.md b/content/post/2015/03/23/2015-03-23-jaws-days-2015.md index 368339a..efbb676 100644 --- a/content/post/2015/03/23/2015-03-23-jaws-days-2015.md +++ b/content/post/2015/03/23/2015-03-23-jaws-days-2015.md @@ -2,6 +2,8 @@ title: JAWS DAYS 2015 author: kazu634 date: 2015-03-23 +author: + - kazu634 categories: - AWS tags: diff --git a/content/post/2015/04/04/2015-04-04-check-list-for-working-abroad.md b/content/post/2015/04/04/2015-04-04-check-list-for-working-abroad.md index 0718fb8..d8f48fa 100644 --- a/content/post/2015/04/04/2015-04-04-check-list-for-working-abroad.md +++ b/content/post/2015/04/04/2015-04-04-check-list-for-working-abroad.md @@ -14,6 +14,8 @@ geo_public: - 1 tmac_last_id: - 650679918020325376 +author: + - kazu634 categories: - つれづれ tags: diff --git a/content/post/2015/04/18/2015-04-18-how_to_plug_electric_devices.md b/content/post/2015/04/18/2015-04-18-how_to_plug_electric_devices.md index 9cb2c5d..02f7a2c 100644 --- a/content/post/2015/04/18/2015-04-18-how_to_plug_electric_devices.md +++ b/content/post/2015/04/18/2015-04-18-how_to_plug_electric_devices.md @@ -4,6 +4,8 @@ author: kazu634 date: 2015-04-18 tmac_last_id: - 665445575299637249 +author: + - kazu634 categories: - つれづれ tags: diff --git a/content/post/2015/05/01/2015-05-01-selfish-gene-tanjong-pagar.md b/content/post/2015/05/01/2015-05-01-selfish-gene-tanjong-pagar.md index 2d5289a..d187161 100644 --- a/content/post/2015/05/01/2015-05-01-selfish-gene-tanjong-pagar.md +++ b/content/post/2015/05/01/2015-05-01-selfish-gene-tanjong-pagar.md @@ -4,6 +4,8 @@ author: kazu634 date: 2015-05-01 tmac_last_id: - 665467424393797632 +author: + - kazu634 categories: - つれづれ tags: diff --git a/content/post/2015/05/23/2015-05-23-bicycle-shop-at-singapore-001.md b/content/post/2015/05/23/2015-05-23-bicycle-shop-at-singapore-001.md index 7cdfd48..2015835 100644 --- a/content/post/2015/05/23/2015-05-23-bicycle-shop-at-singapore-001.md +++ b/content/post/2015/05/23/2015-05-23-bicycle-shop-at-singapore-001.md @@ -4,6 +4,8 @@ author: kazu634 date: 2015-05-23 tmac_last_id: - 665467423840145408 +author: + - kazu634 categories: - サイクリング tags: diff --git a/content/post/2016/01/08/2016-01-08-AWS-UG-Singapore-Meetup-Report.md b/content/post/2016/01/08/2016-01-08-AWS-UG-Singapore-Meetup-Report.md index 883f44f..a08b61c 100644 --- a/content/post/2016/01/08/2016-01-08-AWS-UG-Singapore-Meetup-Report.md +++ b/content/post/2016/01/08/2016-01-08-AWS-UG-Singapore-Meetup-Report.md @@ -1,5 +1,6 @@ +++ categories = [ "AWS" ] +author = "kazu634" description = "6th Jan 2016に行われたAWS User Group Singaporeのレポートです。ただし英語。。。" tags = [ "Singapore" ] date = "2016-01-08T22:23:32+08:00" diff --git a/content/post/2016/02/28/2016-02-28-taking-ielts-exam-in-singapore.md b/content/post/2016/02/28/2016-02-28-taking-ielts-exam-in-singapore.md index 4beb03e..57f155b 100644 --- a/content/post/2016/02/28/2016-02-28-taking-ielts-exam-in-singapore.md +++ b/content/post/2016/02/28/2016-02-28-taking-ielts-exam-in-singapore.md @@ -1,5 +1,6 @@ +++ categories = ["つれづれ"] +author = "kazu634" description = "シンガポールでIELTSの試験を受けました。IELTSがそうなのか、シンガポールの試験を受ける仕組みがそうなのか、まだ区別できていませんが、日本と違うなと思ったことを記録しておきます" tags = ["Singapore"] date = "2016-02-28T23:03:10+08:00" diff --git a/content/post/2016/11/27/2016-11-27-fullsail-coffee-beans-from-kesennuma.md b/content/post/2016/11/27/2016-11-27-fullsail-coffee-beans-from-kesennuma.md index bf17489..372e6f9 100644 --- a/content/post/2016/11/27/2016-11-27-fullsail-coffee-beans-from-kesennuma.md +++ b/content/post/2016/11/27/2016-11-27-fullsail-coffee-beans-from-kesennuma.md @@ -2,6 +2,7 @@ description = "気仙沼発のカフェ・フユセイルコーヒーをコーヒー豆から挽いて飲んでいます" tags = ["kesennuma"] categories = ["coffee"] +author = "kazu634" date = "2016-12-08T00:37:24+08:00" title = "コーヒーのある生活: フルセイルコーヒーのリアス" images = ["https://c5.staticflickr.com/6/5528/30489092404_9ee12f6786.jpg"] diff --git a/content/post/2017/07/01/2017-07-01-how-to-communicate-with-my-parents.md b/content/post/2017/07/01/2017-07-01-how-to-communicate-with-my-parents.md index 6a078b6..ef9e599 100644 --- a/content/post/2017/07/01/2017-07-01-how-to-communicate-with-my-parents.md +++ b/content/post/2017/07/01/2017-07-01-how-to-communicate-with-my-parents.md @@ -2,6 +2,7 @@ description = "日本に一時帰国中に両親とコミュニケーションをとるためにやることリストを検討しました" tags = ["Line"] categories = ["メモ"] +author = "kazu634" date = "2017-07-01T20:45:07+08:00" title = "両親とのコミュニケーション手段を確保するよ" draft = false diff --git a/content/post/2017/07/29/2017-07-29-yum-cha-restaurant-chinatown.md b/content/post/2017/07/29/2017-07-29-yum-cha-restaurant-chinatown.md index 30ed7ec..097c1a5 100644 --- a/content/post/2017/07/29/2017-07-29-yum-cha-restaurant-chinatown.md +++ b/content/post/2017/07/29/2017-07-29-yum-cha-restaurant-chinatown.md @@ -4,6 +4,7 @@ date = "2017-07-29T20:07:51+09:00" description = "有名?な点心屋さんに行って、点心を食べてきました。シンガポールのチャイナタウンにありますよ。" tags = ["Singapore", "Chinatown"] categories = ["Chinese"] +author = "kazu634" draft = false images = ["https://farm5.staticflickr.com/4304/35433458813_20b70790b9.jpg"] +++ diff --git a/content/post/2017/08/20/2017-08-20-alibaba-cloud-service.md b/content/post/2017/08/20/2017-08-20-alibaba-cloud-service.md index 0fb4bd0..b97ee7f 100644 --- a/content/post/2017/08/20/2017-08-20-alibaba-cloud-service.md +++ b/content/post/2017/08/20/2017-08-20-alibaba-cloud-service.md @@ -4,6 +4,7 @@ date = 2017-08-20T22:24:03+08:00 description = "Alibabaのクラウドサービスについて考えたことでございます。" tags = [] categories = ["Cloud", "China"] +author = "kazu634" draft = false images = ["images/25718827003_b8dfdc8fac.jpg"] +++ diff --git a/content/post/2017/08/27/2017-08-27-fullsail-lighthouseblend.md b/content/post/2017/08/27/2017-08-27-fullsail-lighthouseblend.md index ce9541f..9bca5ae 100644 --- a/content/post/2017/08/27/2017-08-27-fullsail-lighthouseblend.md +++ b/content/post/2017/08/27/2017-08-27-fullsail-lighthouseblend.md @@ -4,6 +4,7 @@ date = 2017-08-27T21:00:35+08:00 description = "フルセイルコーヒーのLight House Blendを飲み始めました。力強い光で陸地の存在を知らせる<灯台>は海と岬の守り番。眠らない灯台守のための深煎りブレンド。あと、HARIOのケトルも買いました。" tags = [] categories = ["コーヒー"] +author = "kazu634" draft = false images = ["images/IMG_0072.JPG"] +++ diff --git a/content/post/2017/12/02/2017-12-02-buncha-hanoi.md b/content/post/2017/12/02/2017-12-02-buncha-hanoi.md index d34407a..14fd6f3 100644 --- a/content/post/2017/12/02/2017-12-02-buncha-hanoi.md +++ b/content/post/2017/12/02/2017-12-02-buncha-hanoi.md @@ -4,6 +4,7 @@ date = 2017-12-02T00:29:49+08:00 description = "Hanoi名物のBun Chaを食べました。オバマ元アメリカ大統領も食べたことがあるんだって。" tags = ["Hanoi"] categories = ["旅行"] +author = "kazu634" draft = false images = ["images/38744582481_7916e4511f.jpg"] +++ diff --git a/content/post/2018/01/28/2018-01-28-cau-go-restaurant-hanoi.md b/content/post/2018/01/28/2018-01-28-cau-go-restaurant-hanoi.md index f5651f2..2e6eab6 100644 --- a/content/post/2018/01/28/2018-01-28-cau-go-restaurant-hanoi.md +++ b/content/post/2018/01/28/2018-01-28-cau-go-restaurant-hanoi.md @@ -4,6 +4,7 @@ date = 2018-01-28T14:11:23+08:00 description = "ハノイ出張に行き、お勧めされた Cau Go Restaurant に行ってきました。ロケーション・景色・料理、すべてが良かったです。" tags = ["Hanoi"] categories = ["旅行"] +author = "kazu634" draft = false images = ["images/26002890188_b3fac7b085_z.jpg"] +++ diff --git a/content/post/2018/04/01/2018-04-01-sim-free-wifirouter.md b/content/post/2018/04/01/2018-04-01-sim-free-wifirouter.md index 3b92935..5515b85 100644 --- a/content/post/2018/04/01/2018-04-01-sim-free-wifirouter.md +++ b/content/post/2018/04/01/2018-04-01-sim-free-wifirouter.md @@ -4,6 +4,7 @@ date = 2018-04-01T23:42:02+08:00 description = "SIMフリーWiFIルーターのAterm MR05LNを買いました" tags = [] categories = ["Gadget"] +author = "kazu634" draft = false images = ["images/41161511511_01c2b81bd2_z.jpg"] +++ diff --git a/content/post/2018/04/28/2018-04-28-braincafe-at-bangkok.md b/content/post/2018/04/28/2018-04-28-braincafe-at-bangkok.md index d727878..9d42aba 100644 --- a/content/post/2018/04/28/2018-04-28-braincafe-at-bangkok.md +++ b/content/post/2018/04/28/2018-04-28-braincafe-at-bangkok.md @@ -4,6 +4,7 @@ date = 2018-04-28T10:12:17+09:00 description = "Sukhumvit Soi23の奥の方にあるカフェ。ブログを検索していて、オシャレスポットであることを知る。バンコク旅行の最終日に訪問。" tags = ["Bangkok"] categories = ["旅行"] +author = "kazu634" images = ["images/41114324812_ffbd19a811.jpg"] +++ diff --git a/content/post/2018/05/18/2018-05-18-hanoi-weekend.md b/content/post/2018/05/18/2018-05-18-hanoi-weekend.md index a3479e5..9c99e48 100644 --- a/content/post/2018/05/18/2018-05-18-hanoi-weekend.md +++ b/content/post/2018/05/18/2018-05-18-hanoi-weekend.md @@ -4,6 +4,7 @@ date = 2018-05-18T21:03:59+08:00 description = "ハノイの週末を360度カメラで撮影してきました。" tags = ["Hanoi"] categories = ["旅行"] +author = "kazu634" images = ["images/42033629132_bc6df9c4d0_o.jpg"] +++ diff --git a/content/post/2018/06/25/2018-06-25-hanoi-cafe-maison-de-tet-decor.md b/content/post/2018/06/25/2018-06-25-hanoi-cafe-maison-de-tet-decor.md index c6087bf..cb9c60d 100644 --- a/content/post/2018/06/25/2018-06-25-hanoi-cafe-maison-de-tet-decor.md +++ b/content/post/2018/06/25/2018-06-25-hanoi-cafe-maison-de-tet-decor.md @@ -4,6 +4,7 @@ date = 2018-06-25T23:36:05+08:00 description = "Hanoi市街地から少し離れた宝石のようなカフェに行ってきました。" tags = ["Hanoi"] categories = ["旅行"] +author = "kazu634" images = ["images/41335917114_1c1d187c35_o.jpg"] +++ diff --git a/content/post/2018/08/18/2018-08-18-how-to-do-duty-free-shopping-in-japan.md b/content/post/2018/08/18/2018-08-18-how-to-do-duty-free-shopping-in-japan.md index 1115afd..8c27bd6 100644 --- a/content/post/2018/08/18/2018-08-18-how-to-do-duty-free-shopping-in-japan.md +++ b/content/post/2018/08/18/2018-08-18-how-to-do-duty-free-shopping-in-japan.md @@ -4,6 +4,7 @@ date = 2018-08-18T17:51:50+09:00 description = "「免税」という言葉があることは知っていましたが、よくわかっていないので調べてみました。海外で働いている日本人は、日本に一時帰国中でも免税ができるそうなので、日本に帰国して実際に試してみました。" tags = [] categories = ["旅行"] +author = "kazu634" images = ["images/2032727810_2e24bcb68e_z.jpg"] +++ diff --git a/content/post/2019/04/21/2019-04-21-huen-muai-jai-in-chiang-mai.md b/content/post/2019/04/21/2019-04-21-huen-muai-jai-in-chiang-mai.md index 51daddc..c4c2089 100644 --- a/content/post/2019/04/21/2019-04-21-huen-muai-jai-in-chiang-mai.md +++ b/content/post/2019/04/21/2019-04-21-huen-muai-jai-in-chiang-mai.md @@ -4,6 +4,7 @@ date = 2019-04-21T17:38:34+08:00 description = "Chiang Maiにある北部タイ料理を食べられるレストラン、Huen Muai Jaiを訪ねました。" tags = ["Chiang Mai"] categories = ["旅行"] +author = "kazu634" images = ["https://live.staticflickr.com/65535/46934424104_07703374f9.jpg"] +++ diff --git a/content/post/2019/06/23/2019-06-23_sirocco.md b/content/post/2019/06/23/2019-06-23_sirocco.md index 80a6edd..ceac622 100644 --- a/content/post/2019/06/23/2019-06-23_sirocco.md +++ b/content/post/2019/06/23/2019-06-23_sirocco.md @@ -4,6 +4,7 @@ date = 2019-06-23T15:05:34+08:00 description = "ゴールデンウィークに日本から友人が訪ねてきてくれたので、ルーフトップバー Sirocco に行ってきました" tags = ["Bangkok"] categories = [] +author = "kazu634" images = ["https://live.staticflickr.com/65535/47666022432_84617e4480_z.jpg"] +++ diff --git a/content/post/2019/08/11/2019-08-11-SakeIchiban.md b/content/post/2019/08/11/2019-08-11-SakeIchiban.md index a0efefe..c04147e 100644 --- a/content/post/2019/08/11/2019-08-11-SakeIchiban.md +++ b/content/post/2019/08/11/2019-08-11-SakeIchiban.md @@ -4,6 +4,7 @@ date = 2019-08-11T13:05:34+08:00 description = "7月のタイの連休にこっそり行ってきました。隣に座った方から「実家から離れて東京に出たり、海外に出たりといったことは自分たちもしたかった。でも自分たちの若い頃はそういった時代じゃなかったんだ」と言われたのが印象深かったです。" tags = ["博多"] categories = ["旅行"] +author = "kazu634" images = ["https://live.staticflickr.com/65535/48289457097_5e9bfeb4a5_z.jpg"] +++ diff --git a/content/post/2019/09/08/2019-09-08_start-using-line-mobile.md b/content/post/2019/09/08/2019-09-08_start-using-line-mobile.md index 58a3f61..7d1e557 100644 --- a/content/post/2019/09/08/2019-09-08_start-using-line-mobile.md +++ b/content/post/2019/09/08/2019-09-08_start-using-line-mobile.md @@ -3,6 +3,7 @@ title = "Line Mobile Thailand生活始めました" date = 2019-09-08T13:05:34+08:00 description = "タイで働き始めてもうすぐ10ヶ月程度。よくよく考えてみると、Lineを使っていることが多いことに気づきました。そうであれば、タイでも展開をしているLine MobileのSIMを使った方が料金少なめで済むのではないかと考え申し込みました" categories = ["gadget"] +author = "kazu634" images = ["https://live.staticflickr.com/3779/8978581081_25a8dd4df6_z.jpg"] +++ diff --git a/content/post/2019/11/02/2019-11-02-japan-trip-visiting-noge.md b/content/post/2019/11/02/2019-11-02-japan-trip-visiting-noge.md index 99dda34..6a2040d 100644 --- a/content/post/2019/11/02/2019-11-02-japan-trip-visiting-noge.md +++ b/content/post/2019/11/02/2019-11-02-japan-trip-visiting-noge.md @@ -3,6 +3,7 @@ title = "野毛を訪ねてきました" date = 2019-11-02T10:05:34+08:00 description = "一時帰国中に横浜の野毛を訪ねてきました。おでんとどぜう鍋をおいしくいただいてきました。" categories = ["旅行", "野毛"] +author = "kazu634" images = ["https://live.staticflickr.com/65535/48916089983_840f8b3fba_z.jpg"] +++ diff --git a/content/post/2019/11/09/2019-11-09-visiting-kawasaki-warehouse.md b/content/post/2019/11/09/2019-11-09-visiting-kawasaki-warehouse.md index e3218a3..7b413da 100644 --- a/content/post/2019/11/09/2019-11-09-visiting-kawasaki-warehouse.md +++ b/content/post/2019/11/09/2019-11-09-visiting-kawasaki-warehouse.md @@ -3,6 +3,7 @@ title = "ウェアハウス川崎を訪ねてきました" date = 2019-11-09T10:05:34+08:00 description = "一時帰国中に川崎にあるゲームセンター・ウェアハウス川崎を訪ねてきました。香港にある九龍城をモチーフにしたゲームセンターだそうです" categories = ["旅行", "川崎"] +author = "kazu634" images = ["https://live.staticflickr.com/65535/48916097103_74e0785756_z.jpg"] +++ diff --git a/content/post/2020/02/16/2020-02-16-May-Veggie-in-Asok.md b/content/post/2020/02/16/2020-02-16-May-Veggie-in-Asok.md index 67b266e..f30b5e0 100644 --- a/content/post/2020/02/16/2020-02-16-May-Veggie-in-Asok.md +++ b/content/post/2020/02/16/2020-02-16-May-Veggie-in-Asok.md @@ -3,6 +3,7 @@ title = "May Veggieを訪ねてきました" date = 2020-02-16T10:10:34+08:00 description = "Asokにあるベジタリアンレストラン May Veggie を訪ねてきました" categories = ["Bangkok"] +author = "kazu634" images=["https://live.staticflickr.com/65535/49542629583_ab6c53794e_z.jpg"] +++ diff --git a/content/post/2020/08/01/2020-08-01-Bangkok-Restaurants.md b/content/post/2020/08/01/2020-08-01-Bangkok-Restaurants.md index ba78321..8b96217 100644 --- a/content/post/2020/08/01/2020-08-01-Bangkok-Restaurants.md +++ b/content/post/2020/08/01/2020-08-01-Bangkok-Restaurants.md @@ -3,6 +3,7 @@ title = "緊急事態宣言が緩和しつつあるバンコクでのお食事 date = 2020-08-01T10:10:34+08:00 description = "緊急事態宣言が緩和されつつあるバンコクで、6/15〜に外でお食事した写真をまとめていますよ。" categories = ["Bangkok"] +author = "kazu634" images=["https://farm66.staticflickr.com/65535/50174999868_811915dd45_c.jpg"] +++ diff --git a/content/post/2021/01/20/2021-01-20-back-to-japan.md b/content/post/2021/01/20/2021-01-20-back-to-japan.md index 7202049..90ec398 100644 --- a/content/post/2021/01/20/2021-01-20-back-to-japan.md +++ b/content/post/2021/01/20/2021-01-20-back-to-japan.md @@ -3,6 +3,7 @@ title = "日本に帰国して驚いたこと・試してみたこと" date = 2021-01-20T10:10:34+09:00 description = "6年ぶりに日本に帰国して驚いたことや試してみたことをまとめてみました" categories = ["Japan"] +author = "kazu634" images=["https://farm66.staticflickr.com/65535/50174999868_811915dd45_c.jpg"] +++ diff --git a/content/quotes/2005/08/25/2005-08-25-00000090.md b/content/quotes/2005/08/25/2005-08-25-00000090.md index bb948d2..7159391 100644 --- a/content/quotes/2005/08/25/2005-08-25-00000090.md +++ b/content/quotes/2005/08/25/2005-08-25-00000090.md @@ -4,6 +4,8 @@ author: kazu634 date: 2005-08-25 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1985;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2005/11/23/2005-11-23-00000175.md b/content/quotes/2005/11/23/2005-11-23-00000175.md index 1902f00..5de5df5 100644 --- a/content/quotes/2005/11/23/2005-11-23-00000175.md +++ b/content/quotes/2005/11/23/2005-11-23-00000175.md @@ -4,6 +4,8 @@ author: kazu634 date: 2005-11-23 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:2201;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2006/05/06/2006-05-06-00000227.md b/content/quotes/2006/05/06/2006-05-06-00000227.md index a97848a..e0d54c7 100644 --- a/content/quotes/2006/05/06/2006-05-06-00000227.md +++ b/content/quotes/2006/05/06/2006-05-06-00000227.md @@ -4,6 +4,8 @@ author: kazu634 date: 2006-05-06 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:2343;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2006/12/10/2006-12-10-00000380.md b/content/quotes/2006/12/10/2006-12-10-00000380.md index 3028a53..2923e4b 100644 --- a/content/quotes/2006/12/10/2006-12-10-00000380.md +++ b/content/quotes/2006/12/10/2006-12-10-00000380.md @@ -4,6 +4,8 @@ author: kazu634 date: 2006-12-10 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:2679;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: - つれづれ diff --git a/content/quotes/2007/01/20/2007-01-20-00000407.md b/content/quotes/2007/01/20/2007-01-20-00000407.md index f11c09d..5e123cd 100644 --- a/content/quotes/2007/01/20/2007-01-20-00000407.md +++ b/content/quotes/2007/01/20/2007-01-20-00000407.md @@ -2,6 +2,8 @@ title: これが高倉健という男である author: kazu634 date: 2007-01-20 +author: + - kazu634 categories: --- diff --git a/content/quotes/2007/02/11/2007-02-11-00000428.md b/content/quotes/2007/02/11/2007-02-11-00000428.md index 8df076e..a6e4301 100644 --- a/content/quotes/2007/02/11/2007-02-11-00000428.md +++ b/content/quotes/2007/02/11/2007-02-11-00000428.md @@ -4,6 +4,8 @@ author: kazu634 date: 2007-02-11 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:2787;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2007/02/12/2007-02-12-00000429.md b/content/quotes/2007/02/12/2007-02-12-00000429.md index 5ba4363..0cfb378 100644 --- a/content/quotes/2007/02/12/2007-02-12-00000429.md +++ b/content/quotes/2007/02/12/2007-02-12-00000429.md @@ -4,6 +4,8 @@ author: kazu634 date: 2007-02-12 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:2789;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2007/09/09/2007-09-09-00000611.md b/content/quotes/2007/09/09/2007-09-09-00000611.md index 24ffac6..4dd14e9 100644 --- a/content/quotes/2007/09/09/2007-09-09-00000611.md +++ b/content/quotes/2007/09/09/2007-09-09-00000611.md @@ -4,6 +4,8 @@ author: kazu634 date: 2007-09-09 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3229;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2007/10/26/2007-10-26-00000629.md b/content/quotes/2007/10/26/2007-10-26-00000629.md index f8afc77..f4a49e4 100644 --- a/content/quotes/2007/10/26/2007-10-26-00000629.md +++ b/content/quotes/2007/10/26/2007-10-26-00000629.md @@ -4,6 +4,8 @@ author: kazu634 date: 2007-10-26 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3281;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2007/11/11/2007-11-11-00000634.md b/content/quotes/2007/11/11/2007-11-11-00000634.md index 95167d2..9bfb888 100644 --- a/content/quotes/2007/11/11/2007-11-11-00000634.md +++ b/content/quotes/2007/11/11/2007-11-11-00000634.md @@ -4,6 +4,8 @@ author: kazu634 date: 2007-11-11 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3293;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2007/11/23/2007-11-23-00000637.md b/content/quotes/2007/11/23/2007-11-23-00000637.md index f9eb4fd..91567c9 100644 --- a/content/quotes/2007/11/23/2007-11-23-00000637.md +++ b/content/quotes/2007/11/23/2007-11-23-00000637.md @@ -2,6 +2,8 @@ title: 『弓と禅』 author: kazu634 date: 2007-11-23 +author: + - kazu634 categories: --- diff --git a/content/quotes/2007/11/24/2007-11-24-00000642.md b/content/quotes/2007/11/24/2007-11-24-00000642.md index d022788..086fdbf 100644 --- a/content/quotes/2007/11/24/2007-11-24-00000642.md +++ b/content/quotes/2007/11/24/2007-11-24-00000642.md @@ -4,6 +4,8 @@ author: kazu634 date: 2007-11-24 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3321;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2007/11/25/2007-11-25-00000644.md b/content/quotes/2007/11/25/2007-11-25-00000644.md index 0e7f12a..aa66480 100644 --- a/content/quotes/2007/11/25/2007-11-25-00000644.md +++ b/content/quotes/2007/11/25/2007-11-25-00000644.md @@ -4,6 +4,8 @@ author: kazu634 date: 2007-11-25 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3325;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2007/11/28/2007-11-28-00000649.md b/content/quotes/2007/11/28/2007-11-28-00000649.md index 83e4b87..eed94bb 100644 --- a/content/quotes/2007/11/28/2007-11-28-00000649.md +++ b/content/quotes/2007/11/28/2007-11-28-00000649.md @@ -4,6 +4,8 @@ author: kazu634 date: 2007-11-28 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3347;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2007/12/06/2007-12-06-00000670.md b/content/quotes/2007/12/06/2007-12-06-00000670.md index fa16ca6..b48a741 100644 --- a/content/quotes/2007/12/06/2007-12-06-00000670.md +++ b/content/quotes/2007/12/06/2007-12-06-00000670.md @@ -4,6 +4,8 @@ author: kazu634 date: 2007-12-06 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3409;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2007/12/24/2007-12-24-00000705.md b/content/quotes/2007/12/24/2007-12-24-00000705.md index 8c4481a..df6e066 100644 --- a/content/quotes/2007/12/24/2007-12-24-00000705.md +++ b/content/quotes/2007/12/24/2007-12-24-00000705.md @@ -4,6 +4,8 @@ author: kazu634 date: 2007-12-24 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3515;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2007/12/24/2007-12-24-00000706.md b/content/quotes/2007/12/24/2007-12-24-00000706.md index 4ce8b4d..edc591c 100644 --- a/content/quotes/2007/12/24/2007-12-24-00000706.md +++ b/content/quotes/2007/12/24/2007-12-24-00000706.md @@ -4,6 +4,8 @@ author: kazu634 date: 2007-12-24 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3511;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2007/12/29/2007-12-29-00000718.md b/content/quotes/2007/12/29/2007-12-29-00000718.md index 408bd57..01bd158 100644 --- a/content/quotes/2007/12/29/2007-12-29-00000718.md +++ b/content/quotes/2007/12/29/2007-12-29-00000718.md @@ -4,6 +4,8 @@ author: kazu634 date: 2007-12-29 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3545;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2007/12/31/2007-12-31-00000724.md b/content/quotes/2007/12/31/2007-12-31-00000724.md index 779b3e7..283cbe0 100644 --- a/content/quotes/2007/12/31/2007-12-31-00000724.md +++ b/content/quotes/2007/12/31/2007-12-31-00000724.md @@ -4,6 +4,8 @@ author: kazu634 date: 2007-12-31 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3559;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/01/13/2008-01-13-00000746.md b/content/quotes/2008/01/13/2008-01-13-00000746.md index 07f838d..e013bb0 100644 --- a/content/quotes/2008/01/13/2008-01-13-00000746.md +++ b/content/quotes/2008/01/13/2008-01-13-00000746.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-01-13 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3607;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/01/14/2008-01-14-00000749.md b/content/quotes/2008/01/14/2008-01-14-00000749.md index 4d85ed5..5055e33 100644 --- a/content/quotes/2008/01/14/2008-01-14-00000749.md +++ b/content/quotes/2008/01/14/2008-01-14-00000749.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-01-14 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3609;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/01/14/2008-01-14-00000750.md b/content/quotes/2008/01/14/2008-01-14-00000750.md index 110380a..012c36d 100644 --- a/content/quotes/2008/01/14/2008-01-14-00000750.md +++ b/content/quotes/2008/01/14/2008-01-14-00000750.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-01-14 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3611;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/01/20/2008-01-20-00000760.md b/content/quotes/2008/01/20/2008-01-20-00000760.md index aecd133..4006cfa 100644 --- a/content/quotes/2008/01/20/2008-01-20-00000760.md +++ b/content/quotes/2008/01/20/2008-01-20-00000760.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-01-20 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3633;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/01/21/2008-01-21-00000761.md b/content/quotes/2008/01/21/2008-01-21-00000761.md index 59cb820..b7a910b 100644 --- a/content/quotes/2008/01/21/2008-01-21-00000761.md +++ b/content/quotes/2008/01/21/2008-01-21-00000761.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-01-21 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3637;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/01/22/2008-01-22-00000762.md b/content/quotes/2008/01/22/2008-01-22-00000762.md index f12b0fe..936cd65 100644 --- a/content/quotes/2008/01/22/2008-01-22-00000762.md +++ b/content/quotes/2008/01/22/2008-01-22-00000762.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-01-22 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3639;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/01/26/2008-01-26-00000771.md b/content/quotes/2008/01/26/2008-01-26-00000771.md index bd79a5e..162c2a6 100644 --- a/content/quotes/2008/01/26/2008-01-26-00000771.md +++ b/content/quotes/2008/01/26/2008-01-26-00000771.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-01-26 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3657;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/02/10/2008-02-10-00000795.md b/content/quotes/2008/02/10/2008-02-10-00000795.md index 269989a..464ccaf 100644 --- a/content/quotes/2008/02/10/2008-02-10-00000795.md +++ b/content/quotes/2008/02/10/2008-02-10-00000795.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-02-10 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3715;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/02/16/2008-02-16-00000805.md b/content/quotes/2008/02/16/2008-02-16-00000805.md index 09e1340..9fab51b 100644 --- a/content/quotes/2008/02/16/2008-02-16-00000805.md +++ b/content/quotes/2008/02/16/2008-02-16-00000805.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-02-16 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3733;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/02/18/2008-02-18-00000808.md b/content/quotes/2008/02/18/2008-02-18-00000808.md index cfa5c9c..e6161fe 100644 --- a/content/quotes/2008/02/18/2008-02-18-00000808.md +++ b/content/quotes/2008/02/18/2008-02-18-00000808.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-02-18 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3743;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/02/25/2008-02-25-paul-graham-six-principles-for-making-new-things.md b/content/quotes/2008/02/25/2008-02-25-paul-graham-six-principles-for-making-new-things.md index 8b9060f..a50cecb 100644 --- a/content/quotes/2008/02/25/2008-02-25-paul-graham-six-principles-for-making-new-things.md +++ b/content/quotes/2008/02/25/2008-02-25-paul-graham-six-principles-for-making-new-things.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-02-25 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3767;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: - diary - Paul Graham diff --git a/content/quotes/2008/03/12/2008-03-12-00000839.md b/content/quotes/2008/03/12/2008-03-12-00000839.md index 5261fc4..5caae2f 100644 --- a/content/quotes/2008/03/12/2008-03-12-00000839.md +++ b/content/quotes/2008/03/12/2008-03-12-00000839.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-03-12 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3811;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: - diary diff --git a/content/quotes/2008/03/12/2008-03-12-気になった文章-2.md b/content/quotes/2008/03/12/2008-03-12-気になった文章-2.md index fe14b3e..fa289c5 100644 --- a/content/quotes/2008/03/12/2008-03-12-気になった文章-2.md +++ b/content/quotes/2008/03/12/2008-03-12-気になった文章-2.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-03-12 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3813;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: - diary diff --git a/content/quotes/2008/03/21/2008-03-21-00000854.md b/content/quotes/2008/03/21/2008-03-21-00000854.md index 645d3a8..839b559 100644 --- a/content/quotes/2008/03/21/2008-03-21-00000854.md +++ b/content/quotes/2008/03/21/2008-03-21-00000854.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-03-20 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3857;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/04/16/2008-04-16-00000869.md b/content/quotes/2008/04/16/2008-04-16-00000869.md index 0611788..581c8f0 100644 --- a/content/quotes/2008/04/16/2008-04-16-00000869.md +++ b/content/quotes/2008/04/16/2008-04-16-00000869.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-04-16 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3891;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/04/16/2008-04-16-00000870.md b/content/quotes/2008/04/16/2008-04-16-00000870.md index 42ba024..8988591 100644 --- a/content/quotes/2008/04/16/2008-04-16-00000870.md +++ b/content/quotes/2008/04/16/2008-04-16-00000870.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-04-16 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3889;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/04/25/2008-04-25-00000887.md b/content/quotes/2008/04/25/2008-04-25-00000887.md index 317dcaf..66a4468 100644 --- a/content/quotes/2008/04/25/2008-04-25-00000887.md +++ b/content/quotes/2008/04/25/2008-04-25-00000887.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-04-25 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3931;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/04/26/2008-04-26-00000889.md b/content/quotes/2008/04/26/2008-04-26-00000889.md index bd107e8..cb1fe43 100644 --- a/content/quotes/2008/04/26/2008-04-26-00000889.md +++ b/content/quotes/2008/04/26/2008-04-26-00000889.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-04-26 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3935;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/04/30/2008-04-30-00000899.md b/content/quotes/2008/04/30/2008-04-30-00000899.md index 6a2b98e..2e8a2a9 100644 --- a/content/quotes/2008/04/30/2008-04-30-00000899.md +++ b/content/quotes/2008/04/30/2008-04-30-00000899.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-04-30 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3957;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/05/16/2008-05-16-気になった文章-3.md b/content/quotes/2008/05/16/2008-05-16-気になった文章-3.md index fb1fa13..7bebe20 100644 --- a/content/quotes/2008/05/16/2008-05-16-気になった文章-3.md +++ b/content/quotes/2008/05/16/2008-05-16-気になった文章-3.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-05-16 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4017;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/05/24/2008-05-24-00000933.md b/content/quotes/2008/05/24/2008-05-24-00000933.md index 9bceea8..93a17ea 100644 --- a/content/quotes/2008/05/24/2008-05-24-00000933.md +++ b/content/quotes/2008/05/24/2008-05-24-00000933.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-05-24 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4041;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/05/31/2008-05-31-00000940.md b/content/quotes/2008/05/31/2008-05-31-00000940.md index 724871c..d622d13 100644 --- a/content/quotes/2008/05/31/2008-05-31-00000940.md +++ b/content/quotes/2008/05/31/2008-05-31-00000940.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-05-31 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4055;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/06/11/2008-06-11-00000945.md b/content/quotes/2008/06/11/2008-06-11-00000945.md index 87344d7..186a233 100644 --- a/content/quotes/2008/06/11/2008-06-11-00000945.md +++ b/content/quotes/2008/06/11/2008-06-11-00000945.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-06-11 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4069;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/06/15/2008-06-15-00000948.md b/content/quotes/2008/06/15/2008-06-15-00000948.md index 59b8811..5238a80 100644 --- a/content/quotes/2008/06/15/2008-06-15-00000948.md +++ b/content/quotes/2008/06/15/2008-06-15-00000948.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-06-14 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4073;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/06/20/2008-06-20-00000952.md b/content/quotes/2008/06/20/2008-06-20-00000952.md index d298cb1..b02e813 100644 --- a/content/quotes/2008/06/20/2008-06-20-00000952.md +++ b/content/quotes/2008/06/20/2008-06-20-00000952.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-06-20 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4085;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/07/05/2008-07-05-00000961.md b/content/quotes/2008/07/05/2008-07-05-00000961.md index 28df349..d02d701 100644 --- a/content/quotes/2008/07/05/2008-07-05-00000961.md +++ b/content/quotes/2008/07/05/2008-07-05-00000961.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-07-05 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4115;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/07/13/2008-07-13-00000968.md b/content/quotes/2008/07/13/2008-07-13-00000968.md index 909f41d..5f8c577 100644 --- a/content/quotes/2008/07/13/2008-07-13-00000968.md +++ b/content/quotes/2008/07/13/2008-07-13-00000968.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-07-13 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4143;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/07/29/2008-07-29-00000982.md b/content/quotes/2008/07/29/2008-07-29-00000982.md index 12a9d6d..75bd6f7 100644 --- a/content/quotes/2008/07/29/2008-07-29-00000982.md +++ b/content/quotes/2008/07/29/2008-07-29-00000982.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-07-29 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4169;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/08/09/2008-08-09-『数学ガール-フェルマーの最終定理-数学ガール-2.md b/content/quotes/2008/08/09/2008-08-09-『数学ガール-フェルマーの最終定理-数学ガール-2.md index 68671b0..3c4a7d2 100644 --- a/content/quotes/2008/08/09/2008-08-09-『数学ガール-フェルマーの最終定理-数学ガール-2.md +++ b/content/quotes/2008/08/09/2008-08-09-『数学ガール-フェルマーの最終定理-数学ガール-2.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-08-09 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4199;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/08/28/2008-08-28-00001011.md b/content/quotes/2008/08/28/2008-08-28-00001011.md index 27d0db4..064422f 100644 --- a/content/quotes/2008/08/28/2008-08-28-00001011.md +++ b/content/quotes/2008/08/28/2008-08-28-00001011.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-08-28 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4237;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/09/15/2008-09-15-00001025.md b/content/quotes/2008/09/15/2008-09-15-00001025.md index 3e8bd5a..8e81f48 100644 --- a/content/quotes/2008/09/15/2008-09-15-00001025.md +++ b/content/quotes/2008/09/15/2008-09-15-00001025.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-09-15 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4269;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/09/15/2008-09-15-00001026.md b/content/quotes/2008/09/15/2008-09-15-00001026.md index 1aa8c6d..8c4186d 100644 --- a/content/quotes/2008/09/15/2008-09-15-00001026.md +++ b/content/quotes/2008/09/15/2008-09-15-00001026.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-09-15 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4267;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/09/21/2008-09-21-気になった文章-4.md b/content/quotes/2008/09/21/2008-09-21-気になった文章-4.md index e18f760..520339e 100644 --- a/content/quotes/2008/09/21/2008-09-21-気になった文章-4.md +++ b/content/quotes/2008/09/21/2008-09-21-気になった文章-4.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-09-21 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4285;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/09/26/2008-09-26-00001036.md b/content/quotes/2008/09/26/2008-09-26-00001036.md index 84f7526..efa08ab 100644 --- a/content/quotes/2008/09/26/2008-09-26-00001036.md +++ b/content/quotes/2008/09/26/2008-09-26-00001036.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-09-25 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4301;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/09/28/2008-09-28-pressure-is-a-fuel.md b/content/quotes/2008/09/28/2008-09-28-pressure-is-a-fuel.md index a5d355f..86899a0 100644 --- a/content/quotes/2008/09/28/2008-09-28-pressure-is-a-fuel.md +++ b/content/quotes/2008/09/28/2008-09-28-pressure-is-a-fuel.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-09-28 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4311;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/09/28/2008-09-28-working-smart-involves-identifying-the-things-you-need-to-do.md b/content/quotes/2008/09/28/2008-09-28-working-smart-involves-identifying-the-things-you-need-to-do.md index b18c62b..6888f7e 100644 --- a/content/quotes/2008/09/28/2008-09-28-working-smart-involves-identifying-the-things-you-need-to-do.md +++ b/content/quotes/2008/09/28/2008-09-28-working-smart-involves-identifying-the-things-you-need-to-do.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-09-28 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4309;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/10/06/2008-10-06-00001047.md b/content/quotes/2008/10/06/2008-10-06-00001047.md index e99f72c..0750d85 100644 --- a/content/quotes/2008/10/06/2008-10-06-00001047.md +++ b/content/quotes/2008/10/06/2008-10-06-00001047.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-10-06 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4327;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/10/12/2008-10-12-00001051.md b/content/quotes/2008/10/12/2008-10-12-00001051.md index 061e87c..8b77b58 100644 --- a/content/quotes/2008/10/12/2008-10-12-00001051.md +++ b/content/quotes/2008/10/12/2008-10-12-00001051.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-10-12 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4337;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/10/26/2008-10-26-00001059.md b/content/quotes/2008/10/26/2008-10-26-00001059.md index bc18b00..47cc5a9 100644 --- a/content/quotes/2008/10/26/2008-10-26-00001059.md +++ b/content/quotes/2008/10/26/2008-10-26-00001059.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-10-26 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4357;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/10/26/2008-10-26-『下流志向──学ばない子どもたち、働かない若-2.md b/content/quotes/2008/10/26/2008-10-26-『下流志向──学ばない子どもたち、働かない若-2.md index 108419e..16af7a2 100644 --- a/content/quotes/2008/10/26/2008-10-26-『下流志向──学ばない子どもたち、働かない若-2.md +++ b/content/quotes/2008/10/26/2008-10-26-『下流志向──学ばない子どもたち、働かない若-2.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-10-26 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4355;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/11/01/2008-11-01-00001060.md b/content/quotes/2008/11/01/2008-11-01-00001060.md index 4ec7831..1ba904b 100644 --- a/content/quotes/2008/11/01/2008-11-01-00001060.md +++ b/content/quotes/2008/11/01/2008-11-01-00001060.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-11-01 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4359;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/11/08/2008-11-08-00001064.md b/content/quotes/2008/11/08/2008-11-08-00001064.md index 3d4694c..5d32e6d 100644 --- a/content/quotes/2008/11/08/2008-11-08-00001064.md +++ b/content/quotes/2008/11/08/2008-11-08-00001064.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-11-08 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4369;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/11/21/2008-11-21-00001073.md b/content/quotes/2008/11/21/2008-11-21-00001073.md index 49e3a03..b67ecea 100644 --- a/content/quotes/2008/11/21/2008-11-21-00001073.md +++ b/content/quotes/2008/11/21/2008-11-21-00001073.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-11-20 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4387;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/11/29/2008-11-29-00001079.md b/content/quotes/2008/11/29/2008-11-29-00001079.md index 52287ed..114a8ab 100644 --- a/content/quotes/2008/11/29/2008-11-29-00001079.md +++ b/content/quotes/2008/11/29/2008-11-29-00001079.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-11-29 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4407;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/11/29/2008-11-29-00001080.md b/content/quotes/2008/11/29/2008-11-29-00001080.md index ade2488..1985d4c 100644 --- a/content/quotes/2008/11/29/2008-11-29-00001080.md +++ b/content/quotes/2008/11/29/2008-11-29-00001080.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-11-29 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4403;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/12/01/2008-12-01-00001082.md b/content/quotes/2008/12/01/2008-12-01-00001082.md index 0535b7c..4c3b919 100644 --- a/content/quotes/2008/12/01/2008-12-01-00001082.md +++ b/content/quotes/2008/12/01/2008-12-01-00001082.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-12-01 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4413;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/12/01/2008-12-01-00001083.md b/content/quotes/2008/12/01/2008-12-01-00001083.md index 8725eb2..c3736e4 100644 --- a/content/quotes/2008/12/01/2008-12-01-00001083.md +++ b/content/quotes/2008/12/01/2008-12-01-00001083.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-12-01 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4415;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/12/05/2008-12-05-00001085.md b/content/quotes/2008/12/05/2008-12-05-00001085.md index 8d76ba7..aa12872 100644 --- a/content/quotes/2008/12/05/2008-12-05-00001085.md +++ b/content/quotes/2008/12/05/2008-12-05-00001085.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-12-05 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4419;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/12/05/2008-12-05-00001086.md b/content/quotes/2008/12/05/2008-12-05-00001086.md index 376f820..f2c6bd7 100644 --- a/content/quotes/2008/12/05/2008-12-05-00001086.md +++ b/content/quotes/2008/12/05/2008-12-05-00001086.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-12-05 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4417;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/12/07/2008-12-07-the-best-in-the-world-simplify-complex-subjects.md b/content/quotes/2008/12/07/2008-12-07-the-best-in-the-world-simplify-complex-subjects.md index 71c87b6..f9537e9 100644 --- a/content/quotes/2008/12/07/2008-12-07-the-best-in-the-world-simplify-complex-subjects.md +++ b/content/quotes/2008/12/07/2008-12-07-the-best-in-the-world-simplify-complex-subjects.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-12-07 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4425;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/12/11/2008-12-11-00001091.md b/content/quotes/2008/12/11/2008-12-11-00001091.md index 27784b9..45217cc 100644 --- a/content/quotes/2008/12/11/2008-12-11-00001091.md +++ b/content/quotes/2008/12/11/2008-12-11-00001091.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-12-11 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4433;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/12/11/2008-12-11-00001092.md b/content/quotes/2008/12/11/2008-12-11-00001092.md index 9cf2ca3..bc3b9f0 100644 --- a/content/quotes/2008/12/11/2008-12-11-00001092.md +++ b/content/quotes/2008/12/11/2008-12-11-00001092.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-12-11 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4431;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/12/13/2008-12-13-00001093.md b/content/quotes/2008/12/13/2008-12-13-00001093.md index d7966bc..b2c93a4 100644 --- a/content/quotes/2008/12/13/2008-12-13-00001093.md +++ b/content/quotes/2008/12/13/2008-12-13-00001093.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-12-13 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4439;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/12/13/2008-12-13-00001094.md b/content/quotes/2008/12/13/2008-12-13-00001094.md index 6d9c28e..aa0c4a2 100644 --- a/content/quotes/2008/12/13/2008-12-13-00001094.md +++ b/content/quotes/2008/12/13/2008-12-13-00001094.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-12-13 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4437;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/12/13/2008-12-13-education-is-about-opening-doors-for-people-and-showing-them-rooms-that-that-would-otherwise-be-hidden.md b/content/quotes/2008/12/13/2008-12-13-education-is-about-opening-doors-for-people-and-showing-them-rooms-that-that-would-otherwise-be-hidden.md index c9da1ae..607d362 100644 --- a/content/quotes/2008/12/13/2008-12-13-education-is-about-opening-doors-for-people-and-showing-them-rooms-that-that-would-otherwise-be-hidden.md +++ b/content/quotes/2008/12/13/2008-12-13-education-is-about-opening-doors-for-people-and-showing-them-rooms-that-that-would-otherwise-be-hidden.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-12-13 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4441;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/12/13/2008-12-13-stop-acting-as-if-life-is-a-rehersal.md b/content/quotes/2008/12/13/2008-12-13-stop-acting-as-if-life-is-a-rehersal.md index 2a1b189..c344905 100644 --- a/content/quotes/2008/12/13/2008-12-13-stop-acting-as-if-life-is-a-rehersal.md +++ b/content/quotes/2008/12/13/2008-12-13-stop-acting-as-if-life-is-a-rehersal.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-12-13 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4443;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/12/14/2008-12-14-00001096.md b/content/quotes/2008/12/14/2008-12-14-00001096.md index 5f5eb67..82ab449 100644 --- a/content/quotes/2008/12/14/2008-12-14-00001096.md +++ b/content/quotes/2008/12/14/2008-12-14-00001096.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-12-14 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4445;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/12/20/2008-12-20-00001099.md b/content/quotes/2008/12/20/2008-12-20-00001099.md index 8373bfa..7cbfbd3 100644 --- a/content/quotes/2008/12/20/2008-12-20-00001099.md +++ b/content/quotes/2008/12/20/2008-12-20-00001099.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-12-20 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4455;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2008/12/20/2008-12-20-00001100.md b/content/quotes/2008/12/20/2008-12-20-00001100.md index 19c4c89..f48380c 100644 --- a/content/quotes/2008/12/20/2008-12-20-00001100.md +++ b/content/quotes/2008/12/20/2008-12-20-00001100.md @@ -4,6 +4,8 @@ author: kazu634 date: 2008-12-20 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4457;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2009/02/07/2009-02-07-00001114.md b/content/quotes/2009/02/07/2009-02-07-00001114.md index e4ef7ba..c13856b 100644 --- a/content/quotes/2009/02/07/2009-02-07-00001114.md +++ b/content/quotes/2009/02/07/2009-02-07-00001114.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-02-07 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4495;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2009/02/11/2009-02-11-00001116.md b/content/quotes/2009/02/11/2009-02-11-00001116.md index 9bd8a50..50146be 100644 --- a/content/quotes/2009/02/11/2009-02-11-00001116.md +++ b/content/quotes/2009/02/11/2009-02-11-00001116.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-02-11 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4499;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2009/02/14/2009-02-14-successful-people-arent-people-who-conquered-fear-theyre-people-who-faced-fear.md b/content/quotes/2009/02/14/2009-02-14-successful-people-arent-people-who-conquered-fear-theyre-people-who-faced-fear.md index 59d83f6..2084c34 100644 --- a/content/quotes/2009/02/14/2009-02-14-successful-people-arent-people-who-conquered-fear-theyre-people-who-faced-fear.md +++ b/content/quotes/2009/02/14/2009-02-14-successful-people-arent-people-who-conquered-fear-theyre-people-who-faced-fear.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-02-14 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4501;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2009/03/21/2009-03-21-00001130.md b/content/quotes/2009/03/21/2009-03-21-00001130.md index 06d1286..70a818a 100644 --- a/content/quotes/2009/03/21/2009-03-21-00001130.md +++ b/content/quotes/2009/03/21/2009-03-21-00001130.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-03-21 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4531;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2009/04/06/2009-04-06-00001134.md b/content/quotes/2009/04/06/2009-04-06-00001134.md index 62f77c0..61e53bf 100644 --- a/content/quotes/2009/04/06/2009-04-06-00001134.md +++ b/content/quotes/2009/04/06/2009-04-06-00001134.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-04-06 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4539;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2009/04/06/2009-04-06-00001135.md b/content/quotes/2009/04/06/2009-04-06-00001135.md index 2485b5d..e962bb5 100644 --- a/content/quotes/2009/04/06/2009-04-06-00001135.md +++ b/content/quotes/2009/04/06/2009-04-06-00001135.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-04-06 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4541;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2009/04/08/2009-04-08-00001137.md b/content/quotes/2009/04/08/2009-04-08-00001137.md index 11aee62..e7329d5 100644 --- a/content/quotes/2009/04/08/2009-04-08-00001137.md +++ b/content/quotes/2009/04/08/2009-04-08-00001137.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-04-08 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4545;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2009/04/11/2009-04-11-00001139.md b/content/quotes/2009/04/11/2009-04-11-00001139.md index 6aabf1c..353dad5 100644 --- a/content/quotes/2009/04/11/2009-04-11-00001139.md +++ b/content/quotes/2009/04/11/2009-04-11-00001139.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-04-11 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4551;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2009/04/19/2009-04-19-00001144.md b/content/quotes/2009/04/19/2009-04-19-00001144.md index 83fd5e5..371564e 100644 --- a/content/quotes/2009/04/19/2009-04-19-00001144.md +++ b/content/quotes/2009/04/19/2009-04-19-00001144.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-04-19 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4565;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2009/05/05/2009-05-05-00001148.md b/content/quotes/2009/05/05/2009-05-05-00001148.md index 6db382e..f267ee7 100644 --- a/content/quotes/2009/05/05/2009-05-05-00001148.md +++ b/content/quotes/2009/05/05/2009-05-05-00001148.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-05-04 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4577;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2009/05/16/2009-05-16-00001155.md b/content/quotes/2009/05/16/2009-05-16-00001155.md index ca777f8..27d7b79 100644 --- a/content/quotes/2009/05/16/2009-05-16-00001155.md +++ b/content/quotes/2009/05/16/2009-05-16-00001155.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-05-16 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4595;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2009/05/23/2009-05-23-00001159.md b/content/quotes/2009/05/23/2009-05-23-00001159.md index 79e7af6..9edfea6 100644 --- a/content/quotes/2009/05/23/2009-05-23-00001159.md +++ b/content/quotes/2009/05/23/2009-05-23-00001159.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-05-23 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4607;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2009/06/04/2009-06-04-00001171.md b/content/quotes/2009/06/04/2009-06-04-00001171.md index e745b54..9a53224 100644 --- a/content/quotes/2009/06/04/2009-06-04-00001171.md +++ b/content/quotes/2009/06/04/2009-06-04-00001171.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-06-04 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4639;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2009/06/04/2009-06-04-00001172.md b/content/quotes/2009/06/04/2009-06-04-00001172.md index c08cd0c..fa2ee7a 100644 --- a/content/quotes/2009/06/04/2009-06-04-00001172.md +++ b/content/quotes/2009/06/04/2009-06-04-00001172.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-06-04 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4643;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2009/06/04/2009-06-04-00001173.md b/content/quotes/2009/06/04/2009-06-04-00001173.md index f6ee801..5522e1a 100644 --- a/content/quotes/2009/06/04/2009-06-04-00001173.md +++ b/content/quotes/2009/06/04/2009-06-04-00001173.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-06-04 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4641;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2009/06/28/2009-06-28-00001185.md b/content/quotes/2009/06/28/2009-06-28-00001185.md index bf5d4b3..0afd5e2 100644 --- a/content/quotes/2009/06/28/2009-06-28-00001185.md +++ b/content/quotes/2009/06/28/2009-06-28-00001185.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-06-28 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4677;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2009/07/05/2009-07-05-00001189.md b/content/quotes/2009/07/05/2009-07-05-00001189.md index 1d78370..eb09020 100644 --- a/content/quotes/2009/07/05/2009-07-05-00001189.md +++ b/content/quotes/2009/07/05/2009-07-05-00001189.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-07-05 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4695;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2009/07/11/2009-07-11-00001196.md b/content/quotes/2009/07/11/2009-07-11-00001196.md index 3ce631c..364c353 100644 --- a/content/quotes/2009/07/11/2009-07-11-00001196.md +++ b/content/quotes/2009/07/11/2009-07-11-00001196.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-07-11 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4703;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2009/07/29/2009-07-29-00001205.md b/content/quotes/2009/07/29/2009-07-29-00001205.md index 72bb8a6..6e127db 100644 --- a/content/quotes/2009/07/29/2009-07-29-00001205.md +++ b/content/quotes/2009/07/29/2009-07-29-00001205.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-07-29 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4727;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2009/08/01/2009-08-01-00001208.md b/content/quotes/2009/08/01/2009-08-01-00001208.md index 474a8ab..2c8c11f 100644 --- a/content/quotes/2009/08/01/2009-08-01-00001208.md +++ b/content/quotes/2009/08/01/2009-08-01-00001208.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-08-01 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4733;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2009/08/01/2009-08-01-00001209.md b/content/quotes/2009/08/01/2009-08-01-00001209.md index 8359c2a..fcea7ac 100644 --- a/content/quotes/2009/08/01/2009-08-01-00001209.md +++ b/content/quotes/2009/08/01/2009-08-01-00001209.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-08-01 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4735;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2009/09/10/2009-09-10-00001219.md b/content/quotes/2009/09/10/2009-09-10-00001219.md index eff6dc2..e6e87b6 100644 --- a/content/quotes/2009/09/10/2009-09-10-00001219.md +++ b/content/quotes/2009/09/10/2009-09-10-00001219.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-09-09 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4771;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2009/09/12/2009-09-12-00001220.md b/content/quotes/2009/09/12/2009-09-12-00001220.md index f334d71..ee3d4c0 100644 --- a/content/quotes/2009/09/12/2009-09-12-00001220.md +++ b/content/quotes/2009/09/12/2009-09-12-00001220.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-09-12 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4777;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2009/09/19/2009-09-19-気になった文章-5.md b/content/quotes/2009/09/19/2009-09-19-気になった文章-5.md index 0d3e292..616e64a 100644 --- a/content/quotes/2009/09/19/2009-09-19-気になった文章-5.md +++ b/content/quotes/2009/09/19/2009-09-19-気になった文章-5.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-09-19 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4791;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2009/10/07/2009-10-07-because-it-sucks-is-not-a-reason-to-redesign.md b/content/quotes/2009/10/07/2009-10-07-because-it-sucks-is-not-a-reason-to-redesign.md index 737449a..dd8714f 100644 --- a/content/quotes/2009/10/07/2009-10-07-because-it-sucks-is-not-a-reason-to-redesign.md +++ b/content/quotes/2009/10/07/2009-10-07-because-it-sucks-is-not-a-reason-to-redesign.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-10-07 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4813;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2009/10/10/2009-10-10-00001235.md b/content/quotes/2009/10/10/2009-10-10-00001235.md index 48d3171..3d31a5f 100644 --- a/content/quotes/2009/10/10/2009-10-10-00001235.md +++ b/content/quotes/2009/10/10/2009-10-10-00001235.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-10-10 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4821;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2009/10/18/2009-10-18-気になった言葉-2.md b/content/quotes/2009/10/18/2009-10-18-気になった言葉-2.md index 3afd72e..7daca55 100644 --- a/content/quotes/2009/10/18/2009-10-18-気になった言葉-2.md +++ b/content/quotes/2009/10/18/2009-10-18-気になった言葉-2.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-10-18 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4849;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2009/10/19/2009-10-19-気になった言葉-3.md b/content/quotes/2009/10/19/2009-10-19-気になった言葉-3.md index 94d4cd1..8d77340 100644 --- a/content/quotes/2009/10/19/2009-10-19-気になった言葉-3.md +++ b/content/quotes/2009/10/19/2009-10-19-気になった言葉-3.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-10-19 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4851;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2009/10/25/2009-10-25-『数学ガール-ゲーデルの不完全性定理-数学ガー-2.md b/content/quotes/2009/10/25/2009-10-25-『数学ガール-ゲーデルの不完全性定理-数学ガー-2.md index fcece72..2375f18 100644 --- a/content/quotes/2009/10/25/2009-10-25-『数学ガール-ゲーデルの不完全性定理-数学ガー-2.md +++ b/content/quotes/2009/10/25/2009-10-25-『数学ガール-ゲーデルの不完全性定理-数学ガー-2.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-10-25 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4865;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2009/10/26/2009-10-26-00001249.md b/content/quotes/2009/10/26/2009-10-26-00001249.md index f628c3f..8a347b9 100644 --- a/content/quotes/2009/10/26/2009-10-26-00001249.md +++ b/content/quotes/2009/10/26/2009-10-26-00001249.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-10-26 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4871;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2009/10/26/2009-10-26-『数学ガール-ゲーデルの不完全性定理-数学ガー-3.md b/content/quotes/2009/10/26/2009-10-26-『数学ガール-ゲーデルの不完全性定理-数学ガー-3.md index 8921486..2544c19 100644 --- a/content/quotes/2009/10/26/2009-10-26-『数学ガール-ゲーデルの不完全性定理-数学ガー-3.md +++ b/content/quotes/2009/10/26/2009-10-26-『数学ガール-ゲーデルの不完全性定理-数学ガー-3.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-10-26 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4869;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2009/10/30/2009-10-30-dont-tell-the-audience-you-arent-prepared.md b/content/quotes/2009/10/30/2009-10-30-dont-tell-the-audience-you-arent-prepared.md index 2e39b56..f5c9a33 100644 --- a/content/quotes/2009/10/30/2009-10-30-dont-tell-the-audience-you-arent-prepared.md +++ b/content/quotes/2009/10/30/2009-10-30-dont-tell-the-audience-you-arent-prepared.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-10-30 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4887;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2009/11/04/2009-11-04-00001259.md b/content/quotes/2009/11/04/2009-11-04-00001259.md index ffa3fdb..45758d1 100644 --- a/content/quotes/2009/11/04/2009-11-04-00001259.md +++ b/content/quotes/2009/11/04/2009-11-04-00001259.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-11-04 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4901;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2009/11/12/2009-11-12-if-you-set-your-goals-ridiculously-high-and-its-a-failure.md b/content/quotes/2009/11/12/2009-11-12-if-you-set-your-goals-ridiculously-high-and-its-a-failure.md index c150dbc..42ffaad 100644 --- a/content/quotes/2009/11/12/2009-11-12-if-you-set-your-goals-ridiculously-high-and-its-a-failure.md +++ b/content/quotes/2009/11/12/2009-11-12-if-you-set-your-goals-ridiculously-high-and-its-a-failure.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-11-12 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4925;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2009/11/27/2009-11-27-00001277.md b/content/quotes/2009/11/27/2009-11-27-00001277.md index 0cb9020..2f137df 100644 --- a/content/quotes/2009/11/27/2009-11-27-00001277.md +++ b/content/quotes/2009/11/27/2009-11-27-00001277.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-11-27 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4951;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2009/12/05/2009-12-05-inefficiencies-are-what-make-you-special.md b/content/quotes/2009/12/05/2009-12-05-inefficiencies-are-what-make-you-special.md index 8b6aa5f..0f6e5f3 100644 --- a/content/quotes/2009/12/05/2009-12-05-inefficiencies-are-what-make-you-special.md +++ b/content/quotes/2009/12/05/2009-12-05-inefficiencies-are-what-make-you-special.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-12-05 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4965;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2009/12/16/2009-12-16-what-matters-now.md b/content/quotes/2009/12/16/2009-12-16-what-matters-now.md index 414b764..8e6f347 100644 --- a/content/quotes/2009/12/16/2009-12-16-what-matters-now.md +++ b/content/quotes/2009/12/16/2009-12-16-what-matters-now.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-12-15 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4985;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2009/12/20/2009-12-20-00001287.md b/content/quotes/2009/12/20/2009-12-20-00001287.md index 9f8b0a8..5271c90 100644 --- a/content/quotes/2009/12/20/2009-12-20-00001287.md +++ b/content/quotes/2009/12/20/2009-12-20-00001287.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-12-20 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4993;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2009/12/21/2009-12-21-00001290.md b/content/quotes/2009/12/21/2009-12-21-00001290.md index f966afb..4ab8874 100644 --- a/content/quotes/2009/12/21/2009-12-21-00001290.md +++ b/content/quotes/2009/12/21/2009-12-21-00001290.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-12-21 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4995;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2009/12/27/2009-12-27-00001295.md b/content/quotes/2009/12/27/2009-12-27-00001295.md index be828e1..7d9ea7c 100644 --- a/content/quotes/2009/12/27/2009-12-27-00001295.md +++ b/content/quotes/2009/12/27/2009-12-27-00001295.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-12-27 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5019;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2010/01/02/2010-01-02-00001302.md b/content/quotes/2010/01/02/2010-01-02-00001302.md index 73dac30..07b97a7 100644 --- a/content/quotes/2010/01/02/2010-01-02-00001302.md +++ b/content/quotes/2010/01/02/2010-01-02-00001302.md @@ -4,6 +4,8 @@ author: kazu634 date: 2010-01-02 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5033;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2010/01/02/2010-01-02-00001303.md b/content/quotes/2010/01/02/2010-01-02-00001303.md index 0e4f096..a320848 100644 --- a/content/quotes/2010/01/02/2010-01-02-00001303.md +++ b/content/quotes/2010/01/02/2010-01-02-00001303.md @@ -4,6 +4,8 @@ author: kazu634 date: 2010-01-02 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5031;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2010/01/08/2010-01-08-00001307.md b/content/quotes/2010/01/08/2010-01-08-00001307.md index e65de2a..6ca611b 100644 --- a/content/quotes/2010/01/08/2010-01-08-00001307.md +++ b/content/quotes/2010/01/08/2010-01-08-00001307.md @@ -4,6 +4,8 @@ author: kazu634 date: 2010-01-08 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5047;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2010/01/12/2010-01-12-numberからの引用-2.md b/content/quotes/2010/01/12/2010-01-12-numberからの引用-2.md index 609cc50..3740ac0 100644 --- a/content/quotes/2010/01/12/2010-01-12-numberからの引用-2.md +++ b/content/quotes/2010/01/12/2010-01-12-numberからの引用-2.md @@ -4,6 +4,8 @@ author: kazu634 date: 2010-01-12 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5057;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2010/01/16/2010-01-16-00001310.md b/content/quotes/2010/01/16/2010-01-16-00001310.md index 8baed71..a268977 100644 --- a/content/quotes/2010/01/16/2010-01-16-00001310.md +++ b/content/quotes/2010/01/16/2010-01-16-00001310.md @@ -4,6 +4,8 @@ author: kazu634 date: 2010-01-16 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5059;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2010/01/17/2010-01-17-00001313.md b/content/quotes/2010/01/17/2010-01-17-00001313.md index e4a7bf2..3265301 100644 --- a/content/quotes/2010/01/17/2010-01-17-00001313.md +++ b/content/quotes/2010/01/17/2010-01-17-00001313.md @@ -4,6 +4,8 @@ author: kazu634 date: 2010-01-17 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5061;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2010/01/24/2010-01-24-00001315.md b/content/quotes/2010/01/24/2010-01-24-00001315.md index be4c638..44da742 100644 --- a/content/quotes/2010/01/24/2010-01-24-00001315.md +++ b/content/quotes/2010/01/24/2010-01-24-00001315.md @@ -4,6 +4,8 @@ author: kazu634 date: 2010-01-24 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5071;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2010/01/24/2010-01-24-00001316.md b/content/quotes/2010/01/24/2010-01-24-00001316.md index 0b5836d..b0f504d 100644 --- a/content/quotes/2010/01/24/2010-01-24-00001316.md +++ b/content/quotes/2010/01/24/2010-01-24-00001316.md @@ -4,6 +4,8 @@ author: kazu634 date: 2010-01-24 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5069;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2010/01/24/2010-01-24-if-you-work-really-hard-and-youre-kind-amazing-thing-will-happen.md b/content/quotes/2010/01/24/2010-01-24-if-you-work-really-hard-and-youre-kind-amazing-thing-will-happen.md index 6598c00..fe321fb 100644 --- a/content/quotes/2010/01/24/2010-01-24-if-you-work-really-hard-and-youre-kind-amazing-thing-will-happen.md +++ b/content/quotes/2010/01/24/2010-01-24-if-you-work-really-hard-and-youre-kind-amazing-thing-will-happen.md @@ -4,6 +4,8 @@ author: kazu634 date: 2010-01-24 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5073;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2010/01/29/2010-01-29-00001319.md b/content/quotes/2010/01/29/2010-01-29-00001319.md index 495dc38..27234aa 100644 --- a/content/quotes/2010/01/29/2010-01-29-00001319.md +++ b/content/quotes/2010/01/29/2010-01-29-00001319.md @@ -4,6 +4,8 @@ author: kazu634 date: 2010-01-29 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5079;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2010/01/30/2010-01-30-00001320.md b/content/quotes/2010/01/30/2010-01-30-00001320.md index f0db55b..e848233 100644 --- a/content/quotes/2010/01/30/2010-01-30-00001320.md +++ b/content/quotes/2010/01/30/2010-01-30-00001320.md @@ -4,6 +4,8 @@ author: kazu634 date: 2010-01-30 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5083;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2010/01/30/2010-01-30-00001321.md b/content/quotes/2010/01/30/2010-01-30-00001321.md index e47303c..346d851 100644 --- a/content/quotes/2010/01/30/2010-01-30-00001321.md +++ b/content/quotes/2010/01/30/2010-01-30-00001321.md @@ -4,6 +4,8 @@ author: kazu634 date: 2010-01-30 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5085;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2010/01/31/2010-01-31-00001323.md b/content/quotes/2010/01/31/2010-01-31-00001323.md index bbb8de1..c6b0e15 100644 --- a/content/quotes/2010/01/31/2010-01-31-00001323.md +++ b/content/quotes/2010/01/31/2010-01-31-00001323.md @@ -4,6 +4,8 @@ author: kazu634 date: 2010-01-31 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5087;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2010/02/02/2010-02-02-00001324.md b/content/quotes/2010/02/02/2010-02-02-00001324.md index 186294e..6ccb1ee 100644 --- a/content/quotes/2010/02/02/2010-02-02-00001324.md +++ b/content/quotes/2010/02/02/2010-02-02-00001324.md @@ -4,6 +4,8 @@ author: kazu634 date: 2010-02-02 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5097;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2010/02/03/2010-02-03-00001325.md b/content/quotes/2010/02/03/2010-02-03-00001325.md index 9fa33e0..b516bb9 100644 --- a/content/quotes/2010/02/03/2010-02-03-00001325.md +++ b/content/quotes/2010/02/03/2010-02-03-00001325.md @@ -4,6 +4,8 @@ author: kazu634 date: 2010-02-03 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5099;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2010/02/21/2010-02-21-00001333.md b/content/quotes/2010/02/21/2010-02-21-00001333.md index 866e554..26ad15b 100644 --- a/content/quotes/2010/02/21/2010-02-21-00001333.md +++ b/content/quotes/2010/02/21/2010-02-21-00001333.md @@ -4,6 +4,8 @@ author: kazu634 date: 2010-02-21 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5127;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2010/03/10/2010-03-10-the-competitor-to-be-feared.md b/content/quotes/2010/03/10/2010-03-10-the-competitor-to-be-feared.md index 0456291..b2cc7f9 100644 --- a/content/quotes/2010/03/10/2010-03-10-the-competitor-to-be-feared.md +++ b/content/quotes/2010/03/10/2010-03-10-the-competitor-to-be-feared.md @@ -4,6 +4,8 @@ author: kazu634 date: 2010-03-10 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5157;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2010/03/22/2010-03-22-00001341.md b/content/quotes/2010/03/22/2010-03-22-00001341.md index 717ce12..0049e58 100644 --- a/content/quotes/2010/03/22/2010-03-22-00001341.md +++ b/content/quotes/2010/03/22/2010-03-22-00001341.md @@ -4,6 +4,8 @@ author: kazu634 date: 2010-03-22 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5175;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2010/03/22/2010-03-22-気になった文章-6.md b/content/quotes/2010/03/22/2010-03-22-気になった文章-6.md index 2086343..69d945b 100644 --- a/content/quotes/2010/03/22/2010-03-22-気になった文章-6.md +++ b/content/quotes/2010/03/22/2010-03-22-気になった文章-6.md @@ -4,6 +4,8 @@ author: kazu634 date: 2010-03-22 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5179;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2010/03/25/2010-03-25-気になった文章-from-tumblr-2.md b/content/quotes/2010/03/25/2010-03-25-気になった文章-from-tumblr-2.md index bb37519..5bc3c4d 100644 --- a/content/quotes/2010/03/25/2010-03-25-気になった文章-from-tumblr-2.md +++ b/content/quotes/2010/03/25/2010-03-25-気になった文章-from-tumblr-2.md @@ -4,6 +4,8 @@ author: kazu634 date: 2010-03-25 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5185;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2010/03/26/2010-03-26-気になった文章-from-tumblr-3.md b/content/quotes/2010/03/26/2010-03-26-気になった文章-from-tumblr-3.md index 0e16115..8f05fc5 100644 --- a/content/quotes/2010/03/26/2010-03-26-気になった文章-from-tumblr-3.md +++ b/content/quotes/2010/03/26/2010-03-26-気になった文章-from-tumblr-3.md @@ -4,6 +4,8 @@ author: kazu634 date: 2010-03-26 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5189;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2010/03/28/2010-03-28-気になった文章-from-tumblr-4.md b/content/quotes/2010/03/28/2010-03-28-気になった文章-from-tumblr-4.md index 386227e..1744cd7 100644 --- a/content/quotes/2010/03/28/2010-03-28-気になった文章-from-tumblr-4.md +++ b/content/quotes/2010/03/28/2010-03-28-気になった文章-from-tumblr-4.md @@ -4,6 +4,8 @@ author: kazu634 date: 2010-03-28 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5197;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2010/03/29/2010-03-29-00001347.md b/content/quotes/2010/03/29/2010-03-29-00001347.md index 00eb426..1b42c31 100644 --- a/content/quotes/2010/03/29/2010-03-29-00001347.md +++ b/content/quotes/2010/03/29/2010-03-29-00001347.md @@ -4,6 +4,8 @@ author: kazu634 date: 2010-03-29 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5201;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2010/04/20/2010-04-20-numberで気になった部分-2.md b/content/quotes/2010/04/20/2010-04-20-numberで気になった部分-2.md index 625e993..1eeea44 100644 --- a/content/quotes/2010/04/20/2010-04-20-numberで気になった部分-2.md +++ b/content/quotes/2010/04/20/2010-04-20-numberで気になった部分-2.md @@ -4,6 +4,8 @@ author: kazu634 date: 2010-04-20 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5231;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2010/04/24/2010-04-24-気になった文章-7.md b/content/quotes/2010/04/24/2010-04-24-気になった文章-7.md index d52aa1a..6e44d5e 100644 --- a/content/quotes/2010/04/24/2010-04-24-気になった文章-7.md +++ b/content/quotes/2010/04/24/2010-04-24-気になった文章-7.md @@ -4,6 +4,8 @@ author: kazu634 date: 2010-04-24 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5237;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2010/05/30/2010-05-30-00001366.md b/content/quotes/2010/05/30/2010-05-30-00001366.md index 1b14e64..70aef31 100644 --- a/content/quotes/2010/05/30/2010-05-30-00001366.md +++ b/content/quotes/2010/05/30/2010-05-30-00001366.md @@ -4,6 +4,8 @@ author: kazu634 date: 2010-05-30 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5267;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2010/06/22/2010-06-22-気になった文章-8.md b/content/quotes/2010/06/22/2010-06-22-気になった文章-8.md index ae6dc1e..3f8af1e 100644 --- a/content/quotes/2010/06/22/2010-06-22-気になった文章-8.md +++ b/content/quotes/2010/06/22/2010-06-22-気になった文章-8.md @@ -4,6 +4,8 @@ author: kazu634 date: 2010-06-22 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5289;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2010/06/26/2010-06-26-00001373.md b/content/quotes/2010/06/26/2010-06-26-00001373.md index bb25708..36b5666 100644 --- a/content/quotes/2010/06/26/2010-06-26-00001373.md +++ b/content/quotes/2010/06/26/2010-06-26-00001373.md @@ -4,6 +4,8 @@ author: kazu634 date: 2010-06-26 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5299;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2010/07/23/2010-07-23-00001375.md b/content/quotes/2010/07/23/2010-07-23-00001375.md index 8a1d64a..ab9d50c 100644 --- a/content/quotes/2010/07/23/2010-07-23-00001375.md +++ b/content/quotes/2010/07/23/2010-07-23-00001375.md @@ -4,6 +4,8 @@ author: kazu634 date: 2010-07-23 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5307;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2010/08/15/2010-08-15-00001376.md b/content/quotes/2010/08/15/2010-08-15-00001376.md index dcc3014..669dff5 100644 --- a/content/quotes/2010/08/15/2010-08-15-00001376.md +++ b/content/quotes/2010/08/15/2010-08-15-00001376.md @@ -4,6 +4,8 @@ author: kazu634 date: 2010-08-15 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5321;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2010/08/15/2010-08-15-気になった言葉-4.md b/content/quotes/2010/08/15/2010-08-15-気になった言葉-4.md index 891f420..9d29de8 100644 --- a/content/quotes/2010/08/15/2010-08-15-気になった言葉-4.md +++ b/content/quotes/2010/08/15/2010-08-15-気になった言葉-4.md @@ -4,6 +4,8 @@ author: kazu634 date: 2010-08-15 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5323;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2010/08/21/2010-08-21-気になった言葉-5.md b/content/quotes/2010/08/21/2010-08-21-気になった言葉-5.md index 025428e..af51eb1 100644 --- a/content/quotes/2010/08/21/2010-08-21-気になった言葉-5.md +++ b/content/quotes/2010/08/21/2010-08-21-気になった言葉-5.md @@ -4,6 +4,8 @@ author: kazu634 date: 2010-08-21 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5327;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2010/08/28/2010-08-28-00001377.md b/content/quotes/2010/08/28/2010-08-28-00001377.md index 81d0ed1..0989efb 100644 --- a/content/quotes/2010/08/28/2010-08-28-00001377.md +++ b/content/quotes/2010/08/28/2010-08-28-00001377.md @@ -4,6 +4,8 @@ author: kazu634 date: 2010-08-28 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5331;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2010/09/16/2010-09-16-気になった言葉-6.md b/content/quotes/2010/09/16/2010-09-16-気になった言葉-6.md index eb40f23..b21d8ee 100644 --- a/content/quotes/2010/09/16/2010-09-16-気になった言葉-6.md +++ b/content/quotes/2010/09/16/2010-09-16-気になった言葉-6.md @@ -4,6 +4,8 @@ author: kazu634 date: 2010-09-16 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5351;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2010/09/30/2010-09-30-00001396.md b/content/quotes/2010/09/30/2010-09-30-00001396.md index c221142..d664168 100644 --- a/content/quotes/2010/09/30/2010-09-30-00001396.md +++ b/content/quotes/2010/09/30/2010-09-30-00001396.md @@ -4,6 +4,8 @@ author: kazu634 date: 2010-09-30 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5353;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2010/10/03/2010-10-03-00001398.md b/content/quotes/2010/10/03/2010-10-03-00001398.md index aa6ed00..0c236c9 100644 --- a/content/quotes/2010/10/03/2010-10-03-00001398.md +++ b/content/quotes/2010/10/03/2010-10-03-00001398.md @@ -4,6 +4,8 @@ author: kazu634 date: 2010-10-03 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5357;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2010/10/19/2010-10-19-気になった言葉-7.md b/content/quotes/2010/10/19/2010-10-19-気になった言葉-7.md index 9ad82c3..36c94f8 100644 --- a/content/quotes/2010/10/19/2010-10-19-気になった言葉-7.md +++ b/content/quotes/2010/10/19/2010-10-19-気になった言葉-7.md @@ -4,6 +4,8 @@ author: kazu634 date: 2010-10-19 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5365;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2010/12/20/2010-12-20-00001438.md b/content/quotes/2010/12/20/2010-12-20-00001438.md index ce8da98..655c77e 100644 --- a/content/quotes/2010/12/20/2010-12-20-00001438.md +++ b/content/quotes/2010/12/20/2010-12-20-00001438.md @@ -4,6 +4,8 @@ author: kazu634 date: 2010-12-20 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5397;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2011/01/24/2011-01-24-00001453.md b/content/quotes/2011/01/24/2011-01-24-00001453.md index 621020d..ce6dec6 100644 --- a/content/quotes/2011/01/24/2011-01-24-00001453.md +++ b/content/quotes/2011/01/24/2011-01-24-00001453.md @@ -4,6 +4,8 @@ author: kazu634 date: 2011-01-24 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5409;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2011/03/14/2011-03-14-00001461.md b/content/quotes/2011/03/14/2011-03-14-00001461.md index 14c8722..dd2b85a 100644 --- a/content/quotes/2011/03/14/2011-03-14-00001461.md +++ b/content/quotes/2011/03/14/2011-03-14-00001461.md @@ -4,6 +4,8 @@ author: kazu634 date: 2011-03-14 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5419;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2011/05/02/2011-05-02-00001477.md b/content/quotes/2011/05/02/2011-05-02-00001477.md index d70b89d..b7ab2f3 100644 --- a/content/quotes/2011/05/02/2011-05-02-00001477.md +++ b/content/quotes/2011/05/02/2011-05-02-00001477.md @@ -4,6 +4,8 @@ author: kazu634 date: 2011-05-02 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5425;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: diff --git a/content/quotes/2011/05/14/2011-05-14-00001490.md b/content/quotes/2011/05/14/2011-05-14-00001490.md index 6e716cf..f4ee256 100644 --- a/content/quotes/2011/05/14/2011-05-14-00001490.md +++ b/content/quotes/2011/05/14/2011-05-14-00001490.md @@ -6,6 +6,8 @@ has_been_twittered: - yes tmac_last_id: - 303816751190269953 +author: + - kazu634 categories: diff --git a/content/quotes/2011/05/15/2011-05-15-00001493.md b/content/quotes/2011/05/15/2011-05-15-00001493.md index 3382e6c..1d6469b 100644 --- a/content/quotes/2011/05/15/2011-05-15-00001493.md +++ b/content/quotes/2011/05/15/2011-05-15-00001493.md @@ -6,6 +6,8 @@ has_been_twittered: - yes tmac_last_id: - 303816750867304448 +author: + - kazu634 categories: diff --git a/content/quotes/2011/05/22/2011-05-22-00001496.md b/content/quotes/2011/05/22/2011-05-22-00001496.md index 4723a6e..8d73777 100644 --- a/content/quotes/2011/05/22/2011-05-22-00001496.md +++ b/content/quotes/2011/05/22/2011-05-22-00001496.md @@ -6,6 +6,8 @@ has_been_twittered: - yes tmac_last_id: - 303816745184014336 +author: + - kazu634 categories: diff --git a/content/quotes/2011/06/05/2011-06-05-00001501.md b/content/quotes/2011/06/05/2011-06-05-00001501.md index 1dea2e0..677411c 100644 --- a/content/quotes/2011/06/05/2011-06-05-00001501.md +++ b/content/quotes/2011/06/05/2011-06-05-00001501.md @@ -6,6 +6,8 @@ has_been_twittered: - yes tmac_last_id: - 303816738263400450 +author: + - kazu634 categories: diff --git a/content/quotes/2011/06/25/2011-06-25-00001506.md b/content/quotes/2011/06/25/2011-06-25-00001506.md index cf2a973..23dbafa 100644 --- a/content/quotes/2011/06/25/2011-06-25-00001506.md +++ b/content/quotes/2011/06/25/2011-06-25-00001506.md @@ -6,6 +6,8 @@ has_been_twittered: - yes tmac_last_id: - 303816731321831424 +author: + - kazu634 categories: diff --git a/content/quotes/2011/08/19/2011-08-19-00001518.md b/content/quotes/2011/08/19/2011-08-19-00001518.md index e851bb5..5f4fe87 100644 --- a/content/quotes/2011/08/19/2011-08-19-00001518.md +++ b/content/quotes/2011/08/19/2011-08-19-00001518.md @@ -6,6 +6,8 @@ has_been_twittered: - yes tmac_last_id: - 303816709083631616 +author: + - kazu634 categories: diff --git a/content/quotes/2012/01/01/2012-01-01-00001539.md b/content/quotes/2012/01/01/2012-01-01-00001539.md index 1f6b606..859b177 100644 --- a/content/quotes/2012/01/01/2012-01-01-00001539.md +++ b/content/quotes/2012/01/01/2012-01-01-00001539.md @@ -6,6 +6,8 @@ has_been_twittered: - yes tmac_last_id: - 303816679358615552 +author: + - kazu634 categories: diff --git a/content/quotes/2012/01/07/2012-01-07-00001540.md b/content/quotes/2012/01/07/2012-01-07-00001540.md index cd7db59..1b014ac 100644 --- a/content/quotes/2012/01/07/2012-01-07-00001540.md +++ b/content/quotes/2012/01/07/2012-01-07-00001540.md @@ -6,6 +6,8 @@ has_been_twittered: - yes tmac_last_id: - 303816679358615552 +author: + - kazu634 categories: diff --git a/content/quotes/2013/01/03/2013-01-03-00001577.md b/content/quotes/2013/01/03/2013-01-03-00001577.md index 2d42e38..a45696e 100644 --- a/content/quotes/2013/01/03/2013-01-03-00001577.md +++ b/content/quotes/2013/01/03/2013-01-03-00001577.md @@ -6,6 +6,8 @@ has_been_twittered: - yes tmac_last_id: - 303816625591816192 +author: + - kazu634 categories: diff --git a/content/quotes/2013/03/06/2013-03-06-quote_from_night_is_waiting_for_you.md b/content/quotes/2013/03/06/2013-03-06-quote_from_night_is_waiting_for_you.md index 9652fbb..f99b0c5 100644 --- a/content/quotes/2013/03/06/2013-03-06-quote_from_night_is_waiting_for_you.md +++ b/content/quotes/2013/03/06/2013-03-06-quote_from_night_is_waiting_for_you.md @@ -7,6 +7,8 @@ has_been_twittered: - yes tmac_last_id: - 325244763651592193 +author: + - kazu634 categories: diff --git a/content/quotes/2013/08/13/2013-08-13-reading_training_practice_by_tatsuru_uchida.md b/content/quotes/2013/08/13/2013-08-13-reading_training_practice_by_tatsuru_uchida.md index 008fe81..c8fcc24 100644 --- a/content/quotes/2013/08/13/2013-08-13-reading_training_practice_by_tatsuru_uchida.md +++ b/content/quotes/2013/08/13/2013-08-13-reading_training_practice_by_tatsuru_uchida.md @@ -14,6 +14,8 @@ wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.0";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1605;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' tmac_last_id: - 9223372036854775807 +author: + - kazu634 categories: diff --git a/content/quotes/2013/09/06/2013-09-06-quote_from_number_20130905.md b/content/quotes/2013/09/06/2013-09-06-quote_from_number_20130905.md index 5b88e34..455a184 100644 --- a/content/quotes/2013/09/06/2013-09-06-quote_from_number_20130905.md +++ b/content/quotes/2013/09/06/2013-09-06-quote_from_number_20130905.md @@ -14,6 +14,8 @@ wordtwit_post_info: - 'O:8:"stdClass":14:{s:6:"manual";b:1;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.0";s:14:"tweet_template";s:129:"ブログに新しい記事を投稿したよ: ディシプリンとフィジカルの強さ、並外れた敢闘精神 - [link] ";s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:3;s:13:"tweet_log_ids";a:2:{i:0;i:1614;i:1;i:1615;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}s:4:"text";s:148:"ブログに新しい記事を投稿したよ: ディシプリンとフィジカルの強さ、並外れた敢闘精神 - http://tinyurl.com/m92e4bq";}' tmac_last_id: - 439938426721157121 +author: + - kazu634 categories: diff --git a/content/quotes/2013/09/11/2013-09-11-ichiro_4000_hits.md b/content/quotes/2013/09/11/2013-09-11-ichiro_4000_hits.md index 3c18275..215c602 100644 --- a/content/quotes/2013/09/11/2013-09-11-ichiro_4000_hits.md +++ b/content/quotes/2013/09/11/2013-09-11-ichiro_4000_hits.md @@ -14,6 +14,8 @@ wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.0";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1623;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' tmac_last_id: - 9223372036854775807 +author: + - kazu634 categories: diff --git a/content/quotes/2014/09/28/2014-09-28-ivica_osim_talking_about_brazil_world_cup.md b/content/quotes/2014/09/28/2014-09-28-ivica_osim_talking_about_brazil_world_cup.md index 6b76fad..7df5029 100644 --- a/content/quotes/2014/09/28/2014-09-28-ivica_osim_talking_about_brazil_world_cup.md +++ b/content/quotes/2014/09/28/2014-09-28-ivica_osim_talking_about_brazil_world_cup.md @@ -8,6 +8,8 @@ wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1777;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' tmac_last_id: - 527470227156516864 +author: + - kazu634 categories: diff --git a/content/quotes/2014/10/04/2014-10-04-reading_before_the_startup.md b/content/quotes/2014/10/04/2014-10-04-reading_before_the_startup.md index 330eda9..23ebec1 100644 --- a/content/quotes/2014/10/04/2014-10-04-reading_before_the_startup.md +++ b/content/quotes/2014/10/04/2014-10-04-reading_before_the_startup.md @@ -8,6 +8,8 @@ wordtwit_post_info: - 'O:8:"stdClass":14:{s:6:"manual";b:1;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";s:126:"ブログに新しい記事を投稿したよ: ゲームの攻略法が効かなくなる領域に足を踏み出す - [link] ";s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:3;s:13:"tweet_log_ids";a:2:{i:0;i:1782;i:1;i:1783;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}s:4:"text";s:145:"ブログに新しい記事を投稿したよ: ゲームの攻略法が効かなくなる領域に足を踏み出す - http://tinyurl.com/kvpdyfh";}' tmac_last_id: - 528179892882800640 +author: + - kazu634 categories: diff --git a/content/quotes/2014/10/05/2014-10-05-reading_phoenix_project.md b/content/quotes/2014/10/05/2014-10-05-reading_phoenix_project.md index 2150ae4..bd07fa8 100644 --- a/content/quotes/2014/10/05/2014-10-05-reading_phoenix_project.md +++ b/content/quotes/2014/10/05/2014-10-05-reading_phoenix_project.md @@ -8,6 +8,8 @@ wordtwit_post_info: - 'O:8:"stdClass":14:{s:6:"manual";b:1;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";s:126:"ブログに新しい記事を投稿したよ: 『the DevOps 逆転だ!究極の継続的デリバリー』を読む - [link] ";s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1787;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}s:4:"text";s:145:"ブログに新しい記事を投稿したよ: 『the DevOps 逆転だ!究極の継続的デリバリー』を読む - http://tinyurl.com/n72c9t8";}' tmac_last_id: - 528527127428096001 +author: + - kazu634 categories: diff --git a/content/quotes/2014/10/12/2014-10-12-excerpt_from_julius_caesar_to_the_banks_of_the_rubicon.md b/content/quotes/2014/10/12/2014-10-12-excerpt_from_julius_caesar_to_the_banks_of_the_rubicon.md index 46d4dc0..85e8fc8 100644 --- a/content/quotes/2014/10/12/2014-10-12-excerpt_from_julius_caesar_to_the_banks_of_the_rubicon.md +++ b/content/quotes/2014/10/12/2014-10-12-excerpt_from_julius_caesar_to_the_banks_of_the_rubicon.md @@ -8,6 +8,8 @@ wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1868;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' tmac_last_id: - 528919750982643712 +author: + - kazu634 categories: diff --git a/content/quotes/2014/11/03/2014-11-03-the-real-hero-is-always-a-hero-by-mistake.md b/content/quotes/2014/11/03/2014-11-03-the-real-hero-is-always-a-hero-by-mistake.md index 869ed54..7e16f32 100644 --- a/content/quotes/2014/11/03/2014-11-03-the-real-hero-is-always-a-hero-by-mistake.md +++ b/content/quotes/2014/11/03/2014-11-03-the-real-hero-is-always-a-hero-by-mistake.md @@ -8,6 +8,8 @@ wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:1;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";s:101:"ブログに新しい記事を投稿したよ: The real hero is always a hero by mistake... - [link] ";s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5482;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' tmac_last_id: - 537964409151574016 +author: + - kazu634 categories: diff --git a/content/quotes/2014/11/15/2014-11-15-japanese-salarymen-work-overtime-for-appearances-sake.md b/content/quotes/2014/11/15/2014-11-15-japanese-salarymen-work-overtime-for-appearances-sake.md index 72bcd0f..054e015 100644 --- a/content/quotes/2014/11/15/2014-11-15-japanese-salarymen-work-overtime-for-appearances-sake.md +++ b/content/quotes/2014/11/15/2014-11-15-japanese-salarymen-work-overtime-for-appearances-sake.md @@ -8,6 +8,8 @@ wordtwit_posted_tweets: - 'a:1:{i:0;i:5523;}' wordtwit_post_info: - 'O:8:"stdClass":14:{s:6:"manual";b:1;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";s:142:"ブログに新しい記事を投稿したよ: 日本人が残業をするのは、生産的になろうとするためではな… - [link] ";s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:3;s:13:"tweet_log_ids";a:2:{i:0;i:5521;i:1;i:5523;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}s:4:"text";s:161:"ブログに新しい記事を投稿したよ: 日本人が残業をするのは、生産的になろうとするためではな… - http://tinyurl.com/nw83k9r";}' +author: + - kazu634 categories: diff --git a/content/quotes/2014/12/12/2014-12-12-favorite-quote-from-galaxy-heroes-01.md b/content/quotes/2014/12/12/2014-12-12-favorite-quote-from-galaxy-heroes-01.md index 4062eb1..f002e10 100644 --- a/content/quotes/2014/12/12/2014-12-12-favorite-quote-from-galaxy-heroes-01.md +++ b/content/quotes/2014/12/12/2014-12-12-favorite-quote-from-galaxy-heroes-01.md @@ -8,6 +8,8 @@ wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:1;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";s:109:"ブログに新しい記事を投稿したよ: 銀河英雄伝説1黎明編で気になった部分 - [link] ";s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5556;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' tmac_last_id: - 559722924735606784 +author: + - kazu634 categories: diff --git a/content/quotes/2015/01/04/2015-01-04-favorite-quote-from-galaxy-heroes-02.md b/content/quotes/2015/01/04/2015-01-04-favorite-quote-from-galaxy-heroes-02.md index b75f902..7722649 100644 --- a/content/quotes/2015/01/04/2015-01-04-favorite-quote-from-galaxy-heroes-02.md +++ b/content/quotes/2015/01/04/2015-01-04-favorite-quote-from-galaxy-heroes-02.md @@ -8,6 +8,8 @@ wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:1;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";s:100:"ブログに新しい記事を投稿したよ: 銀河英雄伝説2で気になった部分 - [link] ";s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5577;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' tmac_last_id: - 569492548240191488 +author: + - kazu634 categories: - 読書 diff --git a/content/quotes/2015/11/14/2015-11-14-6759.md b/content/quotes/2015/11/14/2015-11-14-6759.md index afa5314..323c619 100644 --- a/content/quotes/2015/11/14/2015-11-14-6759.md +++ b/content/quotes/2015/11/14/2015-11-14-6759.md @@ -4,6 +4,8 @@ author: kazu634 date: 2015-11-14 tmac_last_id: - 665467417506770944 +author: + - kazu634 categories: diff --git a/content/quotes/2015/12/17/2015-12-17-people-stops-to-think-when-facing-surprises.md b/content/quotes/2015/12/17/2015-12-17-people-stops-to-think-when-facing-surprises.md index d24a7b5..ae5fbb1 100644 --- a/content/quotes/2015/12/17/2015-12-17-people-stops-to-think-when-facing-surprises.md +++ b/content/quotes/2015/12/17/2015-12-17-people-stops-to-think-when-facing-surprises.md @@ -2,6 +2,8 @@ title: サプライズに直面すると人は考え始めるものです author: kazu634 date: 2015-12-17 +author: + - kazu634 categories: diff --git a/content/quotes/2015/12/28/2015-12-28-6809.md b/content/quotes/2015/12/28/2015-12-28-6809.md index e64feea..611e380 100644 --- a/content/quotes/2015/12/28/2015-12-28-6809.md +++ b/content/quotes/2015/12/28/2015-12-28-6809.md @@ -3,6 +3,8 @@ title: 日本代表が築いてきたアドバンテージが、急速に失わ author: kazu634 date: 2015-12-28 isCJKLanguage: true +author: + - kazu634 categories: diff --git a/content/quotes/2016/01/03/2016-01-03-ken-takakura-interviews.md b/content/quotes/2016/01/03/2016-01-03-ken-takakura-interviews.md index 7093824..6d27faf 100644 --- a/content/quotes/2016/01/03/2016-01-03-ken-takakura-interviews.md +++ b/content/quotes/2016/01/03/2016-01-03-ken-takakura-interviews.md @@ -2,6 +2,8 @@ title: あなたが努力していることは必ず誰かが見ている。だから、手を抜かないでみんなでいい映画をつくろう author: kazu634 date: 2016-01-02 +author: + - kazu634 categories: diff --git a/content/quotes/2016/02/01/2016-02-01-quote-from-mathgirls.md b/content/quotes/2016/02/01/2016-02-01-quote-from-mathgirls.md index 7b334da..a47f7a7 100644 --- a/content/quotes/2016/02/01/2016-02-01-quote-from-mathgirls.md +++ b/content/quotes/2016/02/01/2016-02-01-quote-from-mathgirls.md @@ -1,5 +1,6 @@ +++ categories = [] +author = "kazu634" description = "『数学ガール-ゲーテルの不完全性定理』を読んで気になった部分をまとめました。" tags = [] date = "2016-02-01T11:49:22+08:00" diff --git a/content/quotes/2016/02/14/2016-02-14-quote-from-mizuno-yoshiki-20160214.md b/content/quotes/2016/02/14/2016-02-14-quote-from-mizuno-yoshiki-20160214.md index 749a7ae..4c856e6 100644 --- a/content/quotes/2016/02/14/2016-02-14-quote-from-mizuno-yoshiki-20160214.md +++ b/content/quotes/2016/02/14/2016-02-14-quote-from-mizuno-yoshiki-20160214.md @@ -1,5 +1,6 @@ +++ categories = [] +author = "kazu634" description = "いきものがかりのギター・リードを担当する水野良樹さんが語る「感じ取られるべきもの」について" tags = [] date = "2016-02-14T23:10:46+08:00" diff --git a/content/quotes/2016/02/22/2016-02-22-re-create-japan-rugby.md b/content/quotes/2016/02/22/2016-02-22-re-create-japan-rugby.md index 098194f..9a14e40 100644 --- a/content/quotes/2016/02/22/2016-02-22-re-create-japan-rugby.md +++ b/content/quotes/2016/02/22/2016-02-22-re-create-japan-rugby.md @@ -1,5 +1,6 @@ +++ categories = [] +author = "kazu634" description = "日本ラグビーの今後の指導方針についての提言。Numberからの引用です" tags = [] date = "2016-02-22T23:30:27+08:00" diff --git a/content/quotes/2016/03/19/2016-03-19-quote-from-math-girls-random-selection-algorithms.md b/content/quotes/2016/03/19/2016-03-19-quote-from-math-girls-random-selection-algorithms.md index 6120d4f..06eee80 100644 --- a/content/quotes/2016/03/19/2016-03-19-quote-from-math-girls-random-selection-algorithms.md +++ b/content/quotes/2016/03/19/2016-03-19-quote-from-math-girls-random-selection-algorithms.md @@ -1,5 +1,6 @@ +++ categories = [] +author = "kazu634" description = "『数学ガール/乱択アルゴリズム』で気になった部分を引用しています。「約束は、意思の表明だ。きみはーーどんな道を歩む?」" tags = [] date = "2016-03-19T22:37:00+08:00" diff --git a/content/quotes/2016/03/27/2016-03-27-important-thing-is-to-know-the-current-situation.md b/content/quotes/2016/03/27/2016-03-27-important-thing-is-to-know-the-current-situation.md index b063d6e..5c44752 100644 --- a/content/quotes/2016/03/27/2016-03-27-important-thing-is-to-know-the-current-situation.md +++ b/content/quotes/2016/03/27/2016-03-27-important-thing-is-to-know-the-current-situation.md @@ -1,5 +1,6 @@ +++ categories = [] +author = "kazu634" description = "「このことは、地図に限らない、マニュアルであったり、あるいはハウツー本であったり、他人からのアドバイスであったり、あらゆる「案内」において、最も難しいのは、自分の状態を把握することなのだ」そうだけれども、自分の状態を把握することに時間がかかる人はセンスが無いということなのか…" tags = [] date = "2016-03-27T20:45:32+08:00" diff --git a/content/quotes/2018/05/20/2018-05-20-mathgirl-poincare-conjecture-quote.md b/content/quotes/2018/05/20/2018-05-20-mathgirl-poincare-conjecture-quote.md index fed0640..b1c074d 100644 --- a/content/quotes/2018/05/20/2018-05-20-mathgirl-poincare-conjecture-quote.md +++ b/content/quotes/2018/05/20/2018-05-20-mathgirl-poincare-conjecture-quote.md @@ -4,6 +4,7 @@ date = 2018-05-20T22:51:19+08:00 description = "数学ガール ポアンカレ予想で気になった部分を引用しておきます" tags = [] categories = [] +author = "kazu634" images = ["images/513qPks0l4L._SL160_.jpg"] +++ diff --git a/content/quotes/2019/04/17/2019-04-17_Seikei-Izumono-Logistics-01.md b/content/quotes/2019/04/17/2019-04-17_Seikei-Izumono-Logistics-01.md index d03eb5a..6a520f3 100644 --- a/content/quotes/2019/04/17/2019-04-17_Seikei-Izumono-Logistics-01.md +++ b/content/quotes/2019/04/17/2019-04-17_Seikei-Izumono-Logistics-01.md @@ -4,6 +4,7 @@ date = 2019-04-17 description = "兵站(= Military Logistics)にスポットを当てたSF小説ということで読んでみました。" tags = [] categories = [] +author = "kazu634" +++ 兵站にスポットを当てたSF小説ということで[星系出雲の兵站 1](https://www.amazon.co.jp/exec/obidos/ASIN/4150313407/simsnes-22/ref=nosim/)が紹介されていたので、読んでみました。 diff --git a/content/quotes/2019/05/26/2019-05-26-Seikei-Izumono-Logistics-3.md b/content/quotes/2019/05/26/2019-05-26-Seikei-Izumono-Logistics-3.md index a26a3b6..9ad501e 100644 --- a/content/quotes/2019/05/26/2019-05-26-Seikei-Izumono-Logistics-3.md +++ b/content/quotes/2019/05/26/2019-05-26-Seikei-Izumono-Logistics-3.md @@ -4,6 +4,7 @@ date = 2019-05-26 description = "兵站(= Military Logistics)にスポットを当てたSF小説ということで読んでみました。" tags = [] categories = [] +author = "kazu634" +++ [前回](https://blog.kazu634.com/quotes/2019/04/17/2019-04-17_seikei-izumono-logistics-01/)兵站にスポットを当てたSF小説ということで[星系出雲の兵站 1](https://www.amazon.co.jp/exec/obidos/ASIN/4150313407/simsnes-22/ref=nosim/)を読みましたが、3巻目まで到達しました。 diff --git a/content/quotes/2019/07/21/2019-07-21-quote-from-hanzawa-naoki.md b/content/quotes/2019/07/21/2019-07-21-quote-from-hanzawa-naoki.md index 0e50341..cdcdbf3 100644 --- a/content/quotes/2019/07/21/2019-07-21-quote-from-hanzawa-naoki.md +++ b/content/quotes/2019/07/21/2019-07-21-quote-from-hanzawa-naoki.md @@ -4,6 +4,7 @@ date = 2019-07-21T19:00:09+08:00 description = "半沢直樹を読みました。原作もテレビと同じでスカッとする活劇だったんですね!" tags = [] categories = [] +author = "kazu634" image="" +++ diff --git a/content/quotes/2019/07/26/2019-07-27-Jenson-Button-on-Joining-SuperGT.md b/content/quotes/2019/07/26/2019-07-27-Jenson-Button-on-Joining-SuperGT.md index be258c6..7de5ccf 100644 --- a/content/quotes/2019/07/26/2019-07-27-Jenson-Button-on-Joining-SuperGT.md +++ b/content/quotes/2019/07/26/2019-07-27-Jenson-Button-on-Joining-SuperGT.md @@ -4,6 +4,7 @@ date = 2019-07-16 description = "元F1レーサーのジェンソン・バトンがスーパーGTドライバーになるにあたってのコメントを引用しました" tags = [] categories = [] +author = "kazu634" images = ["https://live.staticflickr.com/4862/45016957865_5f33ef4891_z.jpg"] +++ diff --git a/content/quotes/2019/07/30/2019-07-30-Seikei-Izumo-no-Logistics-4.md b/content/quotes/2019/07/30/2019-07-30-Seikei-Izumo-no-Logistics-4.md index d6afeb2..233d6e4 100644 --- a/content/quotes/2019/07/30/2019-07-30-Seikei-Izumo-no-Logistics-4.md +++ b/content/quotes/2019/07/30/2019-07-30-Seikei-Izumo-no-Logistics-4.md @@ -4,6 +4,7 @@ date = 2019-08-04 description = "兵站(= Military Logistics)にスポットを当てたSF小説ということで読んでみました。" tags = [] categories = [] +author = "kazu634" +++ 兵站(= Military Logistics)にスポットを当てたSF小説ということで読んでいる『星系出雲の兵站』シリーズですが、4巻目まで到達しました。人類と似た生命体と遭遇した際に、人類はどのように交戦すべきかといったことが今回は語られていると思います。 diff --git a/content/quotes/2019/10/05/2019-10-05-rugby-japan-2019.md b/content/quotes/2019/10/05/2019-10-05-rugby-japan-2019.md index 991f4e3..70ff054 100644 --- a/content/quotes/2019/10/05/2019-10-05-rugby-japan-2019.md +++ b/content/quotes/2019/10/05/2019-10-05-rugby-japan-2019.md @@ -4,6 +4,7 @@ date = 2019-10-05 description = "2015年W杯直後の岩渕健輔 ラグビー日本代表GMのインタビュー記事を読み直しました。" tags = [] categories = [] +author = "kazu634" +++ 2015年W杯直後の岩渕健輔 ラグビー日本代表GMのインタビュー記事を読み直しました。少数精鋭のタスクフォース型のチーム作りからの転換がうまくはまったのが今回の結果なのでしょう。 diff --git a/content/quotes/2020/01/19/2020-01-19-sekiei-izumono-2nd-01.md b/content/quotes/2020/01/19/2020-01-19-sekiei-izumono-2nd-01.md index 89f06b5..14f2a3d 100644 --- a/content/quotes/2020/01/19/2020-01-19-sekiei-izumono-2nd-01.md +++ b/content/quotes/2020/01/19/2020-01-19-sekiei-izumono-2nd-01.md @@ -4,6 +4,7 @@ date = 2020-01-19 description = "兵站(= Military Logistics)にスポットを当てたSF小説ということで読んでみました。" tags = [] categories = [] +author = "kazu634" images = ["https://images-fe.ssl-images-amazon.com/images/I/51raFJDaLfL._SL160_.jpg"] +++ diff --git a/content/quotes/2020/01/25/2020-01-27-iwata-satoshi-quotes.md b/content/quotes/2020/01/25/2020-01-27-iwata-satoshi-quotes.md index b6bd5dd..981f173 100644 --- a/content/quotes/2020/01/25/2020-01-27-iwata-satoshi-quotes.md +++ b/content/quotes/2020/01/25/2020-01-27-iwata-satoshi-quotes.md @@ -4,6 +4,7 @@ date = 2020-01-27 description = "『岩田聡はこんなことを話していた』を読んでいて、気になった部分をまとめてみました。" tags = [] categories = [] +author = "kazu634" image = "" +++ diff --git a/content/quotes/2020/03/2020-03-14-seikei-izumo-no-logisrtics-expedition-02-quotes.md b/content/quotes/2020/03/2020-03-14-seikei-izumo-no-logisrtics-expedition-02-quotes.md index a70e3b6..8168227 100644 --- a/content/quotes/2020/03/2020-03-14-seikei-izumo-no-logisrtics-expedition-02-quotes.md +++ b/content/quotes/2020/03/2020-03-14-seikei-izumo-no-logisrtics-expedition-02-quotes.md @@ -4,6 +4,7 @@ date = 2020-03-13 description = "星系出雲兵站-遠征- 2で気になった部分" tags = [] categories = [] +author = "kazu634" images = ["https://m.media-amazon.com/images/I/51ZjJ8TjEpL._SL160_.jpg"] +++ diff --git a/content/quotes/2020/03/2020-03-22-seikei-izumo-no-logistics-expedition-03-quotes.md b/content/quotes/2020/03/2020-03-22-seikei-izumo-no-logistics-expedition-03-quotes.md index 207e084..105fdf6 100644 --- a/content/quotes/2020/03/2020-03-22-seikei-izumo-no-logistics-expedition-03-quotes.md +++ b/content/quotes/2020/03/2020-03-22-seikei-izumo-no-logistics-expedition-03-quotes.md @@ -4,6 +4,7 @@ date = 2020-03-22 description = "星系出雲兵站-遠征- 3で気になった部分をまとめています" tags = [] categories = [] +author = "kazu634" images = ["https://m.media-amazon.com/images/I/51Dv5DmDJbL._SL160_.jpg"] +++ diff --git a/content/quotes/2020/06/2020-06-12-seikei-izumo-no-logistics-expedition-04-quotes.md b/content/quotes/2020/06/2020-06-12-seikei-izumo-no-logistics-expedition-04-quotes.md index cbba505..2dc9b77 100644 --- a/content/quotes/2020/06/2020-06-12-seikei-izumo-no-logistics-expedition-04-quotes.md +++ b/content/quotes/2020/06/2020-06-12-seikei-izumo-no-logistics-expedition-04-quotes.md @@ -4,6 +4,7 @@ date = 2020-06-12 description = "星系出雲兵站-遠征- 4で気になった部分をまとめています" tags = [] categories = [] +author = "kazu634" images = ["https://ws-fe.amazon-adsystem.com/widgets/q?_encoding=UTF8&ASIN=B088TLCPK8&Format= _SL250_&ID=AsinImage&MarketPlace=JP&ServiceVersion=20070822&WS=1&tag=simsnes-22&language=ja_JP"] +++ diff --git a/content/quotes/2020/06/2020-06-27-favorite-tweets.md b/content/quotes/2020/06/2020-06-27-favorite-tweets.md index 8761a4a..e143a37 100644 --- a/content/quotes/2020/06/2020-06-27-favorite-tweets.md +++ b/content/quotes/2020/06/2020-06-27-favorite-tweets.md @@ -4,6 +4,7 @@ date = 2020-06-27 description = "お気に入りのTweetをまとめました。" tags = [] categories = [] +author = "kazu634" +++ 気になるtweetをまとめてみましたよ。 diff --git a/content/quotes/2020/12/2020-12-04-quotes-from-hanzawa-naoki.md b/content/quotes/2020/12/2020-12-04-quotes-from-hanzawa-naoki.md index dab4ed3..edc9c08 100644 --- a/content/quotes/2020/12/2020-12-04-quotes-from-hanzawa-naoki.md +++ b/content/quotes/2020/12/2020-12-04-quotes-from-hanzawa-naoki.md @@ -4,6 +4,7 @@ date = 2020-12-04 description = "『半沢直樹 アルルカンと道化師』で気になった部分をまとめました" tags = [] categories = [] +author = "kazu634" +++ [『半沢直樹 アルルカンと道化師』](https://www.amazon.co.jp/%E5%8D%8A%E6%B2%A2%E7%9B%B4%E6%A8%B9-%E3%82%A2%E3%83%AB%E3%83%AB%E3%82%AB%E3%83%B3%E3%81%A8%E9%81%93%E5%8C%96%E5%B8%AB-%E6%B1%A0%E4%BA%95%E6%88%B8-%E6%BD%A4/dp/4065190169/ref=nodl_)で気になった部分になります: diff --git a/content/travel/2009/2009-05-06-00001149.md b/content/travel/2009/2009-05-06-00001149.md index 8a1f3a7..e3773ec 100644 --- a/content/travel/2009/2009-05-06-00001149.md +++ b/content/travel/2009/2009-05-06-00001149.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-05-06 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4581;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: - つれづれ diff --git a/content/travel/2009/2009-08-17-00001216.md b/content/travel/2009/2009-08-17-00001216.md index e259285..454a60f 100644 --- a/content/travel/2009/2009-08-17-00001216.md +++ b/content/travel/2009/2009-08-17-00001216.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-08-17 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4757;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: - サイクリング diff --git a/content/travel/2009/2009-09-22-00001226.md b/content/travel/2009/2009-09-22-00001226.md index fba5655..b4625aa 100644 --- a/content/travel/2009/2009-09-22-00001226.md +++ b/content/travel/2009/2009-09-22-00001226.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-09-22 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4795;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: - ランニング diff --git a/content/travel/2009/2009-12-07-00001283.md b/content/travel/2009/2009-12-07-00001283.md index 92eddda..8461bed 100644 --- a/content/travel/2009/2009-12-07-00001283.md +++ b/content/travel/2009/2009-12-07-00001283.md @@ -4,6 +4,8 @@ author: kazu634 date: 2009-12-07 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4969;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: - つれづれ diff --git a/content/travel/2010/2010-05-15-00001362.md b/content/travel/2010/2010-05-15-00001362.md index 829424d..1ea74ef 100644 --- a/content/travel/2010/2010-05-15-00001362.md +++ b/content/travel/2010/2010-05-15-00001362.md @@ -4,6 +4,8 @@ author: kazu634 date: 2010-05-15 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5255;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: - 旅行 diff --git a/content/travel/2010/2010-06-13-00001370.md b/content/travel/2010/2010-06-13-00001370.md index 317329b..f6cc803 100644 --- a/content/travel/2010/2010-06-13-00001370.md +++ b/content/travel/2010/2010-06-13-00001370.md @@ -4,6 +4,8 @@ author: kazu634 date: 2010-06-13 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5279;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: - 旅行 diff --git a/content/travel/2011/2011-03-06-00001459.md b/content/travel/2011/2011-03-06-00001459.md index f909fac..d451a06 100644 --- a/content/travel/2011/2011-03-06-00001459.md +++ b/content/travel/2011/2011-03-06-00001459.md @@ -6,6 +6,8 @@ has_been_twittered: - yes tmac_last_id: - 303816794110586882 +author: + - kazu634 categories: - 旅行 tags: diff --git a/content/travel/2011/2011-03-10-00001460.md b/content/travel/2011/2011-03-10-00001460.md index 51f00c7..8d5f738 100644 --- a/content/travel/2011/2011-03-10-00001460.md +++ b/content/travel/2011/2011-03-10-00001460.md @@ -6,6 +6,8 @@ has_been_twittered: - yes tmac_last_id: - 303816790776098817 +author: + - kazu634 categories: - 旅行 tags: diff --git a/content/travel/2011/2011-03-22-00001462.md b/content/travel/2011/2011-03-22-00001462.md index 551810a..1d6331e 100644 --- a/content/travel/2011/2011-03-22-00001462.md +++ b/content/travel/2011/2011-03-22-00001462.md @@ -6,6 +6,8 @@ has_been_twittered: - yes tmac_last_id: - 303816790776098817 +author: + - kazu634 categories: - 旅行 tags: diff --git a/content/travel/2011/2011-03-27-00001463.md b/content/travel/2011/2011-03-27-00001463.md index e042b3e..03136e8 100644 --- a/content/travel/2011/2011-03-27-00001463.md +++ b/content/travel/2011/2011-03-27-00001463.md @@ -6,6 +6,8 @@ has_been_twittered: - yes tmac_last_id: - 303816790088241153 +author: + - kazu634 categories: - 旅行 tags: diff --git a/content/travel/2011/2011-04-18-00001473.md b/content/travel/2011/2011-04-18-00001473.md index 8e38c94..3d806c5 100644 --- a/content/travel/2011/2011-04-18-00001473.md +++ b/content/travel/2011/2011-04-18-00001473.md @@ -6,6 +6,8 @@ has_been_twittered: - yes tmac_last_id: - 303816777736024064 +author: + - kazu634 categories: - つれづれ tags: diff --git a/content/travel/2011/2011-07-16-00001509.md b/content/travel/2011/2011-07-16-00001509.md index c75a383..56ea877 100644 --- a/content/travel/2011/2011-07-16-00001509.md +++ b/content/travel/2011/2011-07-16-00001509.md @@ -6,6 +6,8 @@ has_been_twittered: - yes tmac_last_id: - 303816724816474113 +author: + - kazu634 categories: - つれづれ tags: diff --git a/content/travel/2011/2011-11-23-00001536.md b/content/travel/2011/2011-11-23-00001536.md index 0a336fd..1546b51 100644 --- a/content/travel/2011/2011-11-23-00001536.md +++ b/content/travel/2011/2011-11-23-00001536.md @@ -6,6 +6,8 @@ has_been_twittered: - yes tmac_last_id: - 303816683708104704 +author: + - kazu634 categories: - つれづれ tags: diff --git a/content/travel/2013/2013-02-06-chiang_mai_1stday.md b/content/travel/2013/2013-02-06-chiang_mai_1stday.md index f6aecd1..88d49b8 100644 --- a/content/travel/2013/2013-02-06-chiang_mai_1stday.md +++ b/content/travel/2013/2013-02-06-chiang_mai_1stday.md @@ -6,6 +6,8 @@ has_been_twittered: - yes tmac_last_id: - 312741269958955008 +author: + - kazu634 categories: - 旅行 tags: diff --git a/content/travel/2013/2013-02-19-chiang_mai_2ndday.md b/content/travel/2013/2013-02-19-chiang_mai_2ndday.md index bec3ea0..f581d15 100644 --- a/content/travel/2013/2013-02-19-chiang_mai_2ndday.md +++ b/content/travel/2013/2013-02-19-chiang_mai_2ndday.md @@ -8,6 +8,8 @@ tmac_last_id: - 315369936342110208 wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.0";s:14:"tweet_template";b:0;s:6:"status";i:3;s:6:"result";a:0:{}s:13:"tweet_counter";i:1;s:13:"tweet_log_ids";a:0:{}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: - 旅行 tags: diff --git a/content/travel/2013/2013-03-02-chiang_mai_3rd_day.md b/content/travel/2013/2013-03-02-chiang_mai_3rd_day.md index 4a14730..e229fd4 100644 --- a/content/travel/2013/2013-03-02-chiang_mai_3rd_day.md +++ b/content/travel/2013/2013-03-02-chiang_mai_3rd_day.md @@ -6,6 +6,8 @@ has_been_twittered: - yes tmac_last_id: - 318266676514803713 +author: + - kazu634 categories: - 旅行 tags: diff --git a/content/travel/2013/2013-08-12-trip_to_yamagata.md b/content/travel/2013/2013-08-12-trip_to_yamagata.md index 47fab67..4254187 100644 --- a/content/travel/2013/2013-08-12-trip_to_yamagata.md +++ b/content/travel/2013/2013-08-12-trip_to_yamagata.md @@ -14,6 +14,8 @@ wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.0";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1601;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' tmac_last_id: - 9223372036854775807 +author: + - kazu634 categories: - 旅行 tags: diff --git a/content/travel/2014/2014-09-21-00001593.md b/content/travel/2014/2014-09-21-00001593.md index ac7cbc2..94a3231 100644 --- a/content/travel/2014/2014-09-21-00001593.md +++ b/content/travel/2014/2014-09-21-00001593.md @@ -14,6 +14,8 @@ geo_public: - 1 tmac_last_id: - 523892410321883136 +author: + - kazu634 categories: - 旅行 tags: diff --git a/content/travel/2014/2014-11-03-visiting-nikko-toshogu-shrine-and-surrounding-sights.md b/content/travel/2014/2014-11-03-visiting-nikko-toshogu-shrine-and-surrounding-sights.md index f0e0301..7b74e81 100644 --- a/content/travel/2014/2014-11-03-visiting-nikko-toshogu-shrine-and-surrounding-sights.md +++ b/content/travel/2014/2014-11-03-visiting-nikko-toshogu-shrine-and-surrounding-sights.md @@ -8,6 +8,8 @@ wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5491;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' tmac_last_id: - 539746639192539137 +author: + - kazu634 categories: - 旅行 tags: diff --git a/content/travel/2014/2014-11-04-gyouza-at-utunomiya-minmin.md b/content/travel/2014/2014-11-04-gyouza-at-utunomiya-minmin.md index a956c8f..48d9135 100644 --- a/content/travel/2014/2014-11-04-gyouza-at-utunomiya-minmin.md +++ b/content/travel/2014/2014-11-04-gyouza-at-utunomiya-minmin.md @@ -8,6 +8,8 @@ wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:1;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";s:106:"ブログに新しい記事を投稿したよ: みんみん@宇都宮で餃子を食べてきた - [link] ";s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5493;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' tmac_last_id: - 542313445367230464 +author: + - kazu634 categories: - 旅行 tags: diff --git a/content/travel/2015/2015-02-22-collecting-ultraman-stamps.md b/content/travel/2015/2015-02-22-collecting-ultraman-stamps.md index e65ca2b..71b7230 100644 --- a/content/travel/2015/2015-02-22-collecting-ultraman-stamps.md +++ b/content/travel/2015/2015-02-22-collecting-ultraman-stamps.md @@ -8,6 +8,8 @@ wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:6671;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' tmac_last_id: - 605368492645228546 +author: + - kazu634 categories: - サイクリング - スポーツ diff --git a/content/travel/2015/2015-03-08-visiting-singapore-for-the-1st-time-in-my-life.md b/content/travel/2015/2015-03-08-visiting-singapore-for-the-1st-time-in-my-life.md index 45626c8..0903028 100644 --- a/content/travel/2015/2015-03-08-visiting-singapore-for-the-1st-time-in-my-life.md +++ b/content/travel/2015/2015-03-08-visiting-singapore-for-the-1st-time-in-my-life.md @@ -8,6 +8,8 @@ wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:1;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";s:96:"ブログに新しい記事を投稿したよ: シンガポールへの出張+観光 - [link] ";s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:6678;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' tmac_last_id: - 606094878934761472 +author: + - kazu634 categories: - つれづれ tags: diff --git a/content/travel/2015/2015-06-01-visiting-prambanan-temple.md b/content/travel/2015/2015-06-01-visiting-prambanan-temple.md index 9923f1e..3c72ed4 100644 --- a/content/travel/2015/2015-06-01-visiting-prambanan-temple.md +++ b/content/travel/2015/2015-06-01-visiting-prambanan-temple.md @@ -4,6 +4,8 @@ author: kazu634 date: 2015-06-01 tmac_last_id: - 665467423840145408 +author: + - kazu634 categories: - 旅行 tags: diff --git a/content/travel/2015/2015-06-03-visiting-borobudur-temple.md b/content/travel/2015/2015-06-03-visiting-borobudur-temple.md index a488653..c68e41f 100644 --- a/content/travel/2015/2015-06-03-visiting-borobudur-temple.md +++ b/content/travel/2015/2015-06-03-visiting-borobudur-temple.md @@ -4,6 +4,8 @@ author: kazu634 date: 2015-06-03 tmac_last_id: - 665467423064223744 +author: + - kazu634 categories: - 旅行 tags: diff --git a/content/travel/2015/2015-12-28-visiting-luang-prabang.md b/content/travel/2015/2015-12-28-visiting-luang-prabang.md index 72fc0cb..bef93c4 100644 --- a/content/travel/2015/2015-12-28-visiting-luang-prabang.md +++ b/content/travel/2015/2015-12-28-visiting-luang-prabang.md @@ -2,6 +2,8 @@ title: Luang Prabang滞在 author: kazu634 date: 2015-12-28 +author: + - kazu634 categories: - 旅行 tags: diff --git a/content/travel/2016/2016-01-12-chianmai-travel.md b/content/travel/2016/2016-01-12-chianmai-travel.md index 1a27cc4..f25270a 100644 --- a/content/travel/2016/2016-01-12-chianmai-travel.md +++ b/content/travel/2016/2016-01-12-chianmai-travel.md @@ -1,5 +1,6 @@ +++ categories = ["旅行"] +author = "kazu634" description = "2015-2016の年末年始は友達を訪ねてChiang Maiに行きました。" tags = [ "Chiang Mai" ] date = "2016-01-12T23:19:01+08:00" diff --git a/content/travel/2016/2016-02-06-bus-trip-from-singapore-to-malacca.md b/content/travel/2016/2016-02-06-bus-trip-from-singapore-to-malacca.md index ae05c17..de2b400 100644 --- a/content/travel/2016/2016-02-06-bus-trip-from-singapore-to-malacca.md +++ b/content/travel/2016/2016-02-06-bus-trip-from-singapore-to-malacca.md @@ -1,5 +1,6 @@ +++ categories = ["旅行"] +author = "kazu634" description = "シンガポールからバスでマラッカへ向かう時の注意事項" tags = ["Singapore", "Malacca"] date = "2016-02-06T22:37:22+08:00" diff --git a/content/travel/2016/2016-02-09-stay-in-malacca.md b/content/travel/2016/2016-02-09-stay-in-malacca.md index c88fac1..6671b90 100644 --- a/content/travel/2016/2016-02-09-stay-in-malacca.md +++ b/content/travel/2016/2016-02-09-stay-in-malacca.md @@ -1,5 +1,6 @@ +++ categories = ["旅行"] +author = "kazu634" description = "マラッカへ旅行してきました。" tags = ["Malacca"] date = "2016-02-09T22:25:13+08:00" diff --git a/content/travel/2016/2016-09-13-trip2bali.md b/content/travel/2016/2016-09-13-trip2bali.md index 9fe393f..81ec971 100644 --- a/content/travel/2016/2016-09-13-trip2bali.md +++ b/content/travel/2016/2016-09-13-trip2bali.md @@ -1,5 +1,6 @@ +++ categories = ["旅行"] +author = "kazu634" description = "バリ島に旅行に行ってきました。" tags = ["Bali"] date = "2016-09-13T23:07:43+08:00" diff --git a/content/travel/2017/2017-11-26-singapore-sightseeing-2017.md b/content/travel/2017/2017-11-26-singapore-sightseeing-2017.md index a1b887d..36779db 100644 --- a/content/travel/2017/2017-11-26-singapore-sightseeing-2017.md +++ b/content/travel/2017/2017-11-26-singapore-sightseeing-2017.md @@ -4,6 +4,7 @@ date = 2017-11-26T22:54:05+08:00 description = "お友達がシンガポールに弾丸でやってきたので、主だった観光地を案内して回りました。" tags = ["Singapore"] categories = ["旅行"] +author = "kazu634" images = ["images/24757210958_9bdb218cf8.jpg"] draft = false +++ diff --git a/content/travel/2017/2017-12-25-train-trip-to-kl.md b/content/travel/2017/2017-12-25-train-trip-to-kl.md index 0d533e0..0a1f44e 100644 --- a/content/travel/2017/2017-12-25-train-trip-to-kl.md +++ b/content/travel/2017/2017-12-25-train-trip-to-kl.md @@ -4,6 +4,7 @@ date = 2017-12-25T22:40:04+08:00 description = " 「世界の車窓から」でマレー鉄道が取り上げられているのを見て、ふと思い立ってジョホールバルからクアラルンプールまで電車で移動してみました。" tags = ["Malaysia", "Kuala Lumpur"] categories = ["旅行"] +author = "kazu634" draft = false images = ["images/38373120425_473aeced91_z.jpg"] +++ diff --git a/content/travel/2017/2017-12-26-batu-caves-kl.md b/content/travel/2017/2017-12-26-batu-caves-kl.md index d867b9b..143d8b3 100644 --- a/content/travel/2017/2017-12-26-batu-caves-kl.md +++ b/content/travel/2017/2017-12-26-batu-caves-kl.md @@ -4,6 +4,7 @@ date = 2017-12-26T22:22:22+08:00 description = "クアラルンプールの観光地を尋ねてみたら、Batu Cavesをお勧めされたので行ってきました。「洞窟なんだろうなぁ」と思って行ったのですが、実物はヒンディー教の寺院でした(洞窟の中に寺院があった)。" tags = ["Malaysia", "Kuala Lumpur"] categories = ["旅行"] +author = "kazu634" draft = false images = ["images/24399731637_7d2126dc7c_z.jpg"] +++ diff --git a/content/travel/2018/2018-04-08-visiting-khaosan-roads-in-bangkok.md b/content/travel/2018/2018-04-08-visiting-khaosan-roads-in-bangkok.md index 9534230..194dc43 100644 --- a/content/travel/2018/2018-04-08-visiting-khaosan-roads-in-bangkok.md +++ b/content/travel/2018/2018-04-08-visiting-khaosan-roads-in-bangkok.md @@ -4,6 +4,7 @@ date = 2018-04-08T19:03:49+08:00 description = "バックパッカーの聖地ということで有名なカオサン通りを訪ねてきました" tags = ["Bangkok", "Kahosan Road"] categories = ["旅行"] +author = "kazu634" images = ["images/41095266962_a21471b635_z.jpg"] +++ diff --git a/content/travel/2019/2019-05-01-sleeper-train-in-thailand.md b/content/travel/2019/2019-05-01-sleeper-train-in-thailand.md index 1fdb9ba..68ddcf8 100644 --- a/content/travel/2019/2019-05-01-sleeper-train-in-thailand.md +++ b/content/travel/2019/2019-05-01-sleeper-train-in-thailand.md @@ -4,6 +4,7 @@ date = 2019-05-01T12:49:49+08:00 description = "バンコクからチェンマイへ寝台列車に乗って旅してきました" tags = ["Bangkok", "Chiang Mai"] categories = ["旅行"] +author = "kazu634" images = ["https://live.staticflickr.com/65535/46742785275_36c9039521_z.jpg"] +++ diff --git a/content/travel/2019/2019-06-16-shwedagon-pagoda-visitation.md b/content/travel/2019/2019-06-16-shwedagon-pagoda-visitation.md index ed087df..86268cc 100644 --- a/content/travel/2019/2019-06-16-shwedagon-pagoda-visitation.md +++ b/content/travel/2019/2019-06-16-shwedagon-pagoda-visitation.md @@ -4,6 +4,7 @@ date = 2019-06-16T16:43:41+07:00 description = "2019/05/18-20の期間、ヤンゴン旅行へ行ってきました。ミャンマー仏教の総本山、シェダゴンパゴダへ行ってきました。" tags = ["Yangon"] categories = ["旅行"] +author = "kazu634" images = ["https://live.staticflickr.com/65535/40924208703_2afa35c59b_z.jpg"] +++ diff --git a/content/travel/2019/2019-06-17-Yangon-19th-Street.md b/content/travel/2019/2019-06-17-Yangon-19th-Street.md index 7ec7e5a..2036f3d 100644 --- a/content/travel/2019/2019-06-17-Yangon-19th-Street.md +++ b/content/travel/2019/2019-06-17-Yangon-19th-Street.md @@ -4,6 +4,7 @@ date = 2019-06-17T11:50:41+07:00 description = "2019/05/18-20の期間、ヤンゴン旅行へ行ってきました。19番ストリートを楽しんできました" tags = ["Yangon"] categories = ["旅行"] +author = "kazu634" images = ["https://live.staticflickr.com/65535/40924164163_59352c8dc3_z.jpg"] +++ diff --git a/content/travel/2020/2020-01-29-nepal-travel.md b/content/travel/2020/2020-01-29-nepal-travel.md index 0262615..ceed445 100644 --- a/content/travel/2020/2020-01-29-nepal-travel.md +++ b/content/travel/2020/2020-01-29-nepal-travel.md @@ -4,6 +4,7 @@ date = 2020-01-28T15:49:49+08:00 description = "ネパールの首都カトマンズを訪ねてきました。エベレストを見てきましたよ" tags = ["Katmandu", "Nepal"] categories = ["旅行"] +author = "kazu634" images = ["https://live.staticflickr.com/65535/49450740856_d5fd2be650_z.jpg"] +++