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-09-21 05:30:32 +0300
committerWang Chucheng <ccwangchn@gmail.com>2020-09-21 05:30:32 +0300
commit13d41d86c379d7171cbc47da5bb9a659860e94e9 (patch)
tree940bc05a1da46da9e629955ccb89fbdd426ca6a9 /exampleSite
parent1ae175faf4ce8440e6b60b69f18258e301d75350 (diff)
feat: add json-ld
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config/_default/config.toml2
-rw-r--r--exampleSite/config/_default/params.toml13
-rw-r--r--exampleSite/content/post/featured-image.md2
-rw-r--r--exampleSite/content/post/placeholder-text.md2
-rw-r--r--exampleSite/static/images/hero-left.jpg (renamed from exampleSite/static/img/hero-left.jpg)bin59179 -> 59179 bytes
-rw-r--r--exampleSite/static/images/hero-right.jpg (renamed from exampleSite/static/img/hero-right.jpg)bin75016 -> 75016 bytes
-rw-r--r--exampleSite/static/images/icon.pngbin0 -> 9582 bytes
7 files changed, 13 insertions, 6 deletions
diff --git a/exampleSite/config/_default/config.toml b/exampleSite/config/_default/config.toml
index e0ce2be..d226b63 100644
--- a/exampleSite/config/_default/config.toml
+++ b/exampleSite/config/_default/config.toml
@@ -1,4 +1,4 @@
-baseURL = "/"
+baseURL = "https://example.com"
title = "Eureka Demo"
theme = "eureka"
diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml
index ac93202..e8438bb 100644
--- a/exampleSite/config/_default/params.toml
+++ b/exampleSite/config/_default/params.toml
@@ -1,10 +1,17 @@
+[basic]
+ # E.g. Person, Organization, LocalBusiness, Project, EducationalOrganization
+ site_type = "Person"
+ icon = "images/icon.png"
+ publisher_name = "Test publisher"
+ publisher_logo = ""
+
description = "Eureka is a elegant and powerful theme for Hugo."
[hero]
slogan = "We are all in the gutter, but some of us are looking at the stars."
- # Specify the image name in `static/img/` folder.
- imgLeft = "hero-left.jpg"
- imgRight = "hero-right.jpg"
+ # Specify the image name in `static/images/` folder.
+ imgLeft = "images/hero-left.jpg"
+ imgRight = "images/hero-right.jpg"
[comment]
# Options: disqus and commento.
diff --git a/exampleSite/content/post/featured-image.md b/exampleSite/content/post/featured-image.md
index a4df9ca..44fcd33 100644
--- a/exampleSite/content/post/featured-image.md
+++ b/exampleSite/content/post/featured-image.md
@@ -15,7 +15,7 @@ date = 2020-05-26
lastmod = 2020-05-26
draft = false
-featuredImage = "hero-right.jpg"
+featuredImage = "https://img95.699pic.com/photo/50055/9074.jpg_wh300.jpg"
+++
Maecenas maximus, elit in ornare porttitor, nisi eros hendrerit nisl, sed fermentum nulla urna blandit tellus.
diff --git a/exampleSite/content/post/placeholder-text.md b/exampleSite/content/post/placeholder-text.md
index 5685296..db94690 100644
--- a/exampleSite/content/post/placeholder-text.md
+++ b/exampleSite/content/post/placeholder-text.md
@@ -9,7 +9,7 @@ tags = [
"text",
]
categories = []
-series = []
+series = ["Themes Guide"]
date = 2019-03-09
lastmod = 2019-03-09
draft = false
diff --git a/exampleSite/static/img/hero-left.jpg b/exampleSite/static/images/hero-left.jpg
index 5811ac8..5811ac8 100644
--- a/exampleSite/static/img/hero-left.jpg
+++ b/exampleSite/static/images/hero-left.jpg
Binary files differ
diff --git a/exampleSite/static/img/hero-right.jpg b/exampleSite/static/images/hero-right.jpg
index 36bd1d0..36bd1d0 100644
--- a/exampleSite/static/img/hero-right.jpg
+++ b/exampleSite/static/images/hero-right.jpg
Binary files differ
diff --git a/exampleSite/static/images/icon.png b/exampleSite/static/images/icon.png
new file mode 100644
index 0000000..49e4c8f
--- /dev/null
+++ b/exampleSite/static/images/icon.png
Binary files differ