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

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Chucheng <ccwangchn@gmail.com>2020-05-13 17:56:33 +0300
committerWang Chucheng <ccwangchn@gmail.com>2020-05-13 17:56:33 +0300
commitbcacd76dca02303192263c700dd2497cc219620d (patch)
tree8301abdacf562b8c64b7fe14e1cebaa5cfbd35a1 /exampleSite/content
refactor: migrate to tailwindcss
Diffstat (limited to 'exampleSite/content')
-rw-r--r--exampleSite/content/_index.md7
-rw-r--r--exampleSite/content/about.md11
-rw-r--r--exampleSite/content/posts/first-post.md7
-rw-r--r--exampleSite/content/posts/second-post.md7
4 files changed, 32 insertions, 0 deletions
diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md
new file mode 100644
index 0000000..d2806e7
--- /dev/null
+++ b/exampleSite/content/_index.md
@@ -0,0 +1,7 @@
+---
+author: Dirk Olbrich
+title: Hi, and welcome.
+date: 2019-05-15
+---
+
+Live long and code.
diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md
new file mode 100644
index 0000000..5cc32d0
--- /dev/null
+++ b/exampleSite/content/about.md
@@ -0,0 +1,11 @@
+---
+author: Dirk Olbrich
+title: About
+date: 2019-05-13
+description: A short description about me.
+keywords: [about, creator]
+---
+
+Hugo Starter Theme for Tailwindcss.
+
+Made by [me](https://github.com/dirkolbrich/).
diff --git a/exampleSite/content/posts/first-post.md b/exampleSite/content/posts/first-post.md
new file mode 100644
index 0000000..14b51f1
--- /dev/null
+++ b/exampleSite/content/posts/first-post.md
@@ -0,0 +1,7 @@
+---
+author: Dirk Olbrich
+title: First Post
+date: 2019-05-13
+---
+
+Wise words. \ No newline at end of file
diff --git a/exampleSite/content/posts/second-post.md b/exampleSite/content/posts/second-post.md
new file mode 100644
index 0000000..409bf03
--- /dev/null
+++ b/exampleSite/content/posts/second-post.md
@@ -0,0 +1,7 @@
+---
+author: Dirk Olbrich
+title: A second Post
+date: 2019-05-14
+---
+
+A lot more Wise words. \ No newline at end of file