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

github.com/meibenny/elephants.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Mei <meibenny@gmail.com>2018-01-02 07:10:58 +0300
committerBenny Mei <meibenny@gmail.com>2018-01-02 07:10:58 +0300
commite8b09fed345edfd908f9b3c80728c2a6ae9ea317 (patch)
tree9cd18f5c6fe30e663949d4fe0559b21dd99f97a9
parent84f2a0ce18ee92b2c8db61b1510346793d21682b (diff)
add files to meet theme requirements
-rw-r--r--exampleSite/LICENSE20
-rw-r--r--exampleSite/config.toml7
-rw-r--r--exampleSite/content/posts/happy-new-year.md7
-rw-r--r--exampleSite/content/posts/my-example-post.md7
-rw-r--r--exampleSite/content/posts/my-first-post.md7
-rw-r--r--images/screenshot.pngbin0 -> 27785 bytes
-rw-r--r--images/tn.pngbin0 -> 14223 bytes
7 files changed, 48 insertions, 0 deletions
diff --git a/exampleSite/LICENSE b/exampleSite/LICENSE
new file mode 100644
index 0000000..729dd3f
--- /dev/null
+++ b/exampleSite/LICENSE
@@ -0,0 +1,20 @@
+The MIT License (MIT)
+
+Copyright (c) 2018 Benny Mei
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
+the Software, and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
+FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
+COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..c0ef657
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,7 @@
+baseURL = "http://example.org/"
+languageCode = "en-us"
+title = "Example Blog"
+theme = "elephants"
+
+[params]
+ sitename = "Elephants"
diff --git a/exampleSite/content/posts/happy-new-year.md b/exampleSite/content/posts/happy-new-year.md
new file mode 100644
index 0000000..b737318
--- /dev/null
+++ b/exampleSite/content/posts/happy-new-year.md
@@ -0,0 +1,7 @@
+---
+title: "Happy New Year!"
+date: 2018-01-01T18:30:21-05:00
+draft: false
+---
+
+My New Years Resolutions \ No newline at end of file
diff --git a/exampleSite/content/posts/my-example-post.md b/exampleSite/content/posts/my-example-post.md
new file mode 100644
index 0000000..54c6c98
--- /dev/null
+++ b/exampleSite/content/posts/my-example-post.md
@@ -0,0 +1,7 @@
+---
+title: "How To Blog 101"
+date: 2017-12-29T18:30:21-05:00
+draft: false
+---
+
+Instructions on how to blog 101 \ No newline at end of file
diff --git a/exampleSite/content/posts/my-first-post.md b/exampleSite/content/posts/my-first-post.md
new file mode 100644
index 0000000..809ad09
--- /dev/null
+++ b/exampleSite/content/posts/my-first-post.md
@@ -0,0 +1,7 @@
+---
+title: "Elephants Hugo Theme"
+date: 2017-12-30T18:30:21-05:00
+draft: false
+---
+
+Elephants Hugo Theme \ No newline at end of file
diff --git a/images/screenshot.png b/images/screenshot.png
new file mode 100644
index 0000000..91b85d3
--- /dev/null
+++ b/images/screenshot.png
Binary files differ
diff --git a/images/tn.png b/images/tn.png
new file mode 100644
index 0000000..5baefc0
--- /dev/null
+++ b/images/tn.png
Binary files differ