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

github.com/negrel/hugo-theme-pico.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Negrel <negrel.dev@protonmail.com>2020-12-20 20:28:27 +0300
committerAlexandre Negrel <negrel.dev@protonmail.com>2020-12-20 20:28:27 +0300
commit4bc23c3a485d94628ffcf7219c804db74a6983c9 (patch)
treead6917ca98406cbb5b1d6d35a4a336387f1fd943
parentf21e4f03794de379d6d781292ef0b13e0ed81aa2 (diff)
updating hero widget on example website
-rw-r--r--exampleSite/content/en/home/hero.md7
-rw-r--r--exampleSite/content/fr/home/hero.md6
-rw-r--r--exampleSite/static/img/portrait.jpgbin0 -> 47286 bytes
-rw-r--r--exampleSite/static/img/portrait.webpbin121336 -> 1374023 bytes
4 files changed, 7 insertions, 6 deletions
diff --git a/exampleSite/content/en/home/hero.md b/exampleSite/content/en/home/hero.md
index 34cd8df..2b89508 100644
--- a/exampleSite/content/en/home/hero.md
+++ b/exampleSite/content/en/home/hero.md
@@ -7,7 +7,7 @@ weight = 10
# hidden = true
# Hero image (optional). Enter filename of an image in the `static/` folder.
-hero_media = "/img/portrait.webp"
+hero_media = "/img/portrait.jpg"
# Buttons
# Add as much button as you want
@@ -25,6 +25,7 @@ hero_media = "/img/portrait.webp"
+++
-# My name is **Sponge Bob** and I'm a **chief cook**.
+# A theme to **express** your ideas.
+
+Pico is a minimalist, readable, responsive, light and beautiful Hugo theme.
-All my dishes are made with love \ No newline at end of file
diff --git a/exampleSite/content/fr/home/hero.md b/exampleSite/content/fr/home/hero.md
index 26de7d0..2489694 100644
--- a/exampleSite/content/fr/home/hero.md
+++ b/exampleSite/content/fr/home/hero.md
@@ -7,7 +7,7 @@ weight = 10
# hidden = true
# Hero image (optional). Enter filename of an image in the `static/` folder.
-hero_media = "/img/portrait.webp"
+hero_media = "/img/portrait.jpg"
# Buttons
# Add as much button as you want
@@ -25,6 +25,6 @@ hero_media = "/img/portrait.webp"
+++
-# Je m'appelle **Bob l'Éponge** et je suis **cuisinier en chef**.
+# Un thème pour **exprimer** vos idées.
-Tout mes plats sont faits avec amour. \ No newline at end of file
+Pico est un thème qui se veut minimaliste, responsive, clair et léger. \ No newline at end of file
diff --git a/exampleSite/static/img/portrait.jpg b/exampleSite/static/img/portrait.jpg
new file mode 100644
index 0000000..8fe30c2
--- /dev/null
+++ b/exampleSite/static/img/portrait.jpg
Binary files differ
diff --git a/exampleSite/static/img/portrait.webp b/exampleSite/static/img/portrait.webp
index 4e06106..f8ed9b8 100644
--- a/exampleSite/static/img/portrait.webp
+++ b/exampleSite/static/img/portrait.webp
Binary files differ