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 654f682..e91df05 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 = ["Golang"] categories = ["Labs", "Program"] author = "kazu634" -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 29a5efb..f3208db 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 @@ -5,7 +5,7 @@ description = "GolangでどうすればExcelファイルを読み込めるのか tags = ["Golang"] categories = ["Labs", "Program"] author = "kazu634" -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 9bbd4ed..8b2236e 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 @@ +++ -images = ["images/5691141369_0eb8199f37_z.jpg"] + tags = ["Golang"] categories = ["Labs", "Program"] author = "kazu634" 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 64a141d..20680ff 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 @@ -5,7 +5,7 @@ description = "Golangのライブラリtviewを使うと、お気軽にCUIを作 tags = ["Golang"] categories = ["Labs", "Program"] author = "kazu634" -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 83f6ba8..a5cc079 100644 --- a/content/labs/golang/2019-02-23-line-sdk-go.md +++ b/content/labs/golang/2019-02-23-line-sdk-go.md @@ -5,7 +5,7 @@ description = "GolangでLine APIを利用してみましたよ。" tags = ["Golang"] categories = ["Labs", "Program"] author = "kazu634" -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 116ac74..25b8f1c 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 @@ categories = ["Labs", "Infra"] author = "kazu634" date = "2016-11-06T23:38:21+08:00" title = "aws-cliを用いてEC2インスタンスの情報を取得する" -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 68cacc2..2cb15c6 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-14T15:04:05Z publishdate=2019-04-14T15:04:05Z description="Legoを用いたDNS経由でのSSL/TSL証明書取得について調べた内容をまとめました" -images = ["https://live.staticflickr.com/2554/4156026735_6b97110206.jpg"] + categories = ["Labs", "Infra"] author = "kazu634" tags = ["Lego", "Let'sEncrypt"] 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 5607e7a..ee424d0 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-08T15:04:05Z publishdate=2019-04-08T15:04:05Z description="Leaflet.jsでMapboxのタイルを用いて地図を表示するよ" -images = ["https://farm9.staticflickr.com/8462/29581774242_bf25a0a820_z.jpg"] + leaflet=true categories = ["Labs", "Map"] tags = ["leaflet.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 27816a6..da4c608 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 @@ -5,7 +5,7 @@ author = "kazu634" description = "Pacemaker + Corosyncを用いてクラスタ環境を構築してみました。RHEL 6.4で検証しました。" date = "2016-06-26T23:02:50+08:00" title = "Pacemaker + Corosyncを用いてクラスタ環境の構築 - 事前準備" -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 0b9d557..d738045 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 @@ -6,7 +6,7 @@ categories = ["Labs", "Linux"] date = "2016-07-02T23:48:32+08:00" draft = false title = "Pacemaker + Corosyncを用いてクラスタ環境の構築 - iSCSIサーバを利用した共有ディスクの作成" -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 fa5ad97..74cb19c 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 @@ categories = ["Labs", "Linux"] tags = ["clustering", "pacemaker", "corosync"] date = "2016-07-10T23:48:32+08:00" title = "Pacemaker + Corosyncを用いてクラスタ環境の構築 - Pacemaker, Corosyncの構築" -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 8407a0a..5d8f6cf 100644 --- a/content/labs/linux/2017-11-11-lpic-ot-devopstoolsengineer.md +++ b/content/labs/linux/2017-11-11-lpic-ot-devopstoolsengineer.md @@ -5,7 +5,7 @@ description = "LPICについて調べていたら、英語でしか受験でき tags = ["prometheus"] categories = ["Labs", "Linux", "Monitoring"] author = "kazu634" -images = ["images/38278788676_0cd63ffc01.jpg"] + draft = false +++ diff --git a/content/labs/linux/2018-08-26-linux-disk-cache.md b/content/labs/linux/2018-08-26-linux-disk-cache.md index e06e196..3a5aa41 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 @@ +++ -images = ["images/9592407287_1bb4d50e78_z.jpg"] + categories = ["Linux", "Labs", "Infra"] tags = ["ubuntu", "cache"] author = "kazu634" 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 ebe400e..7b132cf 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 @@ +++ -images = ["images/43806262985_22aca620eb_z.jpg"] + tags = ["statup"] categories = ["Labs", "Infra", "Linux", "Monitoring"] author = "kazu634" 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 cafe584..48f6526 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 @@ -5,7 +5,7 @@ categories = ["Labs", "Program"] tags = ["node.js"] date = "2016-03-20T14:53:36+08:00" title = "nodebrewを使って、node.jsをMacにインストールしてみた" -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 08293c5..5db1b68 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 @@ -6,7 +6,7 @@ tags = ["vyOS","edgerouter"] date = "2016-10-31T21:07:13+08:00" draft = false title = "EdgeRouter XとVyOS on AWSで拠点間VPNを構築する" -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 948ea9d..9f4b078 100644 --- a/content/labs/visualization/2018-07-02-play-with-metabase.md +++ b/content/labs/visualization/2018-07-02-play-with-metabase.md @@ -5,7 +5,7 @@ description = "オープンソースのお手軽BIツール・Metabaseをお試 categories = ["Labs", "Visualization"] tags = ["metabase"] author = "kazu634" -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 c8db0fe..a371ec2 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 @@ -5,7 +5,7 @@ description = "オープンソースのお手軽BIツール・Metabaseで自分 categories = ["Labs", "Visualization"] tags = ["metabase"] author = "kazu634" -images = ["images/41603208672_984110305c_z.jpg"] + +++ オープンソースのBIツール・[Metabase](https://github.com/metabase/metabase)をアップグレードしたところ、Geojsonを用いて、自分で用意した地図上にデータの可視化ができるようになっていました。 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 bd57c9d..84e1987 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 @@ -2,7 +2,7 @@ title="色々あるグラフをどのように使い分けるか、まとめてみます" date=2020-06-13T15:04:05Z description="グラフをどのように使い分けるか、『グラフを作る前に読む本』にまとめられていたのでメモします" -images = [""] + chart=true categories = ["Labs", "Visualization"] tags = ["chart.js"] 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 4267ef4..f477996 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 @@ -5,7 +5,7 @@ description = "シンガポールでIELTSの試験を受けました。IELTSが tags = ["singapore"] date = "2016-02-28T23:03:10+08:00" title = "シンガポールで資格試験を受けてきて日本と違うなと思った3つのこと" -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 362f38e..81a8662 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 @@ -5,7 +5,7 @@ categories = ["Misc"] author = "kazu634" date = "2016-12-08T00:37:24+08:00" title = "コーヒーのある生活: フルセイルコーヒーのリアス" -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 1e8a2ef..eb7ab00 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 @@ -6,7 +6,7 @@ author = "kazu634" date = "2017-07-01T20:45:07+08:00" title = "両親とのコミュニケーション手段を確保するよ" draft = false -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 f5dedcf..55a3606 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 = ["Misc"] author = "kazu634" -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 094579c..31b6c94 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 = ["alibaba"] categories = ["Misc"] author = "kazu634" -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 385dcbc..ccc47f5 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 = ["coffee"] categories = ["Misc"] author = "kazu634" -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 3de3f1b..56a752e 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 = ["Travel", "Misc"] author = "kazu634" -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 330dd41..bde4552 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 @@ -6,7 +6,7 @@ tags = ["hanoi"] categories = ["Misc", "Travel"] author = "kazu634" draft = false -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 864858c..c6fb7da 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 = ["adget"] categories = ["Misc"] author = "kazu634" -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 a7622d0..40f90f3 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 @@ -5,7 +5,7 @@ description = "Sukhumvit Soi23の奥の方にあるカフェ。ブログを検 tags = ["bangkok"] categories = ["Misc", "Travel"] author = "kazu634" -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 6b71d89..1d8dae2 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 @@ -5,7 +5,7 @@ description = "ハノイの週末を360度カメラで撮影してきました tags = ["hanoi"] categories = ["Travel", "Misc"] author = "kazu634" -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 1362396..71c6435 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 @@ -5,7 +5,7 @@ description = "Hanoi市街地から少し離れた宝石のようなカフェに tags = ["hanoi"] categories = ["Travel", "Misc"] author = "kazu634" -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 c0ba350..c0f4adb 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 @@ -5,7 +5,7 @@ description = "「免税」という言葉があることは知っていまし tags = ["tax free"] categories = ["Misc", "Travel"] author = "kazu634" -images = ["images/2032727810_2e24bcb68e_z.jpg"] + +++ 「免税」という言葉があることは知っていましたが、よくわかっていなかったので、今回調べてみました。海外で働いている日本人は、日本に一時帰国中でも免税ができるそうなので、日本に帰国して実際に試してみたよ。 diff --git a/content/post/2019/04/21/2019-04-21-huen-muai-jai-in-chiang-mai.md b/content/post/2019/04/21/2019-04-21-huen-muai-jai-in-chiang-mai.md index 17b25d2..3ff4dd4 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 @@ -5,7 +5,7 @@ description = "Chiang Maiにある北部タイ料理を食べられるレスト tags = ["chiang mai"] categories = ["Misc", "Travel"] author = "kazu634" -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 ac85bde..7dd3943 100644 --- a/content/post/2019/06/23/2019-06-23_sirocco.md +++ b/content/post/2019/06/23/2019-06-23_sirocco.md @@ -5,7 +5,7 @@ description = "ゴールデンウィークに日本から友人が訪ねてき tags = ["bangkok"] categories = ["Misc", "Travel"] author = "kazu634" -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 806393c..4552b5c 100644 --- a/content/post/2019/08/11/2019-08-11-SakeIchiban.md +++ b/content/post/2019/08/11/2019-08-11-SakeIchiban.md @@ -5,7 +5,7 @@ description = "7月のタイの連休にこっそり行ってきました。隣 tags = ["hakata"] categories = ["Misc", "Travel"] author = "kazu634" -images = ["https://live.staticflickr.com/65535/48289457097_5e9bfeb4a5_z.jpg"] + +++ 博多の中洲にあるお店。それほどまで高いわけではなく、コストパフォーマンスが良いお店ということで有名みたい。 diff --git a/content/post/2019/09/08/2019-09-08_start-using-line-mobile.md b/content/post/2019/09/08/2019-09-08_start-using-line-mobile.md index 041718f..17de2be 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 @@ -4,7 +4,7 @@ date = 2019-09-08T13:05:34+08:00 description = "タイで働き始めてもうすぐ10ヶ月程度。よくよく考えてみると、Lineを使っていることが多いことに気づきました。そうであれば、タイでも展開をしているLine MobileのSIMを使った方が料金少なめで済むのではないかと考え申し込みました" categories = ["Misc"] author = "kazu634" -images = ["https://live.staticflickr.com/3779/8978581081_25a8dd4df6_z.jpg"] + tags = ["gadget"] +++ 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 d8e7645..fc9b219 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 @@ -5,7 +5,7 @@ description = "一時帰国中に横浜の野毛を訪ねてきました。お categories = ["Travel", "Misc"] tags = ["noge"] author = "kazu634" -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 17a9486..a7993aa 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 @@ -5,7 +5,7 @@ description = "一時帰国中に川崎にあるゲームセンター・ウェ categories = ["Travel", "Misc"] tags = ["kawasaki"] author = "kazu634" -images = ["https://live.staticflickr.com/65535/48916097103_74e0785756_z.jpg"] + +++ 一時帰国中に川崎にあるゲームセンター・ウェアハウス川崎を訪ねてきました。香港にある九龍城をモチーフにしたゲームセンターだそうです。 diff --git a/content/post/2020/02/16/2020-02-16-May-Veggie-in-Asok.md b/content/post/2020/02/16/2020-02-16-May-Veggie-in-Asok.md index c04555b..a3dc834 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 @@ -4,7 +4,7 @@ date = 2020-02-16T10:10:34+08:00 description = "Asokにあるベジタリアンレストラン May Veggie を訪ねてきました" categories = ["Misc"] author = "kazu634" -images=["https://live.staticflickr.com/65535/49542629583_ab6c53794e_z.jpg"] + tags = ["bangkok"] +++ 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 20bd94d..8123e7d 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 @@ -4,7 +4,7 @@ date = 2020-08-01T10:10:34+08:00 description = "緊急事態宣言が緩和されつつあるバンコクで、6/15〜に外でお食事した写真をまとめていますよ。" categories = ["Misc"] author = "kazu634" -images=["https://farm66.staticflickr.com/65535/50174999868_811915dd45_c.jpg"] + tags = ["bangkok"] +++ 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 b67f812..128a01b 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 @@ -5,7 +5,7 @@ description = "6年ぶりに日本に帰国して驚いたことや試してみ categories = ["Misc"] author = "kazu634" tags = ["japan"] -images=["https://farm66.staticflickr.com/65535/50174999868_811915dd45_c.jpg"] + +++ 2015年4月からシンガポール・タイと働いてきて、2021年1月に正式帰国しました。帰ってきて早々、緊急事態宣言が出るような状態でしたが、日本に帰国して驚いたことやチャレンジしてみたことをまとめてみます。 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 53ce1af..11d22cc 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 @@ -5,7 +5,7 @@ categories = ["Quotes"] tags = ["book"] date = "2016-02-14T23:10:46+08:00" title = "人間とは”感じとる”いきものだ" -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 37c73a9..f95bbcf 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 @@ -5,7 +5,7 @@ categories = ["Quotes"] tags = ["book"] date = "2016-02-22T23:30:27+08:00" title = "おそろしくたくさん練習した日本は南アフリカに勝てた" -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 a22c695..0ea26a6 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 @@ -5,7 +5,7 @@ categories = ["Quotes"] tags = ["book"] date = "2016-03-19T22:37:00+08:00" title = "約束を守らないのは、悪者。約束が守れなくなるのは事故。でも……約束をしないのは弱虫だ" -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 cf97d4e..b3278e2 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 @@ -5,7 +5,7 @@ categories = ["Quotes"] tags = ["book"] date = "2016-03-27T20:45:32+08:00" title = "あらゆる「案内」において、最も難しいのは、自分の状態を把握すること" -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 39edba2..23bc998 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 @@ -5,7 +5,7 @@ description = "数学ガール ポアンカレ予想で気になった部分を tags = ["book"] categories = ["Quotes"] author = "kazu634" -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/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 aef3084..73a1e4a 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 @@ -5,7 +5,7 @@ description = "元F1レーサーのジェンソン・バトンがスーパーGT tags = ["book"] categories = ["Quotes"] author = "kazu634" -images = ["https://live.staticflickr.com/4862/45016957865_5f33ef4891_z.jpg"] + +++ 元F1レーサーのジェンソン・バトンがスーパーGTドライバーになるにあたってのコメントを引用しました: 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 72bc91d..2c725c1 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 @@ -5,7 +5,7 @@ description = "兵站(= Military Logistics)にスポットを当てたSF小説 tags = ["book"] categories = ["Quotes"] author = "kazu634" -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 f0db46e..12125d9 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 @@ -5,7 +5,7 @@ description = "星系出雲兵站-遠征- 2で気になった部分" tags = ["book"] categories = ["Quotes"] author = "kazu634" -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 9577843..029e7f5 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 @@ -5,7 +5,7 @@ description = "星系出雲兵站-遠征- 3で気になった部分をまとめ tags = ["book"] categories = ["Quotes"] author = "kazu634" -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/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 cafac6a..0354f55 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 @@ -5,7 +5,7 @@ description = "星系出雲兵站-遠征- 4で気になった部分をまとめ tags = ["book"] categories = ["Quotes"] author = "kazu634" -images = ["https://ws-fe.amazon-adsystem.com/widgets/q?_encoding=UTF8&ASIN=B088TLCPK8&Format= _SL250_&ID=AsinImage&MarketPlace=JP&ServiceVersion=20070822&WS=1&tag=simsnes-22&language=ja_JP"] + +++ 『[星系出雲の兵站-遠征-4](https://www.amazon.co.jp/%E6%98%9F%E7%B3%BB%E5%87%BA%E9%9B%B2%E3%81%AE%E5%85%B5%E7%AB%99-%E9%81%A0%E5%BE%81-4-%E3%83%8F%E3%83%A4%E3%82%AB%E3%83%AF%E6%96%87%E5%BA%ABJA-%E6%9E%97-%E8%AD%B2%E6%B2%BB/dp/4150314322)』で気になった部分をまとめました。 diff --git a/content/travel/2016/2016-09-13-trip2bali.md b/content/travel/2016/2016-09-13-trip2bali.md index ff320ab..5f9652c 100644 --- a/content/travel/2016/2016-09-13-trip2bali.md +++ b/content/travel/2016/2016-09-13-trip2bali.md @@ -5,7 +5,7 @@ description = "バリ島に旅行に行ってきました。" tags = ["bali"] date = "2016-09-13T23:07:43+08:00" title = "バリ島に行ってきました♪" -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 22d9334..136f9c6 100644 --- a/content/travel/2017/2017-11-26-singapore-sightseeing-2017.md +++ b/content/travel/2017/2017-11-26-singapore-sightseeing-2017.md @@ -5,7 +5,7 @@ description = "お友達がシンガポールに弾丸でやってきたので tags = ["singapore"] categories = ["Travel"] author = "kazu634" -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 d91afe1..ea2ec1c 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 = ["Travel"] author = "kazu634" -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 33551a6..86ca704 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 = ["Travel"] author = "kazu634" -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 c1f01aa..88a406d 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 @@ -5,7 +5,7 @@ description = "バックパッカーの聖地ということで有名なカオ tags = ["bangkok", "kahosan road"] categories = ["Travel"] author = "kazu634" -images = ["images/41095266962_a21471b635_z.jpg"] + +++ カオサン通りを訪ねてきました。バンコクにはカオサン通りという通りがあります。バックパッカーの聖地ということで有名と知り、行ってみました。 diff --git a/content/travel/2019/2019-05-01-sleeper-train-in-thailand.md b/content/travel/2019/2019-05-01-sleeper-train-in-thailand.md index 9e743f5..9448248 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 @@ -5,7 +5,7 @@ description = "バンコクからチェンマイへ寝台列車に乗って旅 tags = ["bangkok", "chiang mai"] categories = ["Travel"] author = "kazu634" -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 8632e0c..4602445 100644 --- a/content/travel/2019/2019-06-16-shwedagon-pagoda-visitation.md +++ b/content/travel/2019/2019-06-16-shwedagon-pagoda-visitation.md @@ -5,7 +5,7 @@ description = "2019/05/18-20の期間、ヤンゴン旅行へ行ってきまし tags = ["yangon"] categories = ["Travel"] author = "kazu634" -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 c68eb0b..cccbd52 100644 --- a/content/travel/2019/2019-06-17-Yangon-19th-Street.md +++ b/content/travel/2019/2019-06-17-Yangon-19th-Street.md @@ -5,7 +5,7 @@ description = "2019/05/18-20の期間、ヤンゴン旅行へ行ってきまし tags = ["yangon"] categories = ["Travel"] author = "kazu634" -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 e366fd8..8877df4 100644 --- a/content/travel/2020/2020-01-29-nepal-travel.md +++ b/content/travel/2020/2020-01-29-nepal-travel.md @@ -5,7 +5,7 @@ description = "ネパールの首都カトマンズを訪ねてきました。 tags = ["katmandu", "nepal"] categories = ["Travel"] author = "kazu634" -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 2acdbd1..1fe830f 100644 --- a/content/travel/2020/2020-11-14-hua-hin-travel.md +++ b/content/travel/2020/2020-11-14-hua-hin-travel.md @@ -5,7 +5,7 @@ description = "タイの「葉山」、ホアヒンを訪ねてきました。" tags = ["hua hin"] categories = ["Travel"] author = "kazu634" -images = ["https://live.staticflickr.com/65535/49450740856_d5fd2be650_z.jpg"] + +++ ホアヒンは「タイの葉山」です。タイ王室の別荘がある場所として始まり、それが徐々に観光地化してきた場所です。今回は平日お休みをとってホアヒンを訪ねてきました。