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 425b018..19846cb 100644 --- a/content/labs/golang/2017-08-19-how2tweet-using-golang.md +++ b/content/labs/golang/2017-08-19-how2tweet-using-golang.md @@ -5,7 +5,7 @@ Description = "Golangを利用してTwitterにツイートする方法を調べ Tags = [] Categories = ["Golang"] draft = false -image="https://farm5.staticflickr.com/4441/36623773886_ef58e32e8e.jpg" +images = ["https://farm5.staticflickr.com/4441/36623773886_ef58e32e8e.jpg"] +++ 簡単なWeb APIサーバを`golang`で作ることをもくろんでいて、その一環で現在`golang`で`Twitter`に投稿する方法を調べています。調べた結果をシェアします: 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 bf2e18d..0ad2ae9 100644 --- a/content/labs/golang/2017-09-03-golang-to-handle-xlsx-files.md +++ b/content/labs/golang/2017-09-03-golang-to-handle-xlsx-files.md @@ -4,7 +4,7 @@ date = 2017-09-03T22:47:31+08:00 Description = "GolangでどうすればExcelファイルを読み込めるのか調べました。" Tags = [] Categories = ["Golang"] -thumbnail = "images/6052788455_79a263eeea.jpg" +images = ["images/6052788455_79a263eeea.jpg"] +++ `github.com/tealeg/xlsx`を用いればいいみたいということがわかりました。 diff --git a/content/labs/golang/2018-09-02-pocket-archive-api-server.md b/content/labs/golang/2018-09-02-pocket-archive-api-server.md index fa0dbd9..937922d 100644 --- a/content/labs/golang/2018-09-02-pocket-archive-api-server.md +++ b/content/labs/golang/2018-09-02-pocket-archive-api-server.md @@ -1,5 +1,5 @@ +++ -thumbnail = "images/5691141369_0eb8199f37_z.jpg" +images = ["images/5691141369_0eb8199f37_z.jpg"] tags = [] categories = ["golang", "programming"] date = "2018-09-02T18:40:47+09:00" 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 5933323..1d7c1e0 100644 --- a/content/labs/golang/2019-01-06-go-excel-util-using-tview.md +++ b/content/labs/golang/2019-01-06-go-excel-util-using-tview.md @@ -4,7 +4,7 @@ date = 2019-01-06T23:07:40+07:00 Description = "Golangのライブラリtviewを使うと、お気軽にCUIを作成できるみたいなので、お試しで使ってみました。今回はExcelファイルの中身を確認するよ。" Tags = [] Categories = ["golang", "programming"] -image="https://farm5.staticflickr.com/4849/45718165635_328355a940_z.jpg" +images = ["https://farm5.staticflickr.com/4849/45718165635_328355a940_z.jpg"] +++ 「[gocuiのコンポーネントライブラリを作った話](https://qiita.com/gorilla0513/items/ea26398e6dfcaf0674c2)」という記事を読んでいて、[rivo/tview](https://github.com/rivo/tview)というライブラリを使うと、CUIをお手軽に作成できるようなので、お試しで使ってみました。 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 a143e80..20827d9 100644 --- a/content/labs/golang/2019-02-23-line-sdk-go.md +++ b/content/labs/golang/2019-02-23-line-sdk-go.md @@ -4,7 +4,7 @@ date = 2019-03-03T19:12:22+08:00 Description = "GolangでLine APIを利用してみましたよ。" Tags = [] Categories = ["golang", "programming"] -image="https://farm9.staticflickr.com/8462/29581774242_bf25a0a820_z.jpg" +images = ["https://farm9.staticflickr.com/8462/29581774242_bf25a0a820_z.jpg"] +++ # GolangでLine APIをいじくる 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 b91ebb8..bddea8e 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 @@ -5,7 +5,7 @@ Tags = [] Categories = ["AWS"] date = "2016-11-06T23:38:21+08:00" title = "aws-cliを用いてEC2インスタンスの情報を取得する" -image="https://c1.staticflickr.com/9/8561/15670725648_356a50f786.jpg" +images = ["https://c1.staticflickr.com/9/8561/15670725648_356a50f786.jpg"] +++ お仕事で必要に迫られたのでAWS EC2の利用状況をコマンドラインから取得する方法を調べてみました。どうやら`aws-cli`というのを使うのがお手軽みたい。 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 b199912..c6d9672 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 @@ -3,7 +3,7 @@ title="Legoの使い方メモ" date=2019-04-14 publishdate=2019-04-14 Description="Legoを用いたDNS経由でのSSL/TSL証明書取得について調べた内容をまとめました" -image="https://live.staticflickr.com/2554/4156026735_6b97110206.jpg" +images = ["https://live.staticflickr.com/2554/4156026735_6b97110206.jpg"] Categories = ["インフラ"] +++ 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 888ac1d..9c8d60a 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 @@ -3,7 +3,7 @@ title="Leaflet.jsでMapboxのタイルを用いて地図を表示する" date=2019-04-08 publishdate=2019-04-08 Description="Leaflet.jsでMapboxのタイルを用いて地図を表示するよ" -image="https://farm9.staticflickr.com/8462/29581774242_bf25a0a820_z.jpg" +images = ["https://farm9.staticflickr.com/8462/29581774242_bf25a0a820_z.jpg"] leaflet=true +++ 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 989d7c7..46b9763 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 @@ -4,7 +4,7 @@ Description = "Pacemaker + Corosyncを用いてクラスタ環境を構築して Tags = [] date = "2016-06-26T23:02:50+08:00" title = "Pacemaker + Corosyncを用いてクラスタ環境の構築 - 事前準備" -thumbnail = "images/7241213444_1c8a40e897.jpg" +images = ["images/7241213444_1c8a40e897.jpg"] +++ お仕事でLinux環境でHAクラスタを検証する必要が出てきたので、手順を調べてみました。 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 0d9cd94..b361e9c 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 @@ -5,7 +5,7 @@ Tags = [] date = "2016-07-02T23:48:32+08:00" draft = false title = "Pacemaker + Corosyncを用いてクラスタ環境の構築 - iSCSIサーバを利用した共有ディスクの作成" -thumbnail = "images/7241213444_1c8a40e897.jpg" +images = ["images/7241213444_1c8a40e897.jpg"] +++ お仕事でLinux環境でHAクラスタを検証する必要が出てきたので、手順を調べてみました。 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 6fa24f9..d4a4e48 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 @@ -5,7 +5,7 @@ Tags = [] date = "2016-07-10T23:48:32+08:00" draft = false title = "Pacemaker + Corosyncを用いてクラスタ環境の構築 - Pacemaker, Corosyncの構築" -thumbnail = "images/7241213444_1c8a40e897.jpg" +images = ["images/7241213444_1c8a40e897.jpg"] +++ お仕事でLinux環境でHAクラスタを検証する必要が出てきたので、手順を調べてみました。 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 9c36bc0..3bebe5c 100644 --- a/content/labs/linux/2017-11-11-lpic-ot-devopstoolsengineer.md +++ b/content/labs/linux/2017-11-11-lpic-ot-devopstoolsengineer.md @@ -4,7 +4,7 @@ date = 2017-11-11T22:58:38+08:00 Description = "LPICについて調べていたら、英語でしか受験できないLPIC OT: DevOps Tools Engineerという試験を見つけたよ。最近のオープンソースを用いたDevOps関係のはやりを抑えた試験になっているみたい" Tags = [] Categories = ["Linux"] -thumbnail = "images/38278788676_0cd63ffc01.jpg" +images = ["images/38278788676_0cd63ffc01.jpg"] draft = false +++ diff --git a/content/labs/linux/2018-08-26-linux-disk-cache.md b/content/labs/linux/2018-08-26-linux-disk-cache.md index 3ffcab0..6492b51 100644 --- a/content/labs/linux/2018-08-26-linux-disk-cache.md +++ b/content/labs/linux/2018-08-26-linux-disk-cache.md @@ -1,5 +1,5 @@ +++ -thumbnail = "images/9592407287_1bb4d50e78_z.jpg" +images = ["images/9592407287_1bb4d50e78_z.jpg"] tags = [] categories = ["Linux", "インフラ"] date = "2018-08-26T23:06:30+08:00" diff --git a/content/labs/linux/2018-09-11-try-using-statup.md b/content/labs/linux/2018-09-11-try-using-statup.md index b134db8..242cee3 100644 --- a/content/labs/linux/2018-09-11-try-using-statup.md +++ b/content/labs/linux/2018-09-11-try-using-statup.md @@ -1,5 +1,5 @@ +++ -thumbnail = "images/43806262985_22aca620eb_z.jpg" +images = ["images/43806262985_22aca620eb_z.jpg"] tags = [] categories = ["インフラ"] date = "2018-09-11T01:25:05+09:00" 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 7af6e0d..2c4f6af 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 @@ -4,7 +4,7 @@ Description = "Hubot使ってみたかったから、nodebrewを使って、node Tags = [] date = "2016-03-20T14:53:36+08:00" title = "nodebrewを使って、node.jsをMacにインストールしてみた" -thumbnail = "images/4932794177_e73e90a820_z.jpg" +images = ["images/4932794177_e73e90a820_z.jpg"] +++ Node.js Knockout 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 25852ef..2e2c94a 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 @@ -5,7 +5,7 @@ Tags = [] date = "2016-10-31T21:07:13+08:00" draft = false title = "EdgeRouter XとVyOS on AWSで拠点間VPNを構築する" -thumbnail = "images/3100879440_3e9d0ff8dc_b.jpg" +images = ["images/3100879440_3e9d0ff8dc_b.jpg"] +++ [EdgeRouter X がすごい \| yabe\.jp](http://yabe.jp/gadgets/edgerouter-x/)に触発されて、EdgeRouter Xを購入しました。手元のハードとしてきちんとしたルーターがあるっていいことだと思います。色々と実験できるので。 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 de60d67..e61eb28 100644 --- a/content/labs/visualization/2018-07-02-play-with-metabase.md +++ b/content/labs/visualization/2018-07-02-play-with-metabase.md @@ -4,7 +4,7 @@ date = 2018-07-02T21:15:53+08:00 Description = "オープンソースのお手軽BIツール・Metabaseをお試しで使ってみました。これ使えば、エンジニアじゃない人にもグラフを作ってもらえそう" Tags = [] Categories = ["Tools", "Metabase"] -thumbnail = "images/41603208672_984110305c_z.jpg" +images = ["images/41603208672_984110305c_z.jpg"] +++ [Metabase](https://www.metabase.com/)という、オープンソースのお手軽BIツールがあるということで試してみました。これぐらいお手軽だと、エンジニアじゃない人にも「触ってみて」と言えそうです。 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 f585487..4e4f00e 100644 --- a/content/labs/visualization/2020-03-01-how-to-use-metabase-geojson.md +++ b/content/labs/visualization/2020-03-01-how-to-use-metabase-geojson.md @@ -4,7 +4,7 @@ date = 2020-03-01T09:15:53+08:00 Description = "オープンソースのお手軽BIツール・Metabaseで自分で作成した白地図上にデータを可視化できるようになっていたようなので、試してみました" Tags = [] Categories = ["Tools", "Metabase"] -thumbnail = "images/41603208672_984110305c_z.jpg" +images = ["images/41603208672_984110305c_z.jpg"] +++ オープンソースのBIツール・[Metabase](https://github.com/metabase/metabase)をアップグレードしたところ、Geojsonを用いて、自分で用意した地図上にデータの可視化ができるようになっていました。 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 561c838..4b667bf 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 @@ -4,7 +4,7 @@ Description = "シンガポールでIELTSの試験を受けました。IELTSが Tags = ["Singapore"] date = "2016-02-28T23:03:10+08:00" title = "シンガポールで資格試験を受けてきて日本と違うなと思った3つのこと" -thumbnail = "images/14345331717_5cf5cde59d_z.jpg" +images = ["images/14345331717_5cf5cde59d_z.jpg"] +++ 英会話の先生に勧められて、[IELTS](https://ja.wikipedia.org/wiki/IELTS)の試験を受けてきました。[IELTS](https://ja.wikipedia.org/wiki/IELTS)というのは、 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 13f6e2c..bfbb22d 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 @@ -4,7 +4,7 @@ Tags = ["kesennuma"] Categories = ["coffee"] date = "2016-12-08T00:37:24+08:00" title = "コーヒーのある生活: フルセイルコーヒーのリアス" -image="https://c5.staticflickr.com/6/5528/30489092404_9ee12f6786.jpg" +images = ["https://c5.staticflickr.com/6/5528/30489092404_9ee12f6786.jpg"] +++ シンガポールでは Kopi と呼ばれる地元のコーヒーが一般的で、大体160円くらいで飲めます。ただ、日本で言うところの「ドリップ」をしているわけでなく、独特な方法で作られています。 Kopi 以外では、スタバに代表されるカフェラテが主流。こちらは400円以上になっちゃうのかなぁ。 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 58f528b..97cf608 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 @@ -5,7 +5,7 @@ Categories = ["メモ"] date = "2017-07-01T20:45:07+08:00" title = "両親とのコミュニケーション手段を確保するよ" draft = false -image="https://farm3.staticflickr.com/2945/15231860837_337b8b0360_z.jpg" +images = ["https://farm3.staticflickr.com/2945/15231860837_337b8b0360_z.jpg"] +++ いま私はシンガポールで働いているのですが、私の会社では一年に一度12日間を日本で過ごす休暇をいただくことができます。ちょうどお盆期間中に日本に一時帰国予定です。 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 951efe1..9cdcaf5 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 @@ -5,7 +5,7 @@ Description = "有名?な点心屋さんに行って、点心を食べてき Tags = ["Singapore", "Chinatown"] Categories = ["Chinese"] draft = false -image="https://farm5.staticflickr.com/4304/35433458813_20b70790b9.jpg" +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 ff1b834..7fbbc7a 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 @@ -5,7 +5,7 @@ Description = "Alibabaのクラウドサービスについて考えたことで Tags = [] Categories = ["Cloud", "China"] draft = false -thumbnail = "images/25718827003_b8dfdc8fac.jpg" +images = ["images/25718827003_b8dfdc8fac.jpg"] +++ アリババのクラウドサービスがVPN接続をサポートしたようです。今まではインターネット側からしかアクセスできなかったのかな。これでセキュアにオンプレのデータセンターからアクセスできるようになったみたいです。 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 6756716..89252bc 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 @@ -5,7 +5,7 @@ Description = "フルセイルコーヒーのLight House Blendを飲み始めま Tags = [] Categories = ["コーヒー"] draft = false -thumbnail = "images/IMG_0072.JPG" +images = ["images/IMG_0072.JPG"] +++ ![](https://lh3.googleusercontent.com/-iLQthM5QqhM/WaEA5E_j0rI/AAAAAAAAZ3M/BvxWeh-0_3c5cDIprh2XWUga7PLC4rMTQCHMYCw/I/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 f81c8e9..0377427 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 @@ -5,7 +5,7 @@ Description = "Hanoi名物のBun Chaを食べました。オバマ元アメリ Tags = ["Hanoi"] Categories = ["旅行"] draft = false -thumbnail = "images/38744582481_7916e4511f.jpg" +images = ["images/38744582481_7916e4511f.jpg"] +++ ハノイに来て、名物の[Bun cha](https://en.wikipedia.org/wiki/Bun_cha)を食べて来ました。[Bun cha](https://en.wikipedia.org/wiki/Bun_cha)というのは、 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 f37d77e..ebb17cd 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 @@ -5,7 +5,7 @@ Description = "ハノイ出張に行き、お勧めされた Cau Go Restaurant Tags = ["Hanoi"] Categories = ["旅行"] draft = false -thumbnail = "images/26002890188_b3fac7b085_z.jpg" +images = ["images/26002890188_b3fac7b085_z.jpg"] +++ ハノイに出張に行き、お勧めされたCau Go Restraurantに行ってきました。場所は旧市街地の湖畔にあるお店で、ロケーション・景色・料理すべてが良かったです!ガイドブックなどにも掲載されている有名店のようですが、行く価値アリです。 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 d7a22ca..33955f0 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 @@ -5,7 +5,7 @@ Description = "SIMフリーWiFIルーターのAterm MR05LNを買いました" Tags = [] Categories = ["Gadget"] draft = false -thumbnail = "images/41161511511_01c2b81bd2_z.jpg" +images = ["images/41161511511_01c2b81bd2_z.jpg"] +++ シンガポールに住んでいる私ですが、結構シンガポール国外に出ることが多いです。その場合、空港などで現地のSIMを購入し、入れ替えて対応しています。 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 ed49639..caa4655 100644 --- a/content/post/2018/04/28/2018-04-28-braincafe-at-bangkok.md +++ b/content/post/2018/04/28/2018-04-28-braincafe-at-bangkok.md @@ -4,7 +4,7 @@ date = 2018-04-28T10:12:17+09:00 Description = "Sukhumvit Soi23の奥の方にあるカフェ。ブログを検索していて、オシャレスポットであることを知る。バンコク旅行の最終日に訪問。" Tags = ["Bangkok"] Categories = ["旅行"] -thumbnail = "images/41114324812_ffbd19a811.jpg" +images = ["images/41114324812_ffbd19a811.jpg"] +++ 色々と調べてみると、SukhumvitN Soi23にあるBrainwakecafeというのがオシャレスポットとわかり、訪ねてみました。軽い朝ごはんとコーヒーで一息つく。ゆったりとした時間が過ごせるのが嬉しい。オーガニック系の健康に優しい食事を取り揃えているみたい。 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 9425b05..7248375 100644 --- a/content/post/2018/05/18/2018-05-18-hanoi-weekend.md +++ b/content/post/2018/05/18/2018-05-18-hanoi-weekend.md @@ -4,7 +4,7 @@ date = 2018-05-18T21:03:59+08:00 Description = "ハノイの週末を360度カメラで撮影してきました。" Tags = ["Hanoi"] Categories = ["旅行"] -thumbnail = "images/42033629132_bc6df9c4d0_o.jpg" +images = ["images/42033629132_bc6df9c4d0_o.jpg"] +++ ハノイの週末を360度カメラで撮影してきました。 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 78eb291..391cef9 100644 --- a/content/post/2018/06/25/2018-06-25-hanoi-cafe-maison-de-tet-decor.md +++ b/content/post/2018/06/25/2018-06-25-hanoi-cafe-maison-de-tet-decor.md @@ -4,7 +4,7 @@ date = 2018-06-25T23:36:05+08:00 Description = "Hanoi市街地から少し離れた宝石のようなカフェに行ってきました。" Tags = ["Hanoi"] Categories = ["旅行"] -thumbnail = "images/41335917114_1c1d187c35_o.jpg" +images = ["images/41335917114_1c1d187c35_o.jpg"] +++ Hanoiの週末に訪れたカフェ。とてもお洒落で雰囲気のいいお店。また訪れたい。 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 2b8d268..36c8a98 100644 --- a/content/post/2018/08/18/2018-08-18-how-to-do-duty-free-shopping-in-japan.md +++ b/content/post/2018/08/18/2018-08-18-how-to-do-duty-free-shopping-in-japan.md @@ -4,7 +4,7 @@ date = 2018-08-18T17:51:50+09:00 Description = "「免税」という言葉があることは知っていましたが、よくわかっていないので調べてみました。海外で働いている日本人は、日本に一時帰国中でも免税ができるそうなので、日本に帰国して実際に試してみました。" Tags = [] Categories = ["旅行"] -thumbnail = "images/2032727810_2e24bcb68e_z.jpg" +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 ae58cc4..fe53dc9 100644 --- a/content/post/2019/04/21/2019-04-21-huen-muai-jai-in-chiang-mai.md +++ b/content/post/2019/04/21/2019-04-21-huen-muai-jai-in-chiang-mai.md @@ -4,7 +4,7 @@ date = 2019-04-21T17:38:34+08:00 Description = "Chiang Maiにある北部タイ料理を食べられるレストラン、Huen Muai Jaiを訪ねました。" Tags = ["Chiang Mai"] Categories = ["旅行"] -image="https://live.staticflickr.com/65535/46934424104_07703374f9.jpg" +images = ["https://live.staticflickr.com/65535/46934424104_07703374f9.jpg"] +++ Chiang Maiにあるタイ北部の料理を出してくれる有名店。このお店は2015年末にも来ていて、友達と一緒にご飯食べたのでした。 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 5f545d6..20ac9ca 100644 --- a/content/post/2019/06/23/2019-06-23_sirocco.md +++ b/content/post/2019/06/23/2019-06-23_sirocco.md @@ -4,7 +4,7 @@ date = 2019-06-23T15:05:34+08:00 Description = "ゴールデンウィークに日本から友人が訪ねてきてくれたので、ルーフトップバー Sirocco に行ってきました" Tags = ["Bangkok"] Categories = [] -image="https://live.staticflickr.com/65535/47666022432_84617e4480_z.jpg" +images = ["https://live.staticflickr.com/65535/47666022432_84617e4480_z.jpg"] +++ バンコクにあるルーフトップバーの最高峰?景色がいいのは当然として、お金も超一流でした。シャンパン一杯に10,000円程度もかかるなんて。。。 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 d9efc98..c0bf291 100644 --- a/content/post/2019/08/11/2019-08-11-SakeIchiban.md +++ b/content/post/2019/08/11/2019-08-11-SakeIchiban.md @@ -4,7 +4,7 @@ date = 2019-08-11T13:05:34+08:00 Description = "7月のタイの連休にこっそり行ってきました。隣に座った方から「実家から離れて東京に出たり、海外に出たりといったことは自分たちもしたかった。でも自分たちの若い頃はそういった時代じゃなかったんだ」と言われたのが印象深かったです。" Tags = ["博多"] Categories = ["旅行"] -image="https://live.staticflickr.com/65535/48289457097_5e9bfeb4a5_z.jpg" +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 1d4816a..2ea1537 100644 --- a/content/post/2019/09/08/2019-09-08_start-using-line-mobile.md +++ b/content/post/2019/09/08/2019-09-08_start-using-line-mobile.md @@ -3,7 +3,7 @@ title = "Line Mobile Thailand生活始めました" date = 2019-09-08T13:05:34+08:00 Description = "タイで働き始めてもうすぐ10ヶ月程度。よくよく考えてみると、Lineを使っていることが多いことに気づきました。そうであれば、タイでも展開をしているLine MobileのSIMを使った方が料金少なめで済むのではないかと考え申し込みました" Categories = ["gadget"] -image="https://live.staticflickr.com/3779/8978581081_25a8dd4df6_z.jpg" +images = ["https://live.staticflickr.com/3779/8978581081_25a8dd4df6_z.jpg"] +++ タイで働き始めてもうすぐ10ヶ月程度。よくよく考えてみると、Lineを使っていることが多いことに気づきました。そうであれば、タイでも展開をしているLine MobileのSIMを使った方が料金少なめで済むのではないかと考え、Line Mobileを申し込んでみました。 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 5a54bf3..6bd7e86 100644 --- a/content/post/2019/11/02/2019-11-02-japan-trip-visiting-noge.md +++ b/content/post/2019/11/02/2019-11-02-japan-trip-visiting-noge.md @@ -3,7 +3,7 @@ title = "野毛を訪ねてきました" date = 2019-11-02T10:05:34+08:00 Description = "一時帰国中に横浜の野毛を訪ねてきました。おでんとどぜう鍋をおいしくいただいてきました。" Categories = ["旅行", "野毛"] -image="https://live.staticflickr.com/65535/48916089983_840f8b3fba_z.jpg" +images = ["https://live.staticflickr.com/65535/48916089983_840f8b3fba_z.jpg"] +++ 台風19号が過ぎた後に横浜の野毛を訪ねてきました。台風通過直後はフェーン現象で暑かったのですが、それ以降すっかり涼しくなった横浜を訪ねてきました。 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 366808f..d8fa9a0 100644 --- a/content/post/2019/11/09/2019-11-09-visiting-kawasaki-warehouse.md +++ b/content/post/2019/11/09/2019-11-09-visiting-kawasaki-warehouse.md @@ -3,7 +3,7 @@ title = "ウェアハウス川崎を訪ねてきました" date = 2019-11-09T10:05:34+08:00 Description = "一時帰国中に川崎にあるゲームセンター・ウェアハウス川崎を訪ねてきました。香港にある九龍城をモチーフにしたゲームセンターだそうです" Categories = ["旅行", "川崎"] -image="https://live.staticflickr.com/65535/48916097103_74e0785756_z.jpg" +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 53a7980..b20f340 100644 --- a/content/post/2020/02/16/2020-02-16-May-Veggie-in-Asok.md +++ b/content/post/2020/02/16/2020-02-16-May-Veggie-in-Asok.md @@ -3,7 +3,7 @@ title = "May Veggieを訪ねてきました" date = 2020-02-16T10:10:34+08:00 Description = "Asokにあるベジタリアンレストラン May Veggie を訪ねてきました" Categories = ["Bangkok"] -image="https://live.staticflickr.com/65535/49542629583_ab6c53794e_z.jpg" +images=["https://live.staticflickr.com/65535/49542629583_ab6c53794e_z.jpg"] +++ May VeggieはAsok駅近くのベジタリアンレストラン。これ、本当にベジタリアン!?という新鮮な驚きを味わったのでした。 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 6bf0f3b..ae0d5e8 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 @@ -4,7 +4,7 @@ Description = "いきものがかりのギター・リードを担当する水 Tags = [] date = "2016-02-14T23:10:46+08:00" title = "人間とは”感じとる”いきものだ" -image = "https://farm3.staticflickr.com/2750/4236375007_ae06de0927_z.jpg" +images = ["https://farm3.staticflickr.com/2750/4236375007_ae06de0927_z.jpg"] +++ いきものがかりのギター・リードを担当する水野良樹さんが語る「感じ取られるべきもの」について: 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 3382a28..7b290ae 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 @@ -4,7 +4,7 @@ Description = "日本ラグビーの今後の指導方針についての提言 Tags = [] date = "2016-02-22T23:30:27+08:00" title = "おそろしくたくさん練習した日本は南アフリカに勝てた" -thumbnail = "images/21776716854_3e379726b2_z.jpg" +images = ["images/21776716854_3e379726b2_z.jpg"] +++ 日本ラグビーの今後の指導方針についての提言。Numberからの引用です: 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 3030bb7..175781b 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 @@ -4,7 +4,7 @@ Description = "『数学ガール/乱択アルゴリズム』で気になった Tags = [] date = "2016-03-19T22:37:00+08:00" title = "約束を守らないのは、悪者。約束が守れなくなるのは事故。でも……約束をしないのは弱虫だ" -thumbnail = "images/3676624894_ee4142a611_z.jpg" +images = ["images/3676624894_ee4142a611_z.jpg"] +++ 『数学ガール/乱択アルゴリズム』で気になった部分です: 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 50d2126..6a0e82f 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 @@ -4,7 +4,7 @@ Description = "「このことは、地図に限らない、マニュアルで Tags = [] date = "2016-03-27T20:45:32+08:00" title = "あらゆる「案内」において、最も難しいのは、自分の状態を把握すること" -thumbnail = "images/11357463_fc442ad946.jpg" +images = ["images/11357463_fc442ad946.jpg"] +++ 昔のメモを読み返してみたところ、『MORI LOG ACADEMY (4) 投げたらあかん!』でこんなことが書いてあって、メモをしていた: 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 db83944..76fcb24 100644 --- a/content/quotes/2018/05/20/2018-05-20-mathgirl-poincare-conjecture-quote.md +++ b/content/quotes/2018/05/20/2018-05-20-mathgirl-poincare-conjecture-quote.md @@ -4,7 +4,7 @@ date = 2018-05-20T22:51:19+08:00 Description = "数学ガール ポアンカレ予想で気になった部分を引用しておきます" Tags = [] Categories = [] -thumbnail = "images/513qPks0l4L._SL160_.jpg" +images = ["images/513qPks0l4L._SL160_.jpg"] +++ [数学ガール/ポアンカレ予想 \(「数学ガール」シリーズ6\) ](https://www.amazon.co.jp/%E6%95%B0%E5%AD%A6%E3%82%AC%E3%83%BC%E3%83%AB-%E3%83%9D%E3%82%A2%E3%83%B3%E3%82%AB%E3%83%AC%E4%BA%88%E6%83%B3-%E3%80%8C%E6%95%B0%E5%AD%A6%E3%82%AC%E3%83%BC%E3%83%AB%E3%80%8D%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA6-%E7%B5%90%E5%9F%8E-%E6%B5%A9/dp/4797384786)で気になった部分を引用しておきます: 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 8ff9bd7..2fabcb5 100644 --- a/content/quotes/2019/04/17/2019-04-17_Seikei-Izumono-Logistics-01.md +++ b/content/quotes/2019/04/17/2019-04-17_Seikei-Izumono-Logistics-01.md @@ -4,7 +4,6 @@ date = 2019-04-17 Description = "兵站(= Military Logistics)にスポットを当てたSF小説ということで読んでみました。" Tags = [] Categories = [] -thumbnail = "" +++ 兵站にスポットを当てた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 595f4f4..a995076 100644 --- a/content/quotes/2019/05/26/2019-05-26-Seikei-Izumono-Logistics-3.md +++ b/content/quotes/2019/05/26/2019-05-26-Seikei-Izumono-Logistics-3.md @@ -4,7 +4,6 @@ date = 2019-05-26 Description = "兵站(= Military Logistics)にスポットを当てたSF小説ということで読んでみました。" Tags = [] Categories = [] -thumbnail = "" +++ [前回](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/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 8e41b66..af0f152 100644 --- a/content/quotes/2019/07/26/2019-07-27-Jenson-Button-on-Joining-SuperGT.md +++ b/content/quotes/2019/07/26/2019-07-27-Jenson-Button-on-Joining-SuperGT.md @@ -4,7 +4,7 @@ date = 2019-07-16 Description = "元F1レーサーのジェンソン・バトンがスーパーGTドライバーになるにあたってのコメントを引用しました" Tags = [] Categories = [] -thumbnail = "https://live.staticflickr.com/4862/45016957865_5f33ef4891_z.jpg" +images = ["https://live.staticflickr.com/4862/45016957865_5f33ef4891_z.jpg"] +++ 元F1レーサーのジェンソン・バトンがスーパーGTドライバーになるにあたってのコメントを引用しました: 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 7118423..0378877 100644 --- a/content/quotes/2019/07/30/2019-07-30-Seikei-Izumo-no-Logistics-4.md +++ b/content/quotes/2019/07/30/2019-07-30-Seikei-Izumo-no-Logistics-4.md @@ -4,7 +4,6 @@ date = 2019-08-04 Description = "兵站(= Military Logistics)にスポットを当てたSF小説ということで読んでみました。" Tags = [] Categories = [] -thumbnail = "" +++ 兵站(= 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 ab3acd3..cff756a 100644 --- a/content/quotes/2019/10/05/2019-10-05-rugby-japan-2019.md +++ b/content/quotes/2019/10/05/2019-10-05-rugby-japan-2019.md @@ -4,7 +4,6 @@ date = 2019-10-05 Description = "2015年W杯直後の岩渕健輔 ラグビー日本代表GMのインタビュー記事を読み直しました。" Tags = [] Categories = [] -thumbnail = "" +++ 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 caff879..caf3e3b 100644 --- a/content/quotes/2020/01/19/2020-01-19-sekiei-izumono-2nd-01.md +++ b/content/quotes/2020/01/19/2020-01-19-sekiei-izumono-2nd-01.md @@ -4,7 +4,7 @@ date = 2020-01-19 Description = "兵站(= Military Logistics)にスポットを当てたSF小説ということで読んでみました。" Tags = [] Categories = [] -image = "https://images-fe.ssl-images-amazon.com/images/I/51raFJDaLfL._SL160_.jpg" +images = ["https://images-fe.ssl-images-amazon.com/images/I/51raFJDaLfL._SL160_.jpg"] +++ 兵站(= Military Logistics)にスポットを当てたSF小説ということで読んでいる『星系出雲の兵站』シリーズですが、新シリーズに突入しました。これからも読んでいきます。 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 46f85fe..fbac146 100644 --- a/content/quotes/2020/03/2020-03-14-seikei-izumo-no-logisrtics-expedition-02-quotes.md +++ b/content/quotes/2020/03/2020-03-14-seikei-izumo-no-logisrtics-expedition-02-quotes.md @@ -4,7 +4,7 @@ date = 2020-03-13 Description = "星系出雲兵站-遠征- 2で気になった部分" Tags = [] Categories = [] -image = "https://m.media-amazon.com/images/I/51ZjJ8TjEpL._SL160_.jpg" +images = ["https://m.media-amazon.com/images/I/51ZjJ8TjEpL._SL160_.jpg"] +++ [星系出雲兵站-遠征- 2](https://www.amazon.co.jp/exec/obidos/ASIN/4150314012/simsnes-22/)で気になった部分をまとめました。異星人の死体を回収し、調査しなければいけなくなった際の戸惑いの部分です。異星人を知的生命体と認めるならば、倫理的な問題をどのように解決していくのか、そこが問題になってきますです。 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 f2ebe36..2eeb0dd 100644 --- a/content/quotes/2020/03/2020-03-22-seikei-izumo-no-logistics-expedition-03-quotes.md +++ b/content/quotes/2020/03/2020-03-22-seikei-izumo-no-logistics-expedition-03-quotes.md @@ -4,7 +4,7 @@ date = 2020-03-22 Description = "星系出雲兵站-遠征- 3で気になった部分をまとめています" Tags = [] Categories = [] -image = "https://m.media-amazon.com/images/I/51Dv5DmDJbL._SL160_.jpg" +images = ["https://m.media-amazon.com/images/I/51Dv5DmDJbL._SL160_.jpg"] +++ [星系出雲兵站-遠征- 3](https://www.amazon.co.jp/exec/obidos/ASIN/B084SVWRPL/simsnes-22/)で気になった部分をまとめました。 diff --git a/content/travel/2016/2016-09-13-trip2bali.md b/content/travel/2016/2016-09-13-trip2bali.md index 3fb354f..dd89255 100644 --- a/content/travel/2016/2016-09-13-trip2bali.md +++ b/content/travel/2016/2016-09-13-trip2bali.md @@ -4,7 +4,7 @@ Description = "バリ島に旅行に行ってきました。" Tags = ["Bali"] date = "2016-09-13T23:07:43+08:00" title = "バリ島に行ってきました♪" -thumbnail = "images/29007298693_9614a75254.jpg" +images = ["images/29007298693_9614a75254.jpg"] +++ 今年のシンガポールは連休が少なく、三連休が久しぶりだったので、ボケーっとするためにバリ島に行ってきました! 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 dd29130..8ba55d8 100644 --- a/content/travel/2017/2017-11-26-singapore-sightseeing-2017.md +++ b/content/travel/2017/2017-11-26-singapore-sightseeing-2017.md @@ -4,7 +4,7 @@ date = 2017-11-26T22:54:05+08:00 Description = "お友達がシンガポールに弾丸でやってきたので、主だった観光地を案内して回りました。" Tags = ["Singapore"] Categories = ["旅行"] -thumbnail = "images/24757210958_9bdb218cf8.jpg" +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 c652705..9af2e32 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 @@ -5,7 +5,7 @@ Description = " 「世界の車窓から」でマレー鉄道が取り上げら Tags = ["Malaysia", "Kuala Lumpur"] Categories = ["旅行"] draft = false -thumbnail = "images/38373120425_473aeced91_z.jpg" +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 ca5b8cb..af089b7 100644 --- a/content/travel/2017/2017-12-26-batu-caves-kl.md +++ b/content/travel/2017/2017-12-26-batu-caves-kl.md @@ -5,7 +5,7 @@ Description = "クアラルンプールの観光地を尋ねてみたら、Batu Tags = ["Malaysia", "Kuala Lumpur"] Categories = ["旅行"] draft = false -thumbnail = "images/24399731637_7d2126dc7c_z.jpg" +images = ["images/24399731637_7d2126dc7c_z.jpg"] +++ クアラルンプールの観光地を尋ねてみたら、Batu Cavesをお勧めされたので行ってきました。「洞窟なんだろうなぁ」と思って行ったのですが、実物はヒンディー教の寺院でした(洞窟の中に寺院があった)。 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 0d2150a..c4a8342 100644 --- a/content/travel/2018/2018-04-08-visiting-khaosan-roads-in-bangkok.md +++ b/content/travel/2018/2018-04-08-visiting-khaosan-roads-in-bangkok.md @@ -4,7 +4,7 @@ date = 2018-04-08T19:03:49+08:00 Description = "バックパッカーの聖地ということで有名なカオサン通りを訪ねてきました" Tags = ["Bangkok", "Kahosan Road"] Categories = ["旅行"] -thumbnail = "images/41095266962_a21471b635_z.jpg" +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 74e669c..d3f7006 100644 --- a/content/travel/2019/2019-05-01-sleeper-train-in-thailand.md +++ b/content/travel/2019/2019-05-01-sleeper-train-in-thailand.md @@ -4,7 +4,7 @@ date = 2019-05-01T12:49:49+08:00 Description = "バンコクからチェンマイへ寝台列車に乗って旅してきました" Tags = ["Bangkok", "Chiang Mai"] Categories = ["旅行"] -thumbnail = "https://live.staticflickr.com/65535/46742785275_36c9039521_z.jpg" +images = ["https://live.staticflickr.com/65535/46742785275_36c9039521_z.jpg"] +++ BangkokからChiang Maiへ、寝台列車に乗って旅をしてきました。Chinag Maiは、友達の結婚式で訪ねてから、もう3度目の訪問になります。あの時間の経つのが緩やかなところがおススメです。 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 38dfeae..eb5da81 100644 --- a/content/travel/2019/2019-06-16-shwedagon-pagoda-visitation.md +++ b/content/travel/2019/2019-06-16-shwedagon-pagoda-visitation.md @@ -4,7 +4,7 @@ date = 2019-06-16T16:43:41+07:00 Description = "2019/05/18-20の期間、ヤンゴン旅行へ行ってきました。ミャンマー仏教の総本山、シェダゴンパゴダへ行ってきました。" Tags = ["Yangon"] Categories = ["旅行"] -image="https://live.staticflickr.com/65535/40924208703_2afa35c59b_z.jpg" +images = ["https://live.staticflickr.com/65535/40924208703_2afa35c59b_z.jpg"] +++ ミャンマー仏教の総本山、シェダゴンパゴダに行ってまいりました。Wikipediaによると: 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 60dc9b0..828a649 100644 --- a/content/travel/2019/2019-06-17-Yangon-19th-Street.md +++ b/content/travel/2019/2019-06-17-Yangon-19th-Street.md @@ -4,7 +4,7 @@ date = 2019-06-17T11:50:41+07:00 Description = "2019/05/18-20の期間、ヤンゴン旅行へ行ってきました。19番ストリートを楽しんできました" Tags = ["Yangon"] Categories = ["旅行"] -image="https://live.staticflickr.com/65535/40924164163_59352c8dc3_z.jpg" +images = ["https://live.staticflickr.com/65535/40924164163_59352c8dc3_z.jpg"] +++ ヤンゴン旅行中に Yangon 19th Street に行きました。有名な酒場通りということです。 diff --git a/content/travel/2020/2020-01-29-nepal-travel.md b/content/travel/2020/2020-01-29-nepal-travel.md index 8f2e139..aa2d795 100644 --- a/content/travel/2020/2020-01-29-nepal-travel.md +++ b/content/travel/2020/2020-01-29-nepal-travel.md @@ -4,7 +4,7 @@ date = 2020-01-28T15:49:49+08:00 Description = "ネパールの首都カトマンズを訪ねてきました。エベレストを見てきましたよ" Tags = ["Katmandu", "Nepal"] Categories = ["旅行"] -image = "https://live.staticflickr.com/65535/49450740856_d5fd2be650_z.jpg" +images = ["https://live.staticflickr.com/65535/49450740856_d5fd2be650_z.jpg"] +++ シンガポールにいた時は行くのが難しかったけれど、バンコクからなら簡単に行ける国に行こうということでネパールに行ってきました。