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

github.com/curttimson/hugo-theme-dopetrope.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-10 19:46:00 +0300
committerCurtis Timson <curt@live.co.uk>2018-02-10 19:46:00 +0300
commitfafb7871a22229e0be4a3defad4fbd4130469ad7 (patch)
tree577aad55bd7b714f29904bd4106011f45bfe61bb /exampleSite
parentd718c432f009db4ea4e1329f40ba86e6206e0bf6 (diff)
Make recent posts in footer dynamic
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/post/01-post.md2
-rw-r--r--exampleSite/content/post/02-post.md2
-rw-r--r--exampleSite/content/post/03-post.md11
-rw-r--r--exampleSite/content/post/04-post.md11
-rw-r--r--exampleSite/content/post/05-post.md11
-rw-r--r--exampleSite/content/post/06-post.md11
6 files changed, 46 insertions, 2 deletions
diff --git a/exampleSite/content/post/01-post.md b/exampleSite/content/post/01-post.md
index aee42e7..924af3d 100644
--- a/exampleSite/content/post/01-post.md
+++ b/exampleSite/content/post/01-post.md
@@ -1,6 +1,6 @@
+++
description = "First post description"
-date = "2018-01-01T00:00:00"
+date = "2017-01-01T00:00:00"
thumbnail = "images/pic09.jpg"
image = "images/pic01.jpg"
title = "First post"
diff --git a/exampleSite/content/post/02-post.md b/exampleSite/content/post/02-post.md
index ad086a9..62ab4a5 100644
--- a/exampleSite/content/post/02-post.md
+++ b/exampleSite/content/post/02-post.md
@@ -1,6 +1,6 @@
+++
description = "Second post description"
-date = "2018-01-02T00:00:00"
+date = "2017-07-21T00:00:00"
thumbnail = "images/pic08.jpg"
image = "images/pic01.jpg"
title = "Second post"
diff --git a/exampleSite/content/post/03-post.md b/exampleSite/content/post/03-post.md
new file mode 100644
index 0000000..9b9344a
--- /dev/null
+++ b/exampleSite/content/post/03-post.md
@@ -0,0 +1,11 @@
++++
+description = "Third post description"
+date = "2017-10-31T00:00:00"
+thumbnail = "images/pic08.jpg"
+image = "images/pic01.jpg"
+title = "Third post"
+slug = "third-post"
+author = "John Smith"
+draft = false
++++
+Testing content \ No newline at end of file
diff --git a/exampleSite/content/post/04-post.md b/exampleSite/content/post/04-post.md
new file mode 100644
index 0000000..c4c1646
--- /dev/null
+++ b/exampleSite/content/post/04-post.md
@@ -0,0 +1,11 @@
++++
+description = "fourth post description"
+date = "2017-12-25T00:00:00"
+thumbnail = "images/pic08.jpg"
+image = "images/pic01.jpg"
+title = "fourth post"
+slug = "fourth-post"
+author = "John Smith"
+draft = false
++++
+Testing content \ No newline at end of file
diff --git a/exampleSite/content/post/05-post.md b/exampleSite/content/post/05-post.md
new file mode 100644
index 0000000..6af0401
--- /dev/null
+++ b/exampleSite/content/post/05-post.md
@@ -0,0 +1,11 @@
++++
+description = "Fifth post description"
+date = "2018-01-05T00:00:00"
+thumbnail = "images/pic08.jpg"
+image = "images/pic01.jpg"
+title = "Fifth post"
+slug = "fifth-post"
+author = "John Smith"
+draft = false
++++
+Testing content \ No newline at end of file
diff --git a/exampleSite/content/post/06-post.md b/exampleSite/content/post/06-post.md
new file mode 100644
index 0000000..8622f10
--- /dev/null
+++ b/exampleSite/content/post/06-post.md
@@ -0,0 +1,11 @@
++++
+description = "Sixth post description"
+date = "2018-02-06T00:00:00"
+thumbnail = "images/pic08.jpg"
+image = "images/pic01.jpg"
+title = "Sixth post"
+slug = "sixth-post"
+author = "John Smith"
+draft = false
++++
+Testing content \ No newline at end of file