Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mazgi/hugo-theme-techlog-simple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHidenori MATSUKI <MATSUKI.Hidenori@gmail.com>2018-11-26 19:50:01 +0300
committerHidenori MATSUKI <MATSUKI.Hidenori@gmail.com>2018-11-26 19:50:39 +0300
commit193d317596b21df0f3eb1a14cc5b632a86d616a8 (patch)
tree551c4666da9073bf7d0e190a7abf5b8a9dc96e2a
parent3271b33d6ff073cebe75b33023c5b8a371da8b2c (diff)
Crate a new post.
-rw-r--r--exampleSite/content/posts/2006.01/second-page.en.md12
-rw-r--r--exampleSite/content/posts/2006.01/second-page.ja.md12
-rw-r--r--exampleSite/static/posts/2006.01/second-page/cat.jpegbin0 -> 53315 bytes
3 files changed, 24 insertions, 0 deletions
diff --git a/exampleSite/content/posts/2006.01/second-page.en.md b/exampleSite/content/posts/2006.01/second-page.en.md
new file mode 100644
index 0000000..4a4920e
--- /dev/null
+++ b/exampleSite/content/posts/2006.01/second-page.en.md
@@ -0,0 +1,12 @@
+---
+title: "Second Page"
+date: 2018-10-05T05:12:12Z
+tags: ['hugo', 'example']
+authors: ['John', 'Smith']
+---
+
+## My second post
+
+{{< figure src="/posts/2006.01/second-page/cat.jpeg" >}}
+
+The pretty cat photo from [here](https://www.pexels.com/photo/grey-and-white-short-fur-cat-104827/).
diff --git a/exampleSite/content/posts/2006.01/second-page.ja.md b/exampleSite/content/posts/2006.01/second-page.ja.md
new file mode 100644
index 0000000..a4a9901
--- /dev/null
+++ b/exampleSite/content/posts/2006.01/second-page.ja.md
@@ -0,0 +1,12 @@
+---
+title: "2番目のページ"
+date: 2018-10-05T05:12:12Z
+tags: ['hugo', 'example']
+authors: ['John', 'Smith']
+---
+
+## 私の2番目のポスト
+
+{{< figure src="/posts/2006.01/second-page/cat.jpeg" >}}
+
+かわいい猫の写真は[こちら](https://www.pexels.com/photo/grey-and-white-short-fur-cat-104827/)からお借りしました。
diff --git a/exampleSite/static/posts/2006.01/second-page/cat.jpeg b/exampleSite/static/posts/2006.01/second-page/cat.jpeg
new file mode 100644
index 0000000..435ad15
--- /dev/null
+++ b/exampleSite/static/posts/2006.01/second-page/cat.jpeg
Binary files differ