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

github.com/curttimson/hugo-theme-massively.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCurtis Timson <curt@live.co.uk>2018-02-25 01:15:14 +0300
committerCurtis Timson <curt@live.co.uk>2018-02-25 01:15:14 +0300
commite8c305768a43f641d58f3afeefd936ecf79a96df (patch)
tree387510fc742bd7fc75239c8afcda553af20f57ac /exampleSite
parente7ece64dc70af4fe5302aaca9b560a02ca436fa9 (diff)
:sparkles: Add post range to index
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/post/post.1.md7
-rw-r--r--exampleSite/content/post/post.2.md7
-rw-r--r--exampleSite/content/post/post.3.md7
-rw-r--r--exampleSite/content/post/post.4.md7
-rw-r--r--exampleSite/content/post/post.5.md7
-rw-r--r--exampleSite/content/post/post.md (renamed from exampleSite/content/post/first-post.md)1
6 files changed, 36 insertions, 0 deletions
diff --git a/exampleSite/content/post/post.1.md b/exampleSite/content/post/post.1.md
new file mode 100644
index 0000000..0a70435
--- /dev/null
+++ b/exampleSite/content/post/post.1.md
@@ -0,0 +1,7 @@
++++
+title = 'Primis eget imperdiet lorem'
+slug = 'post1'
+image = 'images/pic03.jpg'
+date = "2017-04-22T00:00:00"
+description = 'Donec eget ex magna. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis magna etiam.'
++++ \ No newline at end of file
diff --git a/exampleSite/content/post/post.2.md b/exampleSite/content/post/post.2.md
new file mode 100644
index 0000000..a3c9972
--- /dev/null
+++ b/exampleSite/content/post/post.2.md
@@ -0,0 +1,7 @@
++++
+title = 'Ante mattis interdum dolor'
+slug = 'post2'
+image = 'images/pic04.jpg'
+date = "2017-04-18T00:00:00"
+description = 'Donec eget ex magna. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis magna etiam.'
++++ \ No newline at end of file
diff --git a/exampleSite/content/post/post.3.md b/exampleSite/content/post/post.3.md
new file mode 100644
index 0000000..b38eda0
--- /dev/null
+++ b/exampleSite/content/post/post.3.md
@@ -0,0 +1,7 @@
++++
+title = 'Augue lorem primis vestibulum'
+slug = 'post3'
+image = 'images/pic07.jpg'
+date = "2017-04-07T00:00:00"
+description = 'Donec eget ex magna. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis magna etiam.'
++++ \ No newline at end of file
diff --git a/exampleSite/content/post/post.4.md b/exampleSite/content/post/post.4.md
new file mode 100644
index 0000000..a6b5afc
--- /dev/null
+++ b/exampleSite/content/post/post.4.md
@@ -0,0 +1,7 @@
++++
+title = 'Odio magna sed consectetur'
+slug = 'post4'
+image = 'images/pic06.jpg'
+date = "2017-04-11T00:00:00"
+description = 'Donec eget ex magna. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis magna etiam.'
++++ \ No newline at end of file
diff --git a/exampleSite/content/post/post.5.md b/exampleSite/content/post/post.5.md
new file mode 100644
index 0000000..0b64882
--- /dev/null
+++ b/exampleSite/content/post/post.5.md
@@ -0,0 +1,7 @@
++++
+title = 'Tempus sed nulla imperdiet'
+slug = 'post5'
+image = 'images/pic05.jpg'
+date = "2017-04-14T00:00:00"
+description = 'Donec eget ex magna. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis magna etiam.'
++++ \ No newline at end of file
diff --git a/exampleSite/content/post/first-post.md b/exampleSite/content/post/post.md
index c34be6b..50647d8 100644
--- a/exampleSite/content/post/first-post.md
+++ b/exampleSite/content/post/post.md
@@ -1,5 +1,6 @@
+++
title = 'first post'
+slug = 'post'
image = 'images/pic02.jpg'
date = "2012-02-06T00:00:00"
description = 'Donec eget ex magna. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis magna etiam.'