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 6d9765a..6efdb56 100644 --- a/content/labs/golang/2017-08-19-how2tweet-using-golang.md +++ b/content/labs/golang/2017-08-19-how2tweet-using-golang.md @@ -3,7 +3,7 @@ title = "GolangでTwitterに投稿する方法" date = 2017-08-19T23:02:35+08:00 description = "Golangを利用してTwitterにツイートする方法を調べました。" tags = [] -Categories = ["Golang"] +categories = ["Golang"] 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 bcfcc89..6b50847 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 @@ -3,7 +3,7 @@ title = "GolangでExcelファイル(.xlsx)を読み込む" date = 2017-09-03T22:47:31+08:00 description = "GolangでどうすればExcelファイルを読み込めるのか調べました。" tags = [] -Categories = ["Golang"] +categories = ["Golang"] images = ["images/6052788455_79a263eeea.jpg"] +++ 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 ff1ddc9..1aec356 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 @@ -3,7 +3,7 @@ title = "GolangのCUIライブラリを使ってExcelの中身を確認するツ date = 2019-01-06T23:07:40+07:00 description = "Golangのライブラリtviewを使うと、お気軽にCUIを作成できるみたいなので、お試しで使ってみました。今回はExcelファイルの中身を確認するよ。" tags = [] -Categories = ["golang", "programming"] +categories = ["golang", "programming"] 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 bfb58c0..22b7d97 100644 --- a/content/labs/golang/2019-02-23-line-sdk-go.md +++ b/content/labs/golang/2019-02-23-line-sdk-go.md @@ -3,7 +3,7 @@ title = "GolangでLine APIをいじくるよ" date = 2019-03-03T19:12:22+08:00 description = "GolangでLine APIを利用してみましたよ。" tags = [] -Categories = ["golang", "programming"] +categories = ["golang", "programming"] 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 501ecd0..f295854 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 @@ -3,7 +3,7 @@ title = "nexmo APIの使い方" date = 2020-02-09T03:12:22+08:00 description = "nexmo APIの使い方のメモ書きです" tags = [] -Categories = ["golang", "programming"] +categories = ["golang", "programming"] +++ 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 ff9b3c6..8fca1ab 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 @@ -3,7 +3,7 @@ title = "Golangのnet/httpでREST APIをたたくときのメモ" date = 2020-03-07T21:12:22+08:00 description = "Golangの標準ライブラリnet/httpでREST APIをたたくときのメモです。" tags = [] -Categories = ["golang", "programming"] +categories = ["golang", "programming"] +++ 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 ad6b1de..f92ee2c 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 @@ -3,7 +3,7 @@ title = "GolangでOLEを利用してOutlookを操作、メールをエクスポ date = 2020-04-19T18:12:22+08:00 description = "GolangからOLEを利用することでOutlookを操作してみました。" tags = [] -Categories = ["golang", "programming"] +categories = ["golang", "programming"] +++ お仕事上の便利ツール開発を目的に、GolangからOLE経由でOutlookを操作してみました。 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 c2dc987..a30323f 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,5 @@ +++ -Categories = [ "nginx" ] +categories = [ "nginx" ] 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 e3cbbb9..71fc6ac 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 @@ -2,7 +2,7 @@ draft = false description = "お仕事で必要に迫られたのでAWS EC2の利用状況をコマンドラインから取得する方法を調べてみました" tags = [] -Categories = ["AWS"] +categories = ["AWS"] 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 4ca0514..9c9096d 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 @@ -4,7 +4,7 @@ date=2019-04-14 publishdate=2019-04-14 description="Legoを用いたDNS経由でのSSL/TSL証明書取得について調べた内容をまとめました" images = ["https://live.staticflickr.com/2554/4156026735_6b97110206.jpg"] -Categories = ["インフラ"] +categories = ["インフラ"] +++ [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 b9c4124..821eca4 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 @@ -3,7 +3,7 @@ title = "WindowsサーバのIISにLet's Encryptで取得したワイルドカー date = 2019-05-11T23:49:43+08:00 description = "WindowsサーバのIISにLet's Encryptで取得したワイルドカードSSL証明書をインポートする方法を調べたのでまとめています" tags = [] -Categories = ["Windows", "iis", "インフラ"] +categories = ["Windows", "iis", "インフラ"] image="" +++ diff --git a/content/labs/infra/2020-08-23-grafana-loki.md b/content/labs/infra/2020-08-23-grafana-loki.md index 1309b2a..70dd566 100644 --- a/content/labs/infra/2020-08-23-grafana-loki.md +++ b/content/labs/infra/2020-08-23-grafana-loki.md @@ -3,7 +3,7 @@ title = "Grafana Lokiをお試しで使ってみたよ" date = 2020-08-23T19:49:43+08:00 description = "Grafana Lokiを試しに使ってみたのでレポートしてみるよ" tags = [] -Categories = ["Linux", "インフラ", "Grafana", "Loki"] +categories = ["Linux", "インフラ", "Grafana", "Loki"] 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 3b78ba8..3a951ae 100644 --- a/content/labs/jupyter/2020-05-10-jupyter-on-kubernetes.md +++ b/content/labs/jupyter/2020-05-10-jupyter-on-kubernetes.md @@ -3,7 +3,7 @@ title = "Kubernetes上でJupyterを稼働させる" date = 2020-05-10T18:12:22+08:00 description = "データサイエンティスト入門講座を受講するため、Jupyterをお家Kubernetes上で動作させました。" tags = [] -Categories = ["python", "jupyter", "kubernetes"] +categories = ["python", "jupyter", "kubernetes"] +++ 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 d59e3fb..fba1819 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 @@ -3,7 +3,7 @@ title = "データサイエンス入門講座で学んだことをまとめま date = 2020-05-16T20:12:22+08:00 description = "データサイエンティスト入門講座を受講していて学んだことをまとめてみましたよ。" tags = [] -Categories = ["python", "jupyter"] +categories = ["python", "jupyter"] +++ 「[【ゼロから始めるデータ分析】 ビジネスケースで学ぶ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 fe65ffb..e4b9863 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 @@ -2,7 +2,7 @@ title = "JavaScriptではじめるWebマップアプリケーション: Chapter2-1" date = 2019-05-01T19:06:46+08:00 description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。" -Categories = ["Leaflet.js"] +categories = ["Leaflet.js"] +++ 『[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 2ce2f1e..8c16ead 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 @@ -2,7 +2,7 @@ title = "JavaScriptではじめるWebマップアプリケーション: Chapter2-2" date = 2019-05-01T21:07:08+07:00 description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。" -Categories = ["Mapbox GL JS"] +categories = ["Mapbox GL JS"] +++ 『[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 6e6eb6f..3f31396 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 @@ -2,7 +2,7 @@ title = "JavaScriptではじめるWebマップアプリケーション: Chapter3-1" date = 2019-05-04T15:03:21+08:00 description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。" -Categories = ["Leaflet.js"] +categories = ["Leaflet.js"] +++ 『[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 147356d..08da713 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 @@ -2,7 +2,7 @@ title = "JavaScriptではじめるWebマップアプリケーション: Chapter3-2" date = 2019-06-29T18:41:00+07:00 description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。" -Categories = ["Mapbox GL JS"] +categories = ["Mapbox GL JS"] +++ 『[JavaScriptではじめるWebマップアプリケーション \(PDF版\)](https://booth.pm/ja/items/1314906)』の内容を淡々と試してみます。`Mapbox.js`でラスタ形式の地図を表示してみます: 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 0305f5b..83044e8 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,5 @@ +++ -Categories = ["Clustering", "Pacemaker", "Corosync"] +categories = ["Clustering", "Pacemaker", "Corosync"] 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 4d5bf87..dd1edaa 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,5 @@ +++ -Categories = ["Clustering", "Pacemaker", "Corosync"] +categories = ["Clustering", "Pacemaker", "Corosync"] 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 ae7bd06..05d1db2 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,5 @@ +++ -Categories = ["Clustering", "Pacemaker", "Corosync"] +categories = ["Clustering", "Pacemaker", "Corosync"] 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 272070f..2b598e4 100644 --- a/content/labs/linux/2017-11-11-lpic-ot-devopstoolsengineer.md +++ b/content/labs/linux/2017-11-11-lpic-ot-devopstoolsengineer.md @@ -3,7 +3,7 @@ title = "LPIC OT: DevOps Tools Engineerという試験を見つけたよ" date = 2017-11-11T22:58:38+08:00 description = "LPICについて調べていたら、英語でしか受験できないLPIC OT: DevOps Tools Engineerという試験を見つけたよ。最近のオープンソースを用いたDevOps関係のはやりを抑えた試験になっているみたい" tags = [] -Categories = ["Linux"] +categories = ["Linux"] images = ["images/38278788676_0cd63ffc01.jpg"] draft = false +++ 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 6b3b0ec..4ee4be1 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,5 @@ +++ -Categories = ["node.js"] +categories = ["node.js"] 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/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 54c27f4..2023a2a 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,5 @@ +++ -Categories = ["VyOS","Edgerouter"] +categories = ["VyOS","Edgerouter"] 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 5df47bd..36920fa 100644 --- a/content/labs/visualization/2018-07-02-play-with-metabase.md +++ b/content/labs/visualization/2018-07-02-play-with-metabase.md @@ -3,7 +3,7 @@ title = "Metabaseをお試しで使ってみた" date = 2018-07-02T21:15:53+08:00 description = "オープンソースのお手軽BIツール・Metabaseをお試しで使ってみました。これ使えば、エンジニアじゃない人にもグラフを作ってもらえそう" tags = [] -Categories = ["Tools", "Metabase"] +categories = ["Tools", "Metabase"] 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 68885e3..cff68b2 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 @@ -3,7 +3,7 @@ title = "MetabaseでGeojsonを用いたカスタムマップを利用する" date = 2020-03-01T09:15:53+08:00 description = "オープンソースのお手軽BIツール・Metabaseで自分で作成した白地図上にデータを可視化できるようになっていたようなので、試してみました" tags = [] -Categories = ["Tools", "Metabase"] +categories = ["Tools", "Metabase"] images = ["images/41603208672_984110305c_z.jpg"] +++ 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 41c45b9..883f44f 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,5 @@ +++ -Categories = [ "AWS" ] +categories = [ "AWS" ] 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 d4f42bd..4beb03e 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,5 @@ +++ -Categories = ["つれづれ"] +categories = ["つれづれ"] 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 083949f..bf17489 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 @@ -1,7 +1,7 @@ +++ description = "気仙沼発のカフェ・フユセイルコーヒーをコーヒー豆から挽いて飲んでいます" tags = ["kesennuma"] -Categories = ["coffee"] +categories = ["coffee"] 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 fe73a8f..6a078b6 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 @@ -1,7 +1,7 @@ +++ description = "日本に一時帰国中に両親とコミュニケーションをとるためにやることリストを検討しました" tags = ["Line"] -Categories = ["メモ"] +categories = ["メモ"] 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 b1f6fa8..30ed7ec 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 @@ -3,7 +3,7 @@ title = "飲茶酒楼で点心を食べてきた!" date = "2017-07-29T20:07:51+09:00" description = "有名?な点心屋さんに行って、点心を食べてきました。シンガポールのチャイナタウンにありますよ。" tags = ["Singapore", "Chinatown"] -Categories = ["Chinese"] +categories = ["Chinese"] 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 0e95856..0fb4bd0 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 @@ -3,7 +3,7 @@ title = "Alibaba Cloudサービスについて" date = 2017-08-20T22:24:03+08:00 description = "Alibabaのクラウドサービスについて考えたことでございます。" tags = [] -Categories = ["Cloud", "China"] +categories = ["Cloud", "China"] 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 01665c1..ce9541f 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 @@ -3,7 +3,7 @@ title = "フルセイルコーヒーの Light House Blend と HARIO のケトル date = 2017-08-27T21:00:35+08:00 description = "フルセイルコーヒーのLight House Blendを飲み始めました。力強い光で陸地の存在を知らせる<灯台>は海と岬の守り番。眠らない灯台守のための深煎りブレンド。あと、HARIOのケトルも買いました。" tags = [] -Categories = ["コーヒー"] +categories = ["コーヒー"] 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 41d9edd..d34407a 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 @@ -3,7 +3,7 @@ title = "Hanoi名物のBun Chaを食べてきた" date = 2017-12-02T00:29:49+08:00 description = "Hanoi名物のBun Chaを食べました。オバマ元アメリカ大統領も食べたことがあるんだって。" tags = ["Hanoi"] -Categories = ["旅行"] +categories = ["旅行"] 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 5ec0824..f5651f2 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 @@ -3,7 +3,7 @@ title = "Cau Go Restaurant Hanoi: ハノイにあるベトナム料理のレス date = 2018-01-28T14:11:23+08:00 description = "ハノイ出張に行き、お勧めされた Cau Go Restaurant に行ってきました。ロケーション・景色・料理、すべてが良かったです。" tags = ["Hanoi"] -Categories = ["旅行"] +categories = ["旅行"] 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 7b3268b..3b92935 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 @@ -3,7 +3,7 @@ title = "SIMフリーWifiルーター: AtermMR05LNを買いました" date = 2018-04-01T23:42:02+08:00 description = "SIMフリーWiFIルーターのAterm MR05LNを買いました" tags = [] -Categories = ["Gadget"] +categories = ["Gadget"] 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 53e9989..d727878 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 @@ -3,7 +3,7 @@ title = "Brainwakecafeを訪ねてきました" date = 2018-04-28T10:12:17+09:00 description = "Sukhumvit Soi23の奥の方にあるカフェ。ブログを検索していて、オシャレスポットであることを知る。バンコク旅行の最終日に訪問。" tags = ["Bangkok"] -Categories = ["旅行"] +categories = ["旅行"] 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 41ce6ca..a3479e5 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 @@ -3,7 +3,7 @@ title = "ハノイの週末" date = 2018-05-18T21:03:59+08:00 description = "ハノイの週末を360度カメラで撮影してきました。" tags = ["Hanoi"] -Categories = ["旅行"] +categories = ["旅行"] 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 6a0d995..c6087bf 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 @@ -3,7 +3,7 @@ title = "Hanoiにあるカフェ: Maison de Tet Decor" date = 2018-06-25T23:36:05+08:00 description = "Hanoi市街地から少し離れた宝石のようなカフェに行ってきました。" tags = ["Hanoi"] -Categories = ["旅行"] +categories = ["旅行"] 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 d7fcec0..1115afd 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 @@ -3,7 +3,7 @@ title = "日本で免税ショッピングを楽しむよ" date = 2018-08-18T17:51:50+09:00 description = "「免税」という言葉があることは知っていましたが、よくわかっていないので調べてみました。海外で働いている日本人は、日本に一時帰国中でも免税ができるそうなので、日本に帰国して実際に試してみました。" tags = [] -Categories = ["旅行"] +categories = ["旅行"] 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 f9f0e93..51daddc 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 @@ -3,7 +3,7 @@ title = "Huen Muai Jai: 北部タイ料理を食べられるお店" date = 2019-04-21T17:38:34+08:00 description = "Chiang Maiにある北部タイ料理を食べられるレストラン、Huen Muai Jaiを訪ねました。" tags = ["Chiang Mai"] -Categories = ["旅行"] +categories = ["旅行"] 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 3996fea..80a6edd 100644 --- a/content/post/2019/06/23/2019-06-23_sirocco.md +++ b/content/post/2019/06/23/2019-06-23_sirocco.md @@ -3,7 +3,7 @@ title = "Sirocco: バンコクにあるルーフトップバー" date = 2019-06-23T15:05:34+08:00 description = "ゴールデンウィークに日本から友人が訪ねてきてくれたので、ルーフトップバー Sirocco に行ってきました" tags = ["Bangkok"] -Categories = [] +categories = [] 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 71493e6..a0efefe 100644 --- a/content/post/2019/08/11/2019-08-11-SakeIchiban.md +++ b/content/post/2019/08/11/2019-08-11-SakeIchiban.md @@ -3,7 +3,7 @@ title = "中洲にあるコストパフォーマンスの良いお店: 酒一番 date = 2019-08-11T13:05:34+08:00 description = "7月のタイの連休にこっそり行ってきました。隣に座った方から「実家から離れて東京に出たり、海外に出たりといったことは自分たちもしたかった。でも自分たちの若い頃はそういった時代じゃなかったんだ」と言われたのが印象深かったです。" tags = ["博多"] -Categories = ["旅行"] +categories = ["旅行"] 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 7211437..58a3f61 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 @@ -2,7 +2,7 @@ title = "Line Mobile Thailand生活始めました" date = 2019-09-08T13:05:34+08:00 description = "タイで働き始めてもうすぐ10ヶ月程度。よくよく考えてみると、Lineを使っていることが多いことに気づきました。そうであれば、タイでも展開をしているLine MobileのSIMを使った方が料金少なめで済むのではないかと考え申し込みました" -Categories = ["gadget"] +categories = ["gadget"] 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 6d60183..99dda34 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 @@ -2,7 +2,7 @@ title = "野毛を訪ねてきました" date = 2019-11-02T10:05:34+08:00 description = "一時帰国中に横浜の野毛を訪ねてきました。おでんとどぜう鍋をおいしくいただいてきました。" -Categories = ["旅行", "野毛"] +categories = ["旅行", "野毛"] 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 ca5d53d..e3218a3 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 @@ -2,7 +2,7 @@ title = "ウェアハウス川崎を訪ねてきました" date = 2019-11-09T10:05:34+08:00 description = "一時帰国中に川崎にあるゲームセンター・ウェアハウス川崎を訪ねてきました。香港にある九龍城をモチーフにしたゲームセンターだそうです" -Categories = ["旅行", "川崎"] +categories = ["旅行", "川崎"] 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 3e43e16..67b266e 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 @@ -2,7 +2,7 @@ title = "May Veggieを訪ねてきました" date = 2020-02-16T10:10:34+08:00 description = "Asokにあるベジタリアンレストラン May Veggie を訪ねてきました" -Categories = ["Bangkok"] +categories = ["Bangkok"] 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 7380886..ba78321 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 @@ -2,7 +2,7 @@ title = "緊急事態宣言が緩和しつつあるバンコクでのお食事をまとめます" date = 2020-08-01T10:10:34+08:00 description = "緊急事態宣言が緩和されつつあるバンコクで、6/15〜に外でお食事した写真をまとめていますよ。" -Categories = ["Bangkok"] +categories = ["Bangkok"] 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 d341d5f..7202049 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 @@ -2,7 +2,7 @@ title = "日本に帰国して驚いたこと・試してみたこと" date = 2021-01-20T10:10:34+09:00 description = "6年ぶりに日本に帰国して驚いたことや試してみたことをまとめてみました" -Categories = ["Japan"] +categories = ["Japan"] images=["https://farm66.staticflickr.com/65535/50174999868_811915dd45_c.jpg"] +++ 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 e686b10..7b334da 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,5 @@ +++ -Categories = [] +categories = [] 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 1c76213..749a7ae 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,5 @@ +++ -Categories = [] +categories = [] 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 20e836a..098194f 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,5 @@ +++ -Categories = [] +categories = [] 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 6be8c9f..6120d4f 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,5 @@ +++ -Categories = [] +categories = [] 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 50d85f3..b063d6e 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,5 @@ +++ -Categories = [] +categories = [] 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 0482112..fed0640 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 @@ -3,7 +3,7 @@ title = "数学ガール ポアンカレ予想で気になった部分" date = 2018-05-20T22:51:19+08:00 description = "数学ガール ポアンカレ予想で気になった部分を引用しておきます" tags = [] -Categories = [] +categories = [] 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 d02510e..d03eb5a 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 @@ -3,7 +3,7 @@ title = "星系出雲の兵站1で気になった部分" date = 2019-04-17 description = "兵站(= Military Logistics)にスポットを当てたSF小説ということで読んでみました。" tags = [] -Categories = [] +categories = [] +++ 兵站にスポットを当てた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 25c7a6e..a26a3b6 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 @@ -3,7 +3,7 @@ title = "星系出雲の兵站3で気になった部分" date = 2019-05-26 description = "兵站(= Military Logistics)にスポットを当てたSF小説ということで読んでみました。" tags = [] -Categories = [] +categories = [] +++ [前回](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 4ef7d6a..0e50341 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 @@ -3,7 +3,7 @@ title = "物事の是非は、決断したときに決まるものではない date = 2019-07-21T19:00:09+08:00 description = "半沢直樹を読みました。原作もテレビと同じでスカッとする活劇だったんですね!" tags = [] -Categories = [] +categories = [] 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 e9c1152..be258c6 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 @@ -3,7 +3,7 @@ title = "レースに戻りたいとは思っても、F1に未練は感じなか date = 2019-07-16 description = "元F1レーサーのジェンソン・バトンがスーパーGTドライバーになるにあたってのコメントを引用しました" tags = [] -Categories = [] +categories = [] 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 e635dd9..d6afeb2 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 @@ -3,7 +3,7 @@ title = "我々が未踏分野を切り開く。だからこそ、機械的に date = 2019-08-04 description = "兵站(= Military Logistics)にスポットを当てたSF小説ということで読んでみました。" tags = [] -Categories = [] +categories = [] +++ 兵站(= 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 ef90d09..991f4e3 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 @@ -3,7 +3,7 @@ title = "語弊を恐れず言えば、2015年W杯で日本が南アフリカに date = 2019-10-05 description = "2015年W杯直後の岩渕健輔 ラグビー日本代表GMのインタビュー記事を読み直しました。" tags = [] -Categories = [] +categories = [] +++ 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 00702c9..89f06b5 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 @@ -3,7 +3,7 @@ title = "戦費全体で見れば、艦隊決戦は派手だが安い、膠着 date = 2020-01-19 description = "兵站(= Military Logistics)にスポットを当てたSF小説ということで読んでみました。" tags = [] -Categories = [] +categories = [] 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 6ff6951..b6bd5dd 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 @@ -3,7 +3,7 @@ title = "わたしはずっと前から、「自分が誰かと仕事をした date = 2020-01-27 description = "『岩田聡はこんなことを話していた』を読んでいて、気になった部分をまとめてみました。" tags = [] -Categories = [] +categories = [] 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 2aeddb1..a70e3b6 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 @@ -3,7 +3,7 @@ title = "結局、万人が納得するような綺麗でエレガントな解 date = 2020-03-13 description = "星系出雲兵站-遠征- 2で気になった部分" tags = [] -Categories = [] +categories = [] 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 0fbf1bc..207e084 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 @@ -3,7 +3,7 @@ title = "人は変わることができる。意識を変えねばならない date = 2020-03-22 description = "星系出雲兵站-遠征- 3で気になった部分をまとめています" tags = [] -Categories = [] +categories = [] 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 6f6ba25..cbba505 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 @@ -3,7 +3,7 @@ title = "自分が安全な場所にいて、部下だけが必要以上に危 date = 2020-06-12 description = "星系出雲兵站-遠征- 4で気になった部分をまとめています" tags = [] -Categories = [] +categories = [] 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 528dbfa..8761a4a 100644 --- a/content/quotes/2020/06/2020-06-27-favorite-tweets.md +++ b/content/quotes/2020/06/2020-06-27-favorite-tweets.md @@ -3,7 +3,7 @@ title = "必要な前提知識がない対象に、大前提や基礎の理解 date = 2020-06-27 description = "お気に入りのTweetをまとめました。" tags = [] -Categories = [] +categories = [] +++ 気になる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 9c8b698..dab4ed3 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 @@ -3,7 +3,7 @@ title = "敵も多いが味方も多い—。だけど、味方は圧倒的な date = 2020-12-04 description = "『半沢直樹 アルルカンと道化師』で気になった部分をまとめました" tags = [] -Categories = [] +categories = [] +++ [『半沢直樹 アルルカンと道化師』](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/2016/2016-01-12-chianmai-travel.md b/content/travel/2016/2016-01-12-chianmai-travel.md index 1323945..1a27cc4 100644 --- a/content/travel/2016/2016-01-12-chianmai-travel.md +++ b/content/travel/2016/2016-01-12-chianmai-travel.md @@ -1,5 +1,5 @@ +++ -Categories = ["旅行"] +categories = ["旅行"] 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 eea6716..ae05c17 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,5 @@ +++ -Categories = ["旅行"] +categories = ["旅行"] 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 0428733..c88fac1 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,5 @@ +++ -Categories = ["旅行"] +categories = ["旅行"] 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 1bb9e6a..9fe393f 100644 --- a/content/travel/2016/2016-09-13-trip2bali.md +++ b/content/travel/2016/2016-09-13-trip2bali.md @@ -1,5 +1,5 @@ +++ -Categories = ["旅行"] +categories = ["旅行"] 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 eb6f10f..a1b887d 100644 --- a/content/travel/2017/2017-11-26-singapore-sightseeing-2017.md +++ b/content/travel/2017/2017-11-26-singapore-sightseeing-2017.md @@ -3,7 +3,7 @@ title = "シンガポールの主だった観光地を回ってきました。" date = 2017-11-26T22:54:05+08:00 description = "お友達がシンガポールに弾丸でやってきたので、主だった観光地を案内して回りました。" tags = ["Singapore"] -Categories = ["旅行"] +categories = ["旅行"] 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 e833f7d..0d533e0 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 @@ -3,7 +3,7 @@ title = "ジョホールバルからクアラルンプールの電車旅行" date = 2017-12-25T22:40:04+08:00 description = " 「世界の車窓から」でマレー鉄道が取り上げられているのを見て、ふと思い立ってジョホールバルからクアラルンプールまで電車で移動してみました。" tags = ["Malaysia", "Kuala Lumpur"] -Categories = ["旅行"] +categories = ["旅行"] 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 8399454..d867b9b 100644 --- a/content/travel/2017/2017-12-26-batu-caves-kl.md +++ b/content/travel/2017/2017-12-26-batu-caves-kl.md @@ -3,7 +3,7 @@ title = "クアラルンプールにあるBatu Cavesを訪ねてきました" date = 2017-12-26T22:22:22+08:00 description = "クアラルンプールの観光地を尋ねてみたら、Batu Cavesをお勧めされたので行ってきました。「洞窟なんだろうなぁ」と思って行ったのですが、実物はヒンディー教の寺院でした(洞窟の中に寺院があった)。" tags = ["Malaysia", "Kuala Lumpur"] -Categories = ["旅行"] +categories = ["旅行"] 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 bdff9a2..9534230 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 @@ -3,7 +3,7 @@ title = "バックパッカーの聖地ということで有名なカオサン date = 2018-04-08T19:03:49+08:00 description = "バックパッカーの聖地ということで有名なカオサン通りを訪ねてきました" tags = ["Bangkok", "Kahosan Road"] -Categories = ["旅行"] +categories = ["旅行"] 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 083ba6d..1fdb9ba 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 @@ -3,7 +3,7 @@ title = "バンコクからチェンマイへの寝台列車の旅" date = 2019-05-01T12:49:49+08:00 description = "バンコクからチェンマイへ寝台列車に乗って旅してきました" tags = ["Bangkok", "Chiang Mai"] -Categories = ["旅行"] +categories = ["旅行"] 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 103377d..ed087df 100644 --- a/content/travel/2019/2019-06-16-shwedagon-pagoda-visitation.md +++ b/content/travel/2019/2019-06-16-shwedagon-pagoda-visitation.md @@ -3,7 +3,7 @@ title = "ミャンマー仏教の総本山、シェダゴンパゴダへ" date = 2019-06-16T16:43:41+07:00 description = "2019/05/18-20の期間、ヤンゴン旅行へ行ってきました。ミャンマー仏教の総本山、シェダゴンパゴダへ行ってきました。" tags = ["Yangon"] -Categories = ["旅行"] +categories = ["旅行"] 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 1552c5e..7ec7e5a 100644 --- a/content/travel/2019/2019-06-17-Yangon-19th-Street.md +++ b/content/travel/2019/2019-06-17-Yangon-19th-Street.md @@ -3,7 +3,7 @@ title = "ヤンゴンの飲屋街、19番ストリートへ" date = 2019-06-17T11:50:41+07:00 description = "2019/05/18-20の期間、ヤンゴン旅行へ行ってきました。19番ストリートを楽しんできました" tags = ["Yangon"] -Categories = ["旅行"] +categories = ["旅行"] 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 c46a0c0..0262615 100644 --- a/content/travel/2020/2020-01-29-nepal-travel.md +++ b/content/travel/2020/2020-01-29-nepal-travel.md @@ -3,7 +3,7 @@ title = "カトマンズを訪ねる旅へ" date = 2020-01-28T15:49:49+08:00 description = "ネパールの首都カトマンズを訪ねてきました。エベレストを見てきましたよ" tags = ["Katmandu", "Nepal"] -Categories = ["旅行"] +categories = ["旅行"] images = ["https://live.staticflickr.com/65535/49450740856_d5fd2be650_z.jpg"] +++