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

github.com/2-REC/hugo-myportfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/perso/drawings/random/index.md5
-rw-r--r--exampleSite/content/perso/food/moo-moo/index.md9
-rw-r--r--exampleSite/content/perso/food/vietnam/index.md12
-rw-r--r--exampleSite/content/perso/statues/humans/index.md5
-rw-r--r--exampleSite/content/perso/statues/others/index.md5
-rw-r--r--exampleSite/content/pro/company/single-project/index.md9
6 files changed, 15 insertions, 30 deletions
diff --git a/exampleSite/content/perso/drawings/random/index.md b/exampleSite/content/perso/drawings/random/index.md
index 24abfa2..45ede15 100644
--- a/exampleSite/content/perso/drawings/random/index.md
+++ b/exampleSite/content/perso/drawings/random/index.md
@@ -3,9 +3,8 @@ title: "Random"
subtitle: "A random drawing"
categories: [ "art" ]
tags: [ "drawing", "asian" ]
-
-resources:
-- src: "images/flower_scene.jpg"
+images:
+- src: "flower_scene.jpg"
title: "A flower seller in HCMC"
---
diff --git a/exampleSite/content/perso/food/moo-moo/index.md b/exampleSite/content/perso/food/moo-moo/index.md
index f53d511..078c907 100644
--- a/exampleSite/content/perso/food/moo-moo/index.md
+++ b/exampleSite/content/perso/food/moo-moo/index.md
@@ -6,13 +6,12 @@ small_image: "small.png"
small_url: "https://www.moobeefsteak.com.vn/"
categories: [ "food", "vietnam" ]
tags: [ "seafood", "foie gras", "western", "salad" ]
-resources:
-##For each "image" image file:
-- src: "images/moo_moo_foie_gras.jpg"
+images:
+- src: "moo_moo_foie_gras.jpg"
title: "Foie gras"
-- src: "images/moo_moo_salad.jpg"
+- src: "moo_moo_salad.jpg"
title: "Salad"
-- src: "images/moo_moo_seafood.jpg"
+- src: "moo_moo_seafood.jpg"
title: "Seafood"
---
diff --git a/exampleSite/content/perso/food/vietnam/index.md b/exampleSite/content/perso/food/vietnam/index.md
index 9a07d68..4cf7b0b 100644
--- a/exampleSite/content/perso/food/vietnam/index.md
+++ b/exampleSite/content/perso/food/vietnam/index.md
@@ -4,16 +4,14 @@ subtitle: "Some vietnamese dishes"
image: "pho99_fried_pho.jpg"
categories: [ "food", "vietnam" ]
tags: [ "soup", "pho", "asian" ]
-resources:
-##For each "image" image file:
-- src: "images/pho99_fried_pho.jpg"
+images:
+- src: "pho99_fried_pho.jpg"
title: "Fried pho"
-- src: "images/ut_hue.jpg"
+- src: "ut_hue.jpg"
title: "Bun Bo Hue"
-- src: "images/royal_lunch.jpg"
+- src: "royal_lunch.jpg"
title: "Cheap lunch"
- params:
- copyright: "my photo"
+ copyright: "my photo"
---
Description:
diff --git a/exampleSite/content/perso/statues/humans/index.md b/exampleSite/content/perso/statues/humans/index.md
index 6cb1cee..cefdc83 100644
--- a/exampleSite/content/perso/statues/humans/index.md
+++ b/exampleSite/content/perso/statues/humans/index.md
@@ -4,11 +4,6 @@ subtitle: "Some statues of humans."
small_image: "small.jpg"
categories: [ "art", "statue", "vietnam" ]
tags: [ "asian", "human" ]
-resources:
-##For each "image" image file:
-- src: "images/1.jpg"
-- src: "images/2.jpg"
-- src: "images/6.jpg"
---
Description:
diff --git a/exampleSite/content/perso/statues/others/index.md b/exampleSite/content/perso/statues/others/index.md
index 7dca83d..bdcd19d 100644
--- a/exampleSite/content/perso/statues/others/index.md
+++ b/exampleSite/content/perso/statues/others/index.md
@@ -4,11 +4,6 @@ subtitle: "Some statues."
image: "4.jpg"
categories: [ "statue", "vietnam" ]
tags: [ "asian" ]
-resources:
-##For each "image" image file:
-- src: "images/3.jpg"
-- src: "images/8.jpg"
-- src: "images/9.jpg"
---
Description:
diff --git a/exampleSite/content/pro/company/single-project/index.md b/exampleSite/content/pro/company/single-project/index.md
index b2d8731..68d1405 100644
--- a/exampleSite/content/pro/company/single-project/index.md
+++ b/exampleSite/content/pro/company/single-project/index.md
@@ -3,9 +3,8 @@ title: "A Weird Project"
subtitle: "Freestyle weirdness"
categories: [ "art", "IT" ]
tags: [ "bundle", "drawing" ]
-resources:
-- src: "images/draw2.jpg"
- title: "Weird drawinf"
- params:
- copyright: "DEREK SEVERIN"
+images:
+- src: "draw2.jpg"
+ title: "Weird drawing"
+ copyright: "DEREK SEVERIN"
---