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

github.com/jpescador/hugo-future-imperfect.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Collins <thepatrickcollins@gmail.com>2017-10-16 02:19:53 +0300
committerGitHub <noreply@github.com>2017-10-16 02:19:53 +0300
commitd62e961d0c52a9452d3dd22fc363ae8e15de350c (patch)
treecb6ae6e42a81bab26dac3f2012b49b80d39040e7
parent3e48e5bf1fbc4623cd336064e5ca34762ed14e1f (diff)
Update example site (#63)
* Update example site
-rw-r--r--exampleSite/content/blog/creating-a-new-theme.md4
-rw-r--r--exampleSite/content/blog/goisforlovers.md2
-rw-r--r--exampleSite/content/blog/hugoisforlovers.md4
-rw-r--r--exampleSite/content/itemized/item1.md2
-rw-r--r--exampleSite/content/itemized/item2.md2
-rw-r--r--exampleSite/content/itemized/item3.md2
-rw-r--r--exampleSite/content/itemized/item4.md2
-rw-r--r--exampleSite/static/img/2014/04/pic01.jpgbin0 -> 69901 bytes
-rw-r--r--exampleSite/static/img/2014/09/pic03.jpgbin0 -> 40876 bytes
9 files changed, 9 insertions, 9 deletions
diff --git a/exampleSite/content/blog/creating-a-new-theme.md b/exampleSite/content/blog/creating-a-new-theme.md
index d58fab9..834ce9d 100644
--- a/exampleSite/content/blog/creating-a-new-theme.md
+++ b/exampleSite/content/blog/creating-a-new-theme.md
@@ -3,8 +3,8 @@ author = "Theme author"
categories = ["Hugo"]
date = "2014-09-28"
description = "Learn how to create a theme on Hugo"
-featured = "pic01.jpg"
-featuredalt = ""
+featured = "pic03.jpg"
+featuredalt = "Pic 3"
featuredpath = "date"
linktitle = ""
title = "Creating a New Theme"
diff --git a/exampleSite/content/blog/goisforlovers.md b/exampleSite/content/blog/goisforlovers.md
index dd5742e..2c8a8ab 100644
--- a/exampleSite/content/blog/goisforlovers.md
+++ b/exampleSite/content/blog/goisforlovers.md
@@ -4,7 +4,7 @@ categories = ["Go"]
date = "2014-04-02"
description = ""
featured = "pic02.jpg"
-featuredalt = ""
+featuredalt = "Pic 2"
featuredpath = "date"
linktitle = ""
title = "(Hu)go Template Primer"
diff --git a/exampleSite/content/blog/hugoisforlovers.md b/exampleSite/content/blog/hugoisforlovers.md
index 29d7504..98e0a56 100644
--- a/exampleSite/content/blog/hugoisforlovers.md
+++ b/exampleSite/content/blog/hugoisforlovers.md
@@ -3,8 +3,8 @@ author = "Hugo author"
categories = ["Hugo"]
date = "2014-04-02"
description = ""
-featured = "pic03.jpg"
-featuredalt = "Pic 3"
+featured = "pic01.jpg"
+featuredalt = "Pic 1"
featuredpath = "date"
linktitle = ""
title = "Getting Started with Hugo"
diff --git a/exampleSite/content/itemized/item1.md b/exampleSite/content/itemized/item1.md
index ebbac24..e7df9aa 100644
--- a/exampleSite/content/itemized/item1.md
+++ b/exampleSite/content/itemized/item1.md
@@ -9,7 +9,7 @@ featuredpath = ""
featuredalt = ""
categories = [""]
linktitle = ""
-platform = "Android"
+format = "Android"
link = "#"
+++
diff --git a/exampleSite/content/itemized/item2.md b/exampleSite/content/itemized/item2.md
index ef27c60..6b625e7 100644
--- a/exampleSite/content/itemized/item2.md
+++ b/exampleSite/content/itemized/item2.md
@@ -9,7 +9,7 @@ featuredpath = ""
featuredalt = ""
categories = [""]
linktitle = ""
-platform = "Golang"
+format = "Golang"
link = "#"
+++
diff --git a/exampleSite/content/itemized/item3.md b/exampleSite/content/itemized/item3.md
index d0acc78..0f66e30 100644
--- a/exampleSite/content/itemized/item3.md
+++ b/exampleSite/content/itemized/item3.md
@@ -9,7 +9,7 @@ featuredpath = ""
featuredalt = ""
categories = [""]
linktitle = ""
-platform = "Android"
+format = "Android"
link = "#"
+++
diff --git a/exampleSite/content/itemized/item4.md b/exampleSite/content/itemized/item4.md
index 6d1ee7a..a7aae09 100644
--- a/exampleSite/content/itemized/item4.md
+++ b/exampleSite/content/itemized/item4.md
@@ -9,7 +9,7 @@ featuredpath = ""
featuredalt = ""
categories = [""]
linktitle = ""
-platform = "iOS"
+format = "iOS"
link = "#"
+++
diff --git a/exampleSite/static/img/2014/04/pic01.jpg b/exampleSite/static/img/2014/04/pic01.jpg
new file mode 100644
index 0000000..692fb88
--- /dev/null
+++ b/exampleSite/static/img/2014/04/pic01.jpg
Binary files differ
diff --git a/exampleSite/static/img/2014/09/pic03.jpg b/exampleSite/static/img/2014/09/pic03.jpg
new file mode 100644
index 0000000..3bd5296
--- /dev/null
+++ b/exampleSite/static/img/2014/09/pic03.jpg
Binary files differ