Commit Graph

15 Commits

Author SHA1 Message Date
Kazuhiro MUSASHI 635f817fe0 Change the article date. 2019-06-17 11:50:43 +07:00
Kazuhiro MUSASHI a07f2631d9 Add an image to the article. 2019-06-17 11:48:05 +07:00
Kazuhiro MUSASHI d74ef9f578 Add an article on the 19th Street. 2019-06-17 11:46:56 +07:00
Kazuhiro MUSASHI 48be32af74 Shwedagon Pagoda article 2019-06-16 17:09:34 +07: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 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 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 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 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