Commit Graph

258 Commits

Author SHA1 Message Date
Kazuhiro MUSASHI f4deff094a Add Amazon Link. 2019-05-26 23:27:06 +08:00
Kazuhiro MUSASHI 6f8b71d2ab Add article on Seikei Izumo no Logistics3 2019-05-26 18:16:58 +07:00
Kazuhiro MUSASHI 85204c0fc4 Modify "How to Use Lego" article:
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 b6b6daf..b26a7a0 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
@@ -278,7 +278,7 @@ drwxr-xr-x 4 kazu634 kazu634 4.0K Mar 31 04:59 ..
 ```

 ### IISで利用する場合
-後で書く
+[Lego](https://github.com/go-acme/lego)ではうまくIISに登録できないことがわかったため、[WindowsサーバのIISにLet's Encryptで取得したワイルドカードSSL証明書をインポートする](https://blog.kazu634.com/labs/infra/2019-05-11-create-wildcard-ssl-certificate-on-windows/)を参照してください。

 ### ワイルドカード証明書が必要な場合
 [Amazon Route 53](https://aws.amazon.com/route53/)側で以下のようにレコードを作成する:
@@ -313,4 +313,4 @@ kazu634@ip-10-0-1-234% ./lego --dns route53 --domains "*.kazu634.com" --email si
 - [How to Import & Export SSL Certificates in IIS 7 | DigiCert](https://www.digicert.com/ssl-support/pfx-import-export-iis-7.htm)
 - [Importing & Exporting SSL Certificates In IIS 8 & IIS 8.5](https://www.digicert.com/ssl-support/pfx-import-export-iis-8.htm)
 - [IIS 10 Exporting/Importing SSL Certificates | digicert.com](https://www.digicert.com/ssl-support/certificate-pfx-file-export-import-iis-10.htm)
-
+- [WindowsサーバのIISにLet's Encryptで取得したワイルドカードSSL証明書をインポートする](https://blog.kazu634.com/labs/infra/2019-05-11-create-wildcard-ssl-certificate-on-windows/)
2019-05-12 00:12:00 +08:00
Kazuhiro MUSASHI 4b6f4b20bc Add an article on how to create wildcard SSL certificate on Windows. 2019-05-12 00:11:24 +08:00
Kazuhiro MUSASHI 86e9badb27 Add `004-display-raster-style-data-leaflet.md`. 2019-05-04 15:33:06 +08:00
Kazuhiro MUSASHI 0eaa663acb Modify the category name of `003-setup-dev-environment.md`:
```
--- a/content/labs/leaflet-js-mapbox-js/003-setup-dev-environment.md
+++ b/content/labs/leaflet-js-mapbox-js/003-setup-dev-environment.md
@@ -2,7 +2,7 @@
 title = "JavaScriptではじめるWebマップアプリケーション: Chapter2-2"
 date = 2019-05-01T21:07:08+07:00
 Description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。"
-Categories = ["Leaflet.js"]
+Categories = ["Mapbox GL JS"]
 +++

 『[JavaScriptではじめるWebマップアプリケーション \(PDF版\)](https://booth.pm/ja/items/1314906)』の内容を淡々と試してみます。`Mapbox GL JS`で地図を表示してみます:
```
2019-05-01 22:24:34 +08:00
Kazuhiro MUSASHI f2da3f266f Add an article about development environment for Mapbox GL js. 2019-05-01 22:19:48 +08:00
Kazuhiro MUSASHI 96490c26d9 Add an article about development environment for Leaflet.js. 2019-05-01 22:18:38 +08:00
Kazuhiro MUSASHI f9bcf1af88 Rename the directory name from `leaflet-js` to `leaflet-mapbox-js`. 2019-05-01 19:09:13 +08:00
Kazuhiro MUSASHI 90eadb0342 Modify the date string:
```
--- 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,6 +1,6 @@
 +++
 title = "バンコクからチェンマイへの寝台列車の旅"
-date = 2019-05-01:16:49+08:00
+date = 2019-05-01T12:49:49+08:00
 Description = "バンコクからチェンマイへ寝台列車に乗って旅してきました"
 Tags = ["Bangkok", "Chiang Mai"]
 Categories = ["旅行"]
```
2019-05-01 16:30:41 +08:00
Kazuhiro MUSASHI bf5fce5ede
Merge pull request #22 from kazu634/add-artcile-on-sleeper-train-in-thailand
Modify the article location & date string
2019-05-01 15:22:01 +07:00
Kazuhiro MUSASHI ce38675b13 Modify the Date string:
```
--- 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,6 +1,6 @@
 +++
 title = "バンコクからチェンマイへの寝台列車の旅"
-date = 2018-04-20T19:03:49+08:00
+date = 2019-05-01:16:49+08:00
 Description = "バンコクからチェンマイへ寝台列車に乗って旅してきました"
 Tags = ["Bangkok", "Chiang Mai"]
 Categories = ["旅行"]
```
2019-05-01 16:20:29 +08:00
Kazuhiro MUSASHI 2bcaa6b4ec Modify the article location. 2019-05-01 16:19:43 +08:00
Kazuhiro MUSASHI 16ced6dc4d
Merge pull request #21 from kazu634/add-artcile-on-sleeper-train-in-thailand
Add artcile on sleeper train in thailand
2019-05-01 15:15:35 +07:00
Kazuhiro MUSASHI c4a433b180 Add the overview of the train trip from Bangkok to Chiang Mai 2019-05-01 15:12:45 +07:00
Kazuhiro MUSASHI 4c1b8a5680 Delete the unnecessary H1 2019-05-01 15:06:25 +07:00
Kazuhiro MUSASHI 356f3d96a2 Add the contents 2019-05-01 15:00:15 +07:00
Kazuhiro MUSASHI fcdcbea13d Add map link to the article. 2019-04-21 22:26:08 +08:00
Kazuhiro MUSASHI 0840ddaaa1 Add images to the article. 2019-04-21 22:20:17 +08:00
Kazuhiro MUSASHI e067f8fb3e initial draft 2019-04-21 21:05:24 +07:00
Kazuhiro MUSASHI b3adc85aaa Create an article template:
```
--- /dev/null
+++ b/content/post/2019/04/21/2019-04-21-huen-muai-jai-in-chiang-mai.md
@@ -0,0 +1,11 @@
++++
+title = "2019 04 21 Huen Muai Jai in Chiang Mai"
+date = 2019-04-21T17:38:34+08:00
+Description = ""
+Tags = []
+Categories = []
+image=""
++++
+
+<div class="mermaid">
+</div>
```
2019-04-21 17:41:34 +08:00
Kazuhiro MUSASHI 2cabdca8e2
Merge pull request #19 from kazu634/Add-quote-article-on-Seikei-Izumo-no-Logistics
Add quote article on seikei izumo no logistics
2019-04-20 22:44:14 +07:00
Kazuhiro MUSASHI 71a7e0e3df Add link to Amazon. 2019-04-20 23:42:31 +08:00
Kazuhiro MUSASHI bf537e9cb8 Pointing to the HTTPs image file. 2019-04-20 23:42:06 +08:00
Kazuhiro MUSASHI 089c2cbf8f
Merge pull request #18 from kazu634/Add-quote-article-on-Seikei-Izumo-no-Logistics
Add amazon link.
2019-04-20 22:38:24 +07:00
Kazuhiro MUSASHI 5134f417fd Add amazon link. 2019-04-20 23:36:46 +08:00
Kazuhiro MUSASHI 7cba556f77 Add outline 2019-04-20 14:07:34 +07:00
Kazuhiro MUSASHI 5b0ecb2f8c Initial commit 2019-04-20 14:05:40 +07:00
Kazuhiro MUSASHI c30d40b72a
Merge pull request #17 from kazu634/Modify-lego-article
Modify lego article
2019-04-20 13:47:25 +07:00
Kazuhiro MUSASHI faee7a2335 2nd draft 2019-04-20 13:03:48 +07:00
Kazuhiro MUSASHI 747469d4ad 1st draft 2019-04-17 07:30:14 +07:00
Kazuhiro MUSASHI 49b4abdda9 Modify Initial Commit 2019-04-17 06:56:05 +07:00
Kazuhiro MUSASHI 507ea600d9 Modify Initial Commit 2019-04-17 06:55:49 +07:00
Kazuhiro MUSASHI 875663544a Initial Commit 2019-04-17 06:54:22 +07:00
Kazuhiro MUSASHI fd5bf1053a Add more detailed information 2019-04-16 17:48:15 +07:00
Kazuhiro MUSASHI 2d41a15bc6 Add more detailed work flow 2019-04-16 17:43:17 +07:00
Kazuhiro MUSASHI 9a96adf136 Add explanations 2019-04-16 17:29:56 +07:00
Kazuhiro MUSASHI e669b8f8de Add work flow of using Route 53 2019-04-16 17:26:38 +07:00
Kazuhiro MUSASHI 24803ebe5d Add link to "Route 53" 2019-04-16 17:21:21 +07:00
Kazuhiro MUSASHI 934dab3a0a Change the explanation position 2019-04-16 17:04:52 +07:00
Kazuhiro MUSASHI 93fbd4785b Add some explanation to the wrap-up 2019-04-16 17:03:27 +07:00
Kazuhiro MUSASHI ffb7d05e71 Modify the terminal output 2019-04-16 16:56:53 +07:00
Kazuhiro MUSASHI 2aa76f940a Add link to "Route 53" 2019-04-16 16:54:04 +07:00
Kazuhiro MUSASHI a0b15c86a2 Add link to "Let's Encrypt". 2019-04-16 16:50:08 +07:00
Kazuhiro MUSASHI 8667d02499 Add link to "Lego" 2019-04-16 16:47:05 +07:00
Kazuhiro MUSASHI 3253d1c286 Add an article about `Lego`. 2019-04-16 15:05:35 +08:00
Kazuhiro MUSASHI bdfc1d260c Discard the unnecessary articles & change the category of some posts. 2019-04-14 23:51:03 +08:00
Kazuhiro MUSASHI b26a764425 Move some articles under the travel section. 2019-04-14 16:50:53 +08:00
Kazuhiro MUSASHI cfcf7e5f0a Add explanation for the travel section.
```
--- /dev/null
+++ b/content/travel/_index.md
@@ -0,0 +1,7 @@
+---
+title: Travel Page
+date: 2019-04-14
+publishdate: 2019-04-14
+---
+
+旅行関係の記事をここに集めてみました。
```
2019-04-14 16:48:49 +08:00
Kazuhiro MUSASHI aa2986d0ce Move some articles under the Quotes category. 2019-04-14 15:28:33 +08:00
Kazuhiro MUSASHI 105c1017b0 Add index page for Quotes section 2019-04-14 15:28:08 +08:00
Kazuhiro MUSASHI d6b773f8e8 Modify contents to demonstrate `Leaflet.js` shorcodes. 2019-04-14 00:31:10 +08:00
Kazuhiro MUSASHI bf1ecb0a9c Add example content of Labs section. 2019-04-09 08:32:03 +08:00
Kazuhiro MUSASHI d42a8e4085 Add Labs page explanation _index.html 2019-04-09 08:32:03 +08:00
Kazuhiro MUSASHI 860d782b3e Delete the posts without date information 2019-04-07 22:47:00 +08:00
Kazuhiro MUSASHI 36ba17039d Delete the url setting from `.md` files. 2019-04-02 23:09:46 +07:00
Kazuhiro MUSASHI a1f6427f14 Change the directory structure. 2019-04-01 00:25:36 +08:00
Kazuhiro MUSASHI 3c8b202f54 initial commit 2019-03-31 19:00:21 +08:00