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-26 18:20:48 +0300
committerWang Chucheng <ccwangchn@gmail.com>2020-09-26 18:20:48 +0300
commit024b009d6af5e627f2b62dc4a46b727eec32a618 (patch)
tree5de583284f3e9f4114aec139f7765de1e7068ac6 /exampleSite
parentcb9cdf102892b1a05079ff0f07e564971137726c (diff)
refactor: improve image load
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config/_default/params.toml2
-rw-r--r--exampleSite/content/authors/example-author/_index.md2
-rw-r--r--exampleSite/resources/_gen/images/images/icon_hu64421c6c7700f606f0ad45d807017b09_5843_180x180_fill_box_center_2.pngbin0 -> 2561 bytes
-rw-r--r--exampleSite/resources/_gen/images/images/icon_hu64421c6c7700f606f0ad45d807017b09_5843_32x32_fill_box_center_2.pngbin0 -> 711 bytes
-rw-r--r--exampleSite/static/images/hero-left.jpgbin59179 -> 0 bytes
-rw-r--r--exampleSite/static/images/hero-right.jpgbin75016 -> 0 bytes
-rw-r--r--exampleSite/static/images/icon.pngbin5843 -> 0 bytes
7 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml
index 3447789..3534b0e 100644
--- a/exampleSite/config/_default/params.toml
+++ b/exampleSite/config/_default/params.toml
@@ -8,7 +8,7 @@
[hero]
slogan = "We are all in the gutter, but some of us are looking at the stars."
- # Specify the image name in `static/images/` folder.
+ # Specify the image name in `assets/images/` folder.
imgLeft = "images/hero-left.jpg"
imgRight = "images/hero-right.jpg"
diff --git a/exampleSite/content/authors/example-author/_index.md b/exampleSite/content/authors/example-author/_index.md
index 267ca7c..d50b633 100644
--- a/exampleSite/content/authors/example-author/_index.md
+++ b/exampleSite/content/authors/example-author/_index.md
@@ -1,6 +1,6 @@
+++
# Name
-title = "测试"
+title = "Example Author"
role = "Example Role"
bio = "Aenean vel bibendum quam. Aliquam at mollis quam. Proin efficitur."
avatar = "images/avatar.jpg"
diff --git a/exampleSite/resources/_gen/images/images/icon_hu64421c6c7700f606f0ad45d807017b09_5843_180x180_fill_box_center_2.png b/exampleSite/resources/_gen/images/images/icon_hu64421c6c7700f606f0ad45d807017b09_5843_180x180_fill_box_center_2.png
new file mode 100644
index 0000000..323de7e
--- /dev/null
+++ b/exampleSite/resources/_gen/images/images/icon_hu64421c6c7700f606f0ad45d807017b09_5843_180x180_fill_box_center_2.png
Binary files differ
diff --git a/exampleSite/resources/_gen/images/images/icon_hu64421c6c7700f606f0ad45d807017b09_5843_32x32_fill_box_center_2.png b/exampleSite/resources/_gen/images/images/icon_hu64421c6c7700f606f0ad45d807017b09_5843_32x32_fill_box_center_2.png
new file mode 100644
index 0000000..cbe3333
--- /dev/null
+++ b/exampleSite/resources/_gen/images/images/icon_hu64421c6c7700f606f0ad45d807017b09_5843_32x32_fill_box_center_2.png
Binary files differ
diff --git a/exampleSite/static/images/hero-left.jpg b/exampleSite/static/images/hero-left.jpg
deleted file mode 100644
index 5811ac8..0000000
--- a/exampleSite/static/images/hero-left.jpg
+++ /dev/null
Binary files differ
diff --git a/exampleSite/static/images/hero-right.jpg b/exampleSite/static/images/hero-right.jpg
deleted file mode 100644
index 36bd1d0..0000000
--- a/exampleSite/static/images/hero-right.jpg
+++ /dev/null
Binary files differ
diff --git a/exampleSite/static/images/icon.png b/exampleSite/static/images/icon.png
deleted file mode 100644
index 79f07e0..0000000
--- a/exampleSite/static/images/icon.png
+++ /dev/null
Binary files differ