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 19846cb..bd5ed40 100644 --- a/content/labs/golang/2017-08-19-how2tweet-using-golang.md +++ b/content/labs/golang/2017-08-19-how2tweet-using-golang.md @@ -1,7 +1,7 @@ +++ title = "GolangでTwitterに投稿する方法" date = 2017-08-19T23:02:35+08:00 -Description = "Golangを利用してTwitterにツイートする方法を調べました。" +description = "Golangを利用してTwitterにツイートする方法を調べました。" Tags = [] Categories = ["Golang"] draft = false 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 0ad2ae9..0b48c1d 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 @@ -1,7 +1,7 @@ +++ title = "GolangでExcelファイル(.xlsx)を読み込む" date = 2017-09-03T22:47:31+08:00 -Description = "GolangでどうすればExcelファイルを読み込めるのか調べました。" +description = "GolangでどうすればExcelファイルを読み込めるのか調べました。" Tags = [] 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 1d7c1e0..ffc509f 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 @@ -1,7 +1,7 @@ +++ title = "GolangのCUIライブラリを使ってExcelの中身を確認するツールを作ってみた" date = 2019-01-06T23:07:40+07:00 -Description = "Golangのライブラリtviewを使うと、お気軽にCUIを作成できるみたいなので、お試しで使ってみました。今回はExcelファイルの中身を確認するよ。" +description = "Golangのライブラリtviewを使うと、お気軽にCUIを作成できるみたいなので、お試しで使ってみました。今回はExcelファイルの中身を確認するよ。" Tags = [] 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 20827d9..c5e723c 100644 --- a/content/labs/golang/2019-02-23-line-sdk-go.md +++ b/content/labs/golang/2019-02-23-line-sdk-go.md @@ -1,7 +1,7 @@ +++ title = "GolangでLine APIをいじくるよ" date = 2019-03-03T19:12:22+08:00 -Description = "GolangでLine APIを利用してみましたよ。" +description = "GolangでLine APIを利用してみましたよ。" Tags = [] 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 9c87bea..5cfee07 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 @@ -1,7 +1,7 @@ +++ title = "nexmo APIの使い方" date = 2020-02-09T03:12:22+08:00 -Description = "nexmo APIの使い方のメモ書きです" +description = "nexmo APIの使い方のメモ書きです" Tags = [] Categories = ["golang", "programming"] +++ 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 3fb00e5..d4a5a8e 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 @@ -1,7 +1,7 @@ +++ title = "Golangのnet/httpでREST APIをたたくときのメモ" date = 2020-03-07T21:12:22+08:00 -Description = "Golangの標準ライブラリnet/httpでREST APIをたたくときのメモです。" +description = "Golangの標準ライブラリnet/httpでREST APIをたたくときのメモです。" Tags = [] Categories = ["golang", "programming"] +++ 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 207139d..8fdba15 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 @@ -1,7 +1,7 @@ +++ title = "GolangでOLEを利用してOutlookを操作、メールをエクスポートする" date = 2020-04-19T18:12:22+08:00 -Description = "GolangからOLEを利用することでOutlookを操作してみました。" +description = "GolangからOLEを利用することでOutlookを操作してみました。" Tags = [] Categories = ["golang", "programming"] +++ 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 9ee2b44..42c0e0a 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,6 +1,6 @@ +++ Categories = [ "nginx" ] -Description = "nginx + Let's Encryptを用いてhttp/2環境を構築してみました。" +description = "nginx + Let's Encryptを用いてhttp/2環境を構築してみました。" Tags = [] date = "2016-01-11T23:32:47+08:00" title = "nginx + let's encryptを利用してHTTP/2を有効化した" 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 bddea8e..ee500b2 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 @@ -1,6 +1,6 @@ +++ draft = false -Description = "お仕事で必要に迫られたのでAWS EC2の利用状況をコマンドラインから取得する方法を調べてみました" +description = "お仕事で必要に迫られたのでAWS EC2の利用状況をコマンドラインから取得する方法を調べてみました" Tags = [] Categories = ["AWS"] date = "2016-11-06T23:38:21+08:00" 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 c6d9672..4ca0514 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 @@ -2,7 +2,7 @@ title="Legoの使い方メモ" date=2019-04-14 publishdate=2019-04-14 -Description="Legoを用いたDNS経由でのSSL/TSL証明書取得について調べた内容をまとめました" +description="Legoを用いたDNS経由でのSSL/TSL証明書取得について調べた内容をまとめました" images = ["https://live.staticflickr.com/2554/4156026735_6b97110206.jpg"] Categories = ["インフラ"] +++ 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 832ae83..ef061d8 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 @@ -1,7 +1,7 @@ +++ title = "WindowsサーバのIISにLet's Encryptで取得したワイルドカードSSL証明書をインポートする" date = 2019-05-11T23:49:43+08:00 -Description = "WindowsサーバのIISにLet's Encryptで取得したワイルドカードSSL証明書をインポートする方法を調べたのでまとめています" +description = "WindowsサーバのIISにLet's Encryptで取得したワイルドカードSSL証明書をインポートする方法を調べたのでまとめています" Tags = [] 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 70caf21..78cf12e 100644 --- a/content/labs/infra/2020-08-23-grafana-loki.md +++ b/content/labs/infra/2020-08-23-grafana-loki.md @@ -1,7 +1,7 @@ +++ title = "Grafana Lokiをお試しで使ってみたよ" date = 2020-08-23T19:49:43+08:00 -Description = "Grafana Lokiを試しに使ってみたのでレポートしてみるよ" +description = "Grafana Lokiを試しに使ってみたのでレポートしてみるよ" Tags = [] Categories = ["Linux", "インフラ", "Grafana", "Loki"] image="" @@ -82,7 +82,7 @@ table_manager: ```ini [Unit] -Description=Grafana Loki +description=Grafana Loki Documentation=https://github.com/grafana/loki After=network-online.target 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 f7beb6f..2d345d8 100644 --- a/content/labs/jupyter/2020-05-10-jupyter-on-kubernetes.md +++ b/content/labs/jupyter/2020-05-10-jupyter-on-kubernetes.md @@ -1,7 +1,7 @@ +++ title = "Kubernetes上でJupyterを稼働させる" date = 2020-05-10T18:12:22+08:00 -Description = "データサイエンティスト入門講座を受講するため、Jupyterをお家Kubernetes上で動作させました。" +description = "データサイエンティスト入門講座を受講するため、Jupyterをお家Kubernetes上で動作させました。" Tags = [] Categories = ["python", "jupyter", "kubernetes"] +++ 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 72b4eba..2b5bf41 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 @@ -1,7 +1,7 @@ +++ title = "データサイエンス入門講座で学んだことをまとめます" date = 2020-05-16T20:12:22+08:00 -Description = "データサイエンティスト入門講座を受講していて学んだことをまとめてみましたよ。" +description = "データサイエンティスト入門講座を受講していて学んだことをまとめてみましたよ。" Tags = [] Categories = ["python", "jupyter"] +++ diff --git a/content/labs/leaflet-js-mapbox-js/001-leaflet-js-tutorial.md b/content/labs/leaflet-js-mapbox-js/001-leaflet-js-tutorial.md index 9c8d60a..691c4a6 100644 --- a/content/labs/leaflet-js-mapbox-js/001-leaflet-js-tutorial.md +++ b/content/labs/leaflet-js-mapbox-js/001-leaflet-js-tutorial.md @@ -2,7 +2,7 @@ title="Leaflet.jsでMapboxのタイルを用いて地図を表示する" date=2019-04-08 publishdate=2019-04-08 -Description="Leaflet.jsでMapboxのタイルを用いて地図を表示するよ" +description="Leaflet.jsでMapboxのタイルを用いて地図を表示するよ" images = ["https://farm9.staticflickr.com/8462/29581774242_bf25a0a820_z.jpg"] leaflet=true +++ 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 20bfd8b..fe65ffb 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 @@ -1,7 +1,7 @@ +++ title = "JavaScriptではじめるWebマップアプリケーション: Chapter2-1" date = 2019-05-01T19:06:46+08:00 -Description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。" +description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。" Categories = ["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 8fb161a..2ce2f1e 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 @@ -1,7 +1,7 @@ +++ title = "JavaScriptではじめるWebマップアプリケーション: Chapter2-2" date = 2019-05-01T21:07:08+07:00 -Description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。" +description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。" Categories = ["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 2638c2e..6e6eb6f 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 @@ -1,7 +1,7 @@ +++ title = "JavaScriptではじめるWebマップアプリケーション: Chapter3-1" date = 2019-05-04T15:03:21+08:00 -Description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。" +description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。" Categories = ["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 bd7cd76..147356d 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 @@ -1,7 +1,7 @@ +++ title = "JavaScriptではじめるWebマップアプリケーション: Chapter3-2" date = 2019-06-29T18:41:00+07:00 -Description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。" +description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。" Categories = ["Mapbox GL 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 46b9763..9d79bd4 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,6 +1,6 @@ +++ Categories = ["Clustering", "Pacemaker", "Corosync"] -Description = "Pacemaker + Corosyncを用いてクラスタ環境を構築してみました。RHEL 6.4で検証しました。" +description = "Pacemaker + Corosyncを用いてクラスタ環境を構築してみました。RHEL 6.4で検証しました。" Tags = [] date = "2016-06-26T23:02:50+08:00" title = "Pacemaker + Corosyncを用いてクラスタ環境の構築 - 事前準備" 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 b361e9c..36b66f6 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,6 +1,6 @@ +++ Categories = ["Clustering", "Pacemaker", "Corosync"] -Description = "Pacemaker + Corosyncを用いてクラスタ環境を構築してみました。RHEL 6.4で検証しました。今回は共有ディスクを利用できるようにします" +description = "Pacemaker + Corosyncを用いてクラスタ環境を構築してみました。RHEL 6.4で検証しました。今回は共有ディスクを利用できるようにします" Tags = [] date = "2016-07-02T23:48:32+08:00" draft = false 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 d4a4e48..720bce5 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,6 +1,6 @@ +++ Categories = ["Clustering", "Pacemaker", "Corosync"] -Description = "Pacemaker + Corosyncを用いてクラスタ環境を構築してみました。RHEL 6.4で検証しました。今回はPacemakeとCorosyncを利用できるようにします" +description = "Pacemaker + Corosyncを用いてクラスタ環境を構築してみました。RHEL 6.4で検証しました。今回はPacemakeとCorosyncを利用できるようにします" Tags = [] date = "2016-07-10T23:48:32+08:00" draft = false 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 3bebe5c..5a71178 100644 --- a/content/labs/linux/2017-11-11-lpic-ot-devopstoolsengineer.md +++ b/content/labs/linux/2017-11-11-lpic-ot-devopstoolsengineer.md @@ -1,7 +1,7 @@ +++ title = "LPIC OT: DevOps Tools Engineerという試験を見つけたよ" date = 2017-11-11T22:58:38+08:00 -Description = "LPICについて調べていたら、英語でしか受験できないLPIC OT: DevOps Tools Engineerという試験を見つけたよ。最近のオープンソースを用いたDevOps関係のはやりを抑えた試験になっているみたい" +description = "LPICについて調べていたら、英語でしか受験できないLPIC OT: DevOps Tools Engineerという試験を見つけたよ。最近のオープンソースを用いたDevOps関係のはやりを抑えた試験になっているみたい" Tags = [] Categories = ["Linux"] images = ["images/38278788676_0cd63ffc01.jpg"] 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 2c4f6af..aa1a604 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,6 +1,6 @@ +++ Categories = ["node.js"] -Description = "Hubot使ってみたかったから、nodebrewを使って、node.jsをMac (El Capitan 10.11.3)にインストールしてみました。" +description = "Hubot使ってみたかったから、nodebrewを使って、node.jsをMac (El Capitan 10.11.3)にインストールしてみました。" Tags = [] date = "2016-03-20T14:53:36+08:00" title = "nodebrewを使って、node.jsをMacにインストールしてみた" 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 2e2c94a..a4f374a 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,6 +1,6 @@ +++ Categories = ["VyOS","Edgerouter"] -Description = "EdgeRouter XとVyOS on AWSでOpenVPNを用いた拠点間VPNをはりました" +description = "EdgeRouter XとVyOS on AWSでOpenVPNを用いた拠点間VPNをはりました" Tags = [] date = "2016-10-31T21:07:13+08:00" draft = false @@ -52,7 +52,7 @@ Uptime: 13:38:07 up 1 day, 4:33, 1 user, load average: 1.16, 1.60, 1.86 ``` vyos@VyOS-AMI:~$ show version Version: VyOS 1.1.7 -Description: VyOS 1.1.7 (helium) +description: VyOS 1.1.7 (helium) Copyright: 2016 VyOS maintainers and contributors Built by: maintainers@vyos.net Built on: Wed Feb 17 09:57:31 UTC 2016 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 e61eb28..d933e1c 100644 --- a/content/labs/visualization/2018-07-02-play-with-metabase.md +++ b/content/labs/visualization/2018-07-02-play-with-metabase.md @@ -1,7 +1,7 @@ +++ title = "Metabaseをお試しで使ってみた" date = 2018-07-02T21:15:53+08:00 -Description = "オープンソースのお手軽BIツール・Metabaseをお試しで使ってみました。これ使えば、エンジニアじゃない人にもグラフを作ってもらえそう" +description = "オープンソースのお手軽BIツール・Metabaseをお試しで使ってみました。これ使えば、エンジニアじゃない人にもグラフを作ってもらえそう" Tags = [] 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 4e4f00e..37961a2 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 @@ -1,7 +1,7 @@ +++ title = "MetabaseでGeojsonを用いたカスタムマップを利用する" date = 2020-03-01T09:15:53+08:00 -Description = "オープンソースのお手軽BIツール・Metabaseで自分で作成した白地図上にデータを可視化できるようになっていたようなので、試してみました" +description = "オープンソースのお手軽BIツール・Metabaseで自分で作成した白地図上にデータを可視化できるようになっていたようなので、試してみました" Tags = [] Categories = ["Tools", "Metabase"] images = ["images/41603208672_984110305c_z.jpg"] diff --git a/content/labs/visualization/2020-06-13-different-types-of-graphs.md b/content/labs/visualization/2020-06-13-different-types-of-graphs.md index 96859ba..01f6c9d 100644 --- a/content/labs/visualization/2020-06-13-different-types-of-graphs.md +++ b/content/labs/visualization/2020-06-13-different-types-of-graphs.md @@ -1,7 +1,7 @@ +++ title="色々あるグラフをどのように使い分けるか、まとめてみます" date=2020-06-13 -Description="グラフをどのように使い分けるか、『グラフを作る前に読む本』にまとめられていたのでメモします" +description="グラフをどのように使い分けるか、『グラフを作る前に読む本』にまとめられていたのでメモします" images = [""] chart=true +++ 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 01c44b1..cc41831 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,6 +1,6 @@ +++ Categories = [ "AWS" ] -Description = "6th Jan 2016に行われたAWS User Group Singaporeのレポートです。ただし英語。。。" +description = "6th Jan 2016に行われたAWS User Group Singaporeのレポートです。ただし英語。。。" Tags = [ "Singapore" ] date = "2016-01-08T22:23:32+08:00" title = "AWS UG Singapore Meetup Report (6th Jan 2016)" 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 4b667bf..e7171d2 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,6 +1,6 @@ +++ Categories = ["つれづれ"] -Description = "シンガポールでIELTSの試験を受けました。IELTSがそうなのか、シンガポールの試験を受ける仕組みがそうなのか、まだ区別できていませんが、日本と違うなと思ったことを記録しておきます" +description = "シンガポールでIELTSの試験を受けました。IELTSがそうなのか、シンガポールの試験を受ける仕組みがそうなのか、まだ区別できていませんが、日本と違うなと思ったことを記録しておきます" Tags = ["Singapore"] date = "2016-02-28T23:03:10+08:00" title = "シンガポールで資格試験を受けてきて日本と違うなと思った3つのこと" 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 bfbb22d..dab2200 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,5 +1,5 @@ +++ -Description = "気仙沼発のカフェ・フユセイルコーヒーをコーヒー豆から挽いて飲んでいます" +description = "気仙沼発のカフェ・フユセイルコーヒーをコーヒー豆から挽いて飲んでいます" Tags = ["kesennuma"] Categories = ["coffee"] date = "2016-12-08T00:37:24+08:00" 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 97cf608..424dc85 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,5 +1,5 @@ +++ -Description = "日本に一時帰国中に両親とコミュニケーションをとるためにやることリストを検討しました" +description = "日本に一時帰国中に両親とコミュニケーションをとるためにやることリストを検討しました" Tags = ["Line"] Categories = ["メモ"] date = "2017-07-01T20:45:07+08:00" 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 9cdcaf5..e147a91 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 @@ -1,7 +1,7 @@ +++ title = "飲茶酒楼で点心を食べてきた!" date = "2017-07-29T20:07:51+09:00" -Description = "有名?な点心屋さんに行って、点心を食べてきました。シンガポールのチャイナタウンにありますよ。" +description = "有名?な点心屋さんに行って、点心を食べてきました。シンガポールのチャイナタウンにありますよ。" Tags = ["Singapore", "Chinatown"] Categories = ["Chinese"] draft = false 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 7fbbc7a..59a7ac2 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 @@ -1,7 +1,7 @@ +++ title = "Alibaba Cloudサービスについて" date = 2017-08-20T22:24:03+08:00 -Description = "Alibabaのクラウドサービスについて考えたことでございます。" +description = "Alibabaのクラウドサービスについて考えたことでございます。" Tags = [] Categories = ["Cloud", "China"] draft = false 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 89252bc..476a8f6 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 @@ -1,7 +1,7 @@ +++ title = "フルセイルコーヒーの Light House Blend と HARIO のケトル" date = 2017-08-27T21:00:35+08:00 -Description = "フルセイルコーヒーのLight House Blendを飲み始めました。力強い光で陸地の存在を知らせる<灯台>は海と岬の守り番。眠らない灯台守のための深煎りブレンド。あと、HARIOのケトルも買いました。" +description = "フルセイルコーヒーのLight House Blendを飲み始めました。力強い光で陸地の存在を知らせる<灯台>は海と岬の守り番。眠らない灯台守のための深煎りブレンド。あと、HARIOのケトルも買いました。" Tags = [] Categories = ["コーヒー"] draft = false 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 0377427..c86da49 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 @@ -1,7 +1,7 @@ +++ title = "Hanoi名物のBun Chaを食べてきた" date = 2017-12-02T00:29:49+08:00 -Description = "Hanoi名物のBun Chaを食べました。オバマ元アメリカ大統領も食べたことがあるんだって。" +description = "Hanoi名物のBun Chaを食べました。オバマ元アメリカ大統領も食べたことがあるんだって。" Tags = ["Hanoi"] Categories = ["旅行"] draft = false 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 ebb17cd..98fd912 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 @@ -1,7 +1,7 @@ +++ title = "Cau Go Restaurant Hanoi: ハノイにあるベトナム料理のレストラン" date = 2018-01-28T14:11:23+08:00 -Description = "ハノイ出張に行き、お勧めされた Cau Go Restaurant に行ってきました。ロケーション・景色・料理、すべてが良かったです。" +description = "ハノイ出張に行き、お勧めされた Cau Go Restaurant に行ってきました。ロケーション・景色・料理、すべてが良かったです。" Tags = ["Hanoi"] Categories = ["旅行"] draft = false 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 33955f0..8c58423 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 @@ -1,7 +1,7 @@ +++ title = "SIMフリーWifiルーター: AtermMR05LNを買いました" date = 2018-04-01T23:42:02+08:00 -Description = "SIMフリーWiFIルーターのAterm MR05LNを買いました" +description = "SIMフリーWiFIルーターのAterm MR05LNを買いました" Tags = [] Categories = ["Gadget"] draft = false 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 caa4655..34c2002 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 @@ -1,7 +1,7 @@ +++ title = "Brainwakecafeを訪ねてきました" date = 2018-04-28T10:12:17+09:00 -Description = "Sukhumvit Soi23の奥の方にあるカフェ。ブログを検索していて、オシャレスポットであることを知る。バンコク旅行の最終日に訪問。" +description = "Sukhumvit Soi23の奥の方にあるカフェ。ブログを検索していて、オシャレスポットであることを知る。バンコク旅行の最終日に訪問。" Tags = ["Bangkok"] 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 7248375..02ae8d5 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 @@ -1,7 +1,7 @@ +++ title = "ハノイの週末" date = 2018-05-18T21:03:59+08:00 -Description = "ハノイの週末を360度カメラで撮影してきました。" +description = "ハノイの週末を360度カメラで撮影してきました。" Tags = ["Hanoi"] 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 391cef9..57f5677 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 @@ -1,7 +1,7 @@ +++ title = "Hanoiにあるカフェ: Maison de Tet Decor" date = 2018-06-25T23:36:05+08:00 -Description = "Hanoi市街地から少し離れた宝石のようなカフェに行ってきました。" +description = "Hanoi市街地から少し離れた宝石のようなカフェに行ってきました。" Tags = ["Hanoi"] 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 36c8a98..f340931 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 @@ -1,7 +1,7 @@ +++ title = "日本で免税ショッピングを楽しむよ" date = 2018-08-18T17:51:50+09:00 -Description = "「免税」という言葉があることは知っていましたが、よくわかっていないので調べてみました。海外で働いている日本人は、日本に一時帰国中でも免税ができるそうなので、日本に帰国して実際に試してみました。" +description = "「免税」という言葉があることは知っていましたが、よくわかっていないので調べてみました。海外で働いている日本人は、日本に一時帰国中でも免税ができるそうなので、日本に帰国して実際に試してみました。" Tags = [] 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 fe53dc9..cccdefa 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 @@ -1,7 +1,7 @@ +++ title = "Huen Muai Jai: 北部タイ料理を食べられるお店" date = 2019-04-21T17:38:34+08:00 -Description = "Chiang Maiにある北部タイ料理を食べられるレストラン、Huen Muai Jaiを訪ねました。" +description = "Chiang Maiにある北部タイ料理を食べられるレストラン、Huen Muai Jaiを訪ねました。" Tags = ["Chiang Mai"] 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 20ac9ca..01b7af5 100644 --- a/content/post/2019/06/23/2019-06-23_sirocco.md +++ b/content/post/2019/06/23/2019-06-23_sirocco.md @@ -1,7 +1,7 @@ +++ title = "Sirocco: バンコクにあるルーフトップバー" date = 2019-06-23T15:05:34+08:00 -Description = "ゴールデンウィークに日本から友人が訪ねてきてくれたので、ルーフトップバー Sirocco に行ってきました" +description = "ゴールデンウィークに日本から友人が訪ねてきてくれたので、ルーフトップバー Sirocco に行ってきました" Tags = ["Bangkok"] 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 c0bf291..8062609 100644 --- a/content/post/2019/08/11/2019-08-11-SakeIchiban.md +++ b/content/post/2019/08/11/2019-08-11-SakeIchiban.md @@ -1,7 +1,7 @@ +++ title = "中洲にあるコストパフォーマンスの良いお店: 酒一番" date = 2019-08-11T13:05:34+08:00 -Description = "7月のタイの連休にこっそり行ってきました。隣に座った方から「実家から離れて東京に出たり、海外に出たりといったことは自分たちもしたかった。でも自分たちの若い頃はそういった時代じゃなかったんだ」と言われたのが印象深かったです。" +description = "7月のタイの連休にこっそり行ってきました。隣に座った方から「実家から離れて東京に出たり、海外に出たりといったことは自分たちもしたかった。でも自分たちの若い頃はそういった時代じゃなかったんだ」と言われたのが印象深かったです。" Tags = ["博多"] 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 2ea1537..7211437 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 @@ -1,7 +1,7 @@ +++ title = "Line Mobile Thailand生活始めました" date = 2019-09-08T13:05:34+08:00 -Description = "タイで働き始めてもうすぐ10ヶ月程度。よくよく考えてみると、Lineを使っていることが多いことに気づきました。そうであれば、タイでも展開をしているLine MobileのSIMを使った方が料金少なめで済むのではないかと考え申し込みました" +description = "タイで働き始めてもうすぐ10ヶ月程度。よくよく考えてみると、Lineを使っていることが多いことに気づきました。そうであれば、タイでも展開をしているLine MobileのSIMを使った方が料金少なめで済むのではないかと考え申し込みました" 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 6bd7e86..6d60183 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 @@ -1,7 +1,7 @@ +++ title = "野毛を訪ねてきました" date = 2019-11-02T10:05:34+08:00 -Description = "一時帰国中に横浜の野毛を訪ねてきました。おでんとどぜう鍋をおいしくいただいてきました。" +description = "一時帰国中に横浜の野毛を訪ねてきました。おでんとどぜう鍋をおいしくいただいてきました。" 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 d8fa9a0..ca5d53d 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 @@ -1,7 +1,7 @@ +++ title = "ウェアハウス川崎を訪ねてきました" date = 2019-11-09T10:05:34+08:00 -Description = "一時帰国中に川崎にあるゲームセンター・ウェアハウス川崎を訪ねてきました。香港にある九龍城をモチーフにしたゲームセンターだそうです" +description = "一時帰国中に川崎にあるゲームセンター・ウェアハウス川崎を訪ねてきました。香港にある九龍城をモチーフにしたゲームセンターだそうです" 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 b20f340..3e43e16 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 @@ -1,7 +1,7 @@ +++ title = "May Veggieを訪ねてきました" date = 2020-02-16T10:10:34+08:00 -Description = "Asokにあるベジタリアンレストラン May Veggie を訪ねてきました" +description = "Asokにあるベジタリアンレストラン May Veggie を訪ねてきました" 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 d8957cc..7380886 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 @@ -1,7 +1,7 @@ +++ title = "緊急事態宣言が緩和しつつあるバンコクでのお食事をまとめます" date = 2020-08-01T10:10:34+08:00 -Description = "緊急事態宣言が緩和されつつあるバンコクで、6/15〜に外でお食事した写真をまとめていますよ。" +description = "緊急事態宣言が緩和されつつあるバンコクで、6/15〜に外でお食事した写真をまとめていますよ。" 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 aae98bb..d341d5f 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 @@ -1,7 +1,7 @@ +++ title = "日本に帰国して驚いたこと・試してみたこと" date = 2021-01-20T10:10:34+09:00 -Description = "6年ぶりに日本に帰国して驚いたことや試してみたことをまとめてみました" +description = "6年ぶりに日本に帰国して驚いたことや試してみたことをまとめてみました" 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 0af8591..2f250cf 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,6 +1,6 @@ +++ Categories = [] -Description = "『数学ガール-ゲーテルの不完全性定理』を読んで気になった部分をまとめました。" +description = "『数学ガール-ゲーテルの不完全性定理』を読んで気になった部分をまとめました。" Tags = [] date = "2016-02-01T11:49:22+08:00" title = "新しい道へ進むときには、誰でもためらうものなんだよ" 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 ae0d5e8..ddd036b 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,6 +1,6 @@ +++ Categories = [] -Description = "いきものがかりのギター・リードを担当する水野良樹さんが語る「感じ取られるべきもの」について" +description = "いきものがかりのギター・リードを担当する水野良樹さんが語る「感じ取られるべきもの」について" Tags = [] date = "2016-02-14T23:10:46+08:00" title = "人間とは”感じとる”いきものだ" 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 7b290ae..ad414aa 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,6 +1,6 @@ +++ Categories = [] -Description = "日本ラグビーの今後の指導方針についての提言。Numberからの引用です" +description = "日本ラグビーの今後の指導方針についての提言。Numberからの引用です" Tags = [] date = "2016-02-22T23:30:27+08:00" title = "おそろしくたくさん練習した日本は南アフリカに勝てた" 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 175781b..0484155 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,6 +1,6 @@ +++ Categories = [] -Description = "『数学ガール/乱択アルゴリズム』で気になった部分を引用しています。「約束は、意思の表明だ。きみはーーどんな道を歩む?」" +description = "『数学ガール/乱択アルゴリズム』で気になった部分を引用しています。「約束は、意思の表明だ。きみはーーどんな道を歩む?」" Tags = [] date = "2016-03-19T22:37:00+08:00" title = "約束を守らないのは、悪者。約束が守れなくなるのは事故。でも……約束をしないのは弱虫だ" 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 6a0e82f..121f2c4 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,6 +1,6 @@ +++ Categories = [] -Description = "「このことは、地図に限らない、マニュアルであったり、あるいはハウツー本であったり、他人からのアドバイスであったり、あらゆる「案内」において、最も難しいのは、自分の状態を把握することなのだ」そうだけれども、自分の状態を把握することに時間がかかる人はセンスが無いということなのか…" +description = "「このことは、地図に限らない、マニュアルであったり、あるいはハウツー本であったり、他人からのアドバイスであったり、あらゆる「案内」において、最も難しいのは、自分の状態を把握することなのだ」そうだけれども、自分の状態を把握することに時間がかかる人はセンスが無いということなのか…" Tags = [] date = "2016-03-27T20:45:32+08:00" title = "あらゆる「案内」において、最も難しいのは、自分の状態を把握すること" 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 76fcb24..865a74f 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 @@ -1,7 +1,7 @@ +++ title = "数学ガール ポアンカレ予想で気になった部分" date = 2018-05-20T22:51:19+08:00 -Description = "数学ガール ポアンカレ予想で気になった部分を引用しておきます" +description = "数学ガール ポアンカレ予想で気になった部分を引用しておきます" Tags = [] 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 2fabcb5..da25e50 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 @@ -1,7 +1,7 @@ +++ title = "星系出雲の兵站1で気になった部分" date = 2019-04-17 -Description = "兵站(= Military Logistics)にスポットを当てたSF小説ということで読んでみました。" +description = "兵站(= Military Logistics)にスポットを当てたSF小説ということで読んでみました。" Tags = [] Categories = [] +++ 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 a995076..737ecfa 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 @@ -1,7 +1,7 @@ +++ title = "星系出雲の兵站3で気になった部分" date = 2019-05-26 -Description = "兵站(= Military Logistics)にスポットを当てたSF小説ということで読んでみました。" +description = "兵站(= Military Logistics)にスポットを当てたSF小説ということで読んでみました。" Tags = [] Categories = [] +++ 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 707c7dd..f3d9dc5 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 @@ -1,7 +1,7 @@ +++ title = "物事の是非は、決断したときに決まるものではない。評価が定まるのは、常にあとになってからだ。" date = 2019-07-21T19:00:09+08:00 -Description = "半沢直樹を読みました。原作もテレビと同じでスカッとする活劇だったんですね!" +description = "半沢直樹を読みました。原作もテレビと同じでスカッとする活劇だったんですね!" Tags = [] 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 af0f152..82ecb44 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 @@ -1,7 +1,7 @@ +++ title = "レースに戻りたいとは思っても、F1に未練は感じなかったね" date = 2019-07-16 -Description = "元F1レーサーのジェンソン・バトンがスーパーGTドライバーになるにあたってのコメントを引用しました" +description = "元F1レーサーのジェンソン・バトンがスーパーGTドライバーになるにあたってのコメントを引用しました" Tags = [] 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 0378877..16de736 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 @@ -1,7 +1,7 @@ +++ title = "我々が未踏分野を切り開く。だからこそ、機械的に判断して機械的に動く。そうすれば何が足りないのか見えてくる" date = 2019-08-04 -Description = "兵站(= Military Logistics)にスポットを当てたSF小説ということで読んでみました。" +description = "兵站(= Military Logistics)にスポットを当てたSF小説ということで読んでみました。" Tags = [] Categories = [] +++ 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 cff756a..572267c 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 @@ -1,7 +1,7 @@ +++ title = "語弊を恐れず言えば、2015年W杯で日本が南アフリカに勝利したのは日本ラグビー界の「システムの勝利」ではありません" date = 2019-10-05 -Description = "2015年W杯直後の岩渕健輔 ラグビー日本代表GMのインタビュー記事を読み直しました。" +description = "2015年W杯直後の岩渕健輔 ラグビー日本代表GMのインタビュー記事を読み直しました。" Tags = [] Categories = [] +++ 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 caf3e3b..ee9ac60 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 @@ -1,7 +1,7 @@ +++ title = "戦費全体で見れば、艦隊決戦は派手だが安い、膠着状態は地味だが、長期化により確実に社会の資産を食い尽くす。" date = 2020-01-19 -Description = "兵站(= Military Logistics)にスポットを当てたSF小説ということで読んでみました。" +description = "兵站(= Military Logistics)にスポットを当てたSF小説ということで読んでみました。" Tags = [] 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 4ef253b..24edb3f 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 @@ -1,7 +1,7 @@ +++ title = "わたしはずっと前から、「自分が誰かと仕事をしたら『つぎもあいつと仕事がしたい』と言わせよう」というのがモットーだったんです。" date = 2020-01-27 -Description = "『岩田聡はこんなことを話していた』を読んでいて、気になった部分をまとめてみました。" +description = "『岩田聡はこんなことを話していた』を読んでいて、気になった部分をまとめてみました。" Tags = [] 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 fbac146..2706a16 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 @@ -1,7 +1,7 @@ +++ title = "結局、万人が納得するような綺麗でエレガントな解答などない。その事実を前に、自分たちは泥を被っていかねばならない。ただ泥をかぶるのは避けられないとしても、被る泥の量は減らせるのだ。" date = 2020-03-13 -Description = "星系出雲兵站-遠征- 2で気になった部分" +description = "星系出雲兵站-遠征- 2で気になった部分" Tags = [] 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 2eeb0dd..e71c7b4 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 @@ -1,7 +1,7 @@ +++ title = "人は変わることができる。意識を変えねばならない状況に置かれれば彼も変わるだろう。" date = 2020-03-22 -Description = "星系出雲兵站-遠征- 3で気になった部分をまとめています" +description = "星系出雲兵站-遠征- 3で気になった部分をまとめています" Tags = [] 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 1b6c35a..baa3b0a 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 @@ -1,7 +1,7 @@ +++ title = "自分が安全な場所にいて、部下だけが必要以上に危険に身を晒すようなことが我慢できないからである。" date = 2020-06-12 -Description = "星系出雲兵站-遠征- 4で気になった部分をまとめています" +description = "星系出雲兵站-遠征- 4で気になった部分をまとめています" Tags = [] 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 1fae578..77d2429 100644 --- a/content/quotes/2020/06/2020-06-27-favorite-tweets.md +++ b/content/quotes/2020/06/2020-06-27-favorite-tweets.md @@ -1,7 +1,7 @@ +++ title = "必要な前提知識がない対象に、大前提や基礎の理解を無視して、理解させるのなんてのは無理だよ。" date = 2020-06-27 -Description = "お気に入りのTweetをまとめました。" +description = "お気に入りのTweetをまとめました。" Tags = [] Categories = [] +++ 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 9b06392..0c0b1b2 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 @@ -1,7 +1,7 @@ +++ title = "敵も多いが味方も多い—。だけど、味方は圧倒的なシンパばかりなんだそうです" date = 2020-12-04 -Description = "『半沢直樹 アルルカンと道化師』で気になった部分をまとめました" +description = "『半沢直樹 アルルカンと道化師』で気になった部分をまとめました" Tags = [] Categories = [] +++ diff --git a/content/travel/2016/2016-01-12-chianmai-travel.md b/content/travel/2016/2016-01-12-chianmai-travel.md index f583633..29c88c3 100644 --- a/content/travel/2016/2016-01-12-chianmai-travel.md +++ b/content/travel/2016/2016-01-12-chianmai-travel.md @@ -1,6 +1,6 @@ +++ Categories = ["旅行"] -Description = "2015-2016の年末年始は友達を訪ねてChiang Maiに行きました。" +description = "2015-2016の年末年始は友達を訪ねてChiang Maiに行きました。" Tags = [ "Chiang Mai" ] date = "2016-01-12T23:19:01+08:00" title = "友達訪ねてChiang Maiに行ってきた" 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 5c1b48d..240eff2 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,6 +1,6 @@ +++ Categories = ["旅行"] -Description = "シンガポールからバスでマラッカへ向かう時の注意事項" +description = "シンガポールからバスでマラッカへ向かう時の注意事項" Tags = ["Singapore", "Malacca"] date = "2016-02-06T22:37:22+08:00" title = "シンガポールからマラッカへのバス旅行" 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 22d5bd2..58ea680 100644 --- a/content/travel/2016/2016-02-09-stay-in-malacca.md +++ b/content/travel/2016/2016-02-09-stay-in-malacca.md @@ -1,6 +1,6 @@ +++ Categories = ["旅行"] -Description = "マラッカへ旅行してきました。" +description = "マラッカへ旅行してきました。" Tags = ["Malacca"] date = "2016-02-09T22:25:13+08:00" title = "マラッカ海峡で有名なマラッカへ行ってきました" diff --git a/content/travel/2016/2016-09-13-trip2bali.md b/content/travel/2016/2016-09-13-trip2bali.md index dd89255..0be04c6 100644 --- a/content/travel/2016/2016-09-13-trip2bali.md +++ b/content/travel/2016/2016-09-13-trip2bali.md @@ -1,6 +1,6 @@ +++ Categories = ["旅行"] -Description = "バリ島に旅行に行ってきました。" +description = "バリ島に旅行に行ってきました。" Tags = ["Bali"] date = "2016-09-13T23:07:43+08:00" title = "バリ島に行ってきました♪" 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 8ba55d8..d9ce57e 100644 --- a/content/travel/2017/2017-11-26-singapore-sightseeing-2017.md +++ b/content/travel/2017/2017-11-26-singapore-sightseeing-2017.md @@ -1,7 +1,7 @@ +++ title = "シンガポールの主だった観光地を回ってきました。" date = 2017-11-26T22:54:05+08:00 -Description = "お友達がシンガポールに弾丸でやってきたので、主だった観光地を案内して回りました。" +description = "お友達がシンガポールに弾丸でやってきたので、主だった観光地を案内して回りました。" Tags = ["Singapore"] Categories = ["旅行"] images = ["images/24757210958_9bdb218cf8.jpg"] 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 9af2e32..0fed2b8 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 @@ -1,7 +1,7 @@ +++ title = "ジョホールバルからクアラルンプールの電車旅行" date = 2017-12-25T22:40:04+08:00 -Description = " 「世界の車窓から」でマレー鉄道が取り上げられているのを見て、ふと思い立ってジョホールバルからクアラルンプールまで電車で移動してみました。" +description = " 「世界の車窓から」でマレー鉄道が取り上げられているのを見て、ふと思い立ってジョホールバルからクアラルンプールまで電車で移動してみました。" Tags = ["Malaysia", "Kuala Lumpur"] Categories = ["旅行"] draft = false 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 af089b7..27236cd 100644 --- a/content/travel/2017/2017-12-26-batu-caves-kl.md +++ b/content/travel/2017/2017-12-26-batu-caves-kl.md @@ -1,7 +1,7 @@ +++ title = "クアラルンプールにあるBatu Cavesを訪ねてきました" date = 2017-12-26T22:22:22+08:00 -Description = "クアラルンプールの観光地を尋ねてみたら、Batu Cavesをお勧めされたので行ってきました。「洞窟なんだろうなぁ」と思って行ったのですが、実物はヒンディー教の寺院でした(洞窟の中に寺院があった)。" +description = "クアラルンプールの観光地を尋ねてみたら、Batu Cavesをお勧めされたので行ってきました。「洞窟なんだろうなぁ」と思って行ったのですが、実物はヒンディー教の寺院でした(洞窟の中に寺院があった)。" Tags = ["Malaysia", "Kuala Lumpur"] Categories = ["旅行"] draft = false 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 c4a8342..bb18f47 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 @@ -1,7 +1,7 @@ +++ title = "バックパッカーの聖地ということで有名なカオサン通りを訪ねてきました" date = 2018-04-08T19:03:49+08:00 -Description = "バックパッカーの聖地ということで有名なカオサン通りを訪ねてきました" +description = "バックパッカーの聖地ということで有名なカオサン通りを訪ねてきました" Tags = ["Bangkok", "Kahosan Road"] 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 d3f7006..0c6cf23 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 @@ -1,7 +1,7 @@ +++ title = "バンコクからチェンマイへの寝台列車の旅" date = 2019-05-01T12:49:49+08:00 -Description = "バンコクからチェンマイへ寝台列車に乗って旅してきました" +description = "バンコクからチェンマイへ寝台列車に乗って旅してきました" Tags = ["Bangkok", "Chiang Mai"] 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 eb5da81..f02a179 100644 --- a/content/travel/2019/2019-06-16-shwedagon-pagoda-visitation.md +++ b/content/travel/2019/2019-06-16-shwedagon-pagoda-visitation.md @@ -1,7 +1,7 @@ +++ title = "ミャンマー仏教の総本山、シェダゴンパゴダへ" date = 2019-06-16T16:43:41+07:00 -Description = "2019/05/18-20の期間、ヤンゴン旅行へ行ってきました。ミャンマー仏教の総本山、シェダゴンパゴダへ行ってきました。" +description = "2019/05/18-20の期間、ヤンゴン旅行へ行ってきました。ミャンマー仏教の総本山、シェダゴンパゴダへ行ってきました。" Tags = ["Yangon"] 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 828a649..ee858ef 100644 --- a/content/travel/2019/2019-06-17-Yangon-19th-Street.md +++ b/content/travel/2019/2019-06-17-Yangon-19th-Street.md @@ -1,7 +1,7 @@ +++ title = "ヤンゴンの飲屋街、19番ストリートへ" date = 2019-06-17T11:50:41+07:00 -Description = "2019/05/18-20の期間、ヤンゴン旅行へ行ってきました。19番ストリートを楽しんできました" +description = "2019/05/18-20の期間、ヤンゴン旅行へ行ってきました。19番ストリートを楽しんできました" Tags = ["Yangon"] 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 aa2d795..6b55239 100644 --- a/content/travel/2020/2020-01-29-nepal-travel.md +++ b/content/travel/2020/2020-01-29-nepal-travel.md @@ -1,7 +1,7 @@ +++ title = "カトマンズを訪ねる旅へ" date = 2020-01-28T15:49:49+08:00 -Description = "ネパールの首都カトマンズを訪ねてきました。エベレストを見てきましたよ" +description = "ネパールの首都カトマンズを訪ねてきました。エベレストを見てきましたよ" Tags = ["Katmandu", "Nepal"] Categories = ["旅行"] images = ["https://live.staticflickr.com/65535/49450740856_d5fd2be650_z.jpg"] diff --git a/content/travel/2020/2020-11-14-hua-hin-travel.md b/content/travel/2020/2020-11-14-hua-hin-travel.md index c9f9bad..c4cc26c 100644 --- a/content/travel/2020/2020-11-14-hua-hin-travel.md +++ b/content/travel/2020/2020-11-14-hua-hin-travel.md @@ -1,9 +1,10 @@ +++ title = "ホアヒンを訪ねてきました" date = 2020-11-14T10:49:49+08:00 -Description = "タイの「葉山」、ホアヒンを訪ねてきました。" -Tags = ["HuaHin"] -Categories = ["旅行"] +description = "タイの「葉山」、ホアヒンを訪ねてきました。" +tags = ["HuaHin"] +categories = ["旅行"] +author = "kazu634" images = ["https://live.staticflickr.com/65535/49450740856_d5fd2be650_z.jpg"] +++ @@ -13,7 +14,7 @@ images = ["https://live.staticflickr.com/65535/49450740856_d5fd2be650_z.jpg"] ホアヒンの場所はここです。バンコクから見ると、ちょうどパタヤの反対側にあるイメージです: ![Image](https://farm66.staticflickr.com/65535/50599699317_348bf8ab5a_c.jpg) - + ## 移動手段 バンコクからは車だと2〜3時間程度だそうです。私は鉄道を使って行きました。Special Expressというのに乗ると、ご飯がついてきます。ご飯はこんな感じです: @@ -54,4 +55,4 @@ Special Expressの到着ということで、駅には人混みが: ![Image](https://farm66.staticflickr.com/65535/50597050623_e8fe36ee9e_c.jpg) ## まとめ -本当はインスタ映えスポットなどあるのですが、滞在した3日間では雨降りが多くて、ほとんどホテルの中で過ごしたのでした。。 \ No newline at end of file +本当はインスタ映えスポットなどあるのですが、滞在した3日間では雨降りが多くて、ほとんどホテルの中で過ごしたのでした。。