From c4b67ce1fc992dbdba91da934a1cba27f5e95362 Mon Sep 17 00:00:00 2001 From: "James R. Cogley" Date: Sat, 15 Feb 2025 11:59:11 +0900 Subject: [PATCH] group pages and tagged detail pages --- src/showcase/group1.vto | 36 +++++++++++++++++++ src/{index2.vto => showcase/group2.vto} | 11 ++++-- src/showcase/group3.vto | 36 +++++++++++++++++++ .../hachijojima-sunset_watercolor.vto | 5 ++- src/showcase/maruntain-top_tshirt.vto | 4 +++ src/showcase/nn-2024.vto | 2 ++ src/showcase/sea-turtle_painting.vto | 5 ++- src/showcase/youtube-gadget_flyer.vto | 4 ++- 8 files changed, 98 insertions(+), 5 deletions(-) create mode 100644 src/showcase/group1.vto rename src/{index2.vto => showcase/group2.vto} (66%) create mode 100644 src/showcase/group3.vto diff --git a/src/showcase/group1.vto b/src/showcase/group1.vto new file mode 100644 index 0000000..832ef4c --- /dev/null +++ b/src/showcase/group1.vto @@ -0,0 +1,36 @@ +--- +layout: layouts/base.vto +indextitle: "コグレー珠里 ポートフォリオ: ウェブデザイン" +indeximage: /assets/website-igor-miske-JVSgcV8_vb4-unsplash.jpg +category: GROUP +date: Git Last Modified +description: "Group index page of the site, showing a list of web design works with a link to a bio page." +priority: 0.9 +metas: + title: "コグレー珠里 ポートフォリオ: ウェブデザイン" + description: "Group index page of the site, showing a list of web design works with a link to a bio page." + image: /assets/website-igor-miske-JVSgcV8_vb4-unsplash.jpg +--- + + +
+

{{ indextitle }}

+{{ for item of search.pages(`type=showcase website`, "order=asc") }} + +{{ /for }} +
+
+ + diff --git a/src/index2.vto b/src/showcase/group2.vto similarity index 66% rename from src/index2.vto rename to src/showcase/group2.vto index 493c8aa..84a8a5f 100644 --- a/src/index2.vto +++ b/src/showcase/group2.vto @@ -1,13 +1,20 @@ --- layout: layouts/base.vto -title: コグレー珠里 ポートフォリオ サイトのトップ +indextitle: "コグレー珠里 ポートフォリオ: フライヤー" +indeximage: /assets/flyer-jean-carlo-emer-Vz78ZGZJ9kI-unsplash.jpg +category: GROUP date: Git Last Modified -description: "Top page of the site, showing a list of works with a link to a bio page." +description: "Group index page of the site, showing a list of flyer works with a link to a bio page." priority: 0.9 +metas: + title: "コグレー珠里 ポートフォリオ: フライヤー" + description: "Group index page of the site, showing a list of flyer works with a link to a bio page." + image: /assets/flyer-jean-carlo-emer-Vz78ZGZJ9kI-unsplash.jpg ---
+

{{ indextitle }}

{{ for item of search.pages(`type=showcase flyer`, "order=asc") }}
{{ if !item.hidelink }}{{ /if }} diff --git a/src/showcase/group3.vto b/src/showcase/group3.vto new file mode 100644 index 0000000..bb3c78c --- /dev/null +++ b/src/showcase/group3.vto @@ -0,0 +1,36 @@ +--- +layout: layouts/base.vto +indextitle: "コグレー珠里 ポートフォリオ: 絵画" +indeximage: /assets/art-kelly-sikkema-Rq1MLxP5RgI-unsplash.jpg +category: GROUP +date: Git Last Modified +description: "Group index page of the site, showing a list of art works with a link to a bio page." +priority: 0.9 +metas: + title: "コグレー珠里 ポートフォリオ: 絵画" + description: "Group index page of the site, showing a list of art works with a link to a bio page." + image: /assets/art-kelly-sikkema-Rq1MLxP5RgI-unsplash.jpg +--- + + + +
+ + diff --git a/src/showcase/hachijojima-sunset_watercolor.vto b/src/showcase/hachijojima-sunset_watercolor.vto index 43450d9..f7295d4 100644 --- a/src/showcase/hachijojima-sunset_watercolor.vto +++ b/src/showcase/hachijojima-sunset_watercolor.vto @@ -5,8 +5,11 @@ order: 900 category: hobby indeximage: /assets/suisai2.jpg indextitle: 夕陽の八丈小島 -metas: +metas: title: 夕陽の八丈小島 description: 「夕陽の八丈小島」を描いてみました image: /assets/suisai2.jpg +tags: + - art + - watercolor --- diff --git a/src/showcase/maruntain-top_tshirt.vto b/src/showcase/maruntain-top_tshirt.vto index 68e7f41..cc4b816 100644 --- a/src/showcase/maruntain-top_tshirt.vto +++ b/src/showcase/maruntain-top_tshirt.vto @@ -8,6 +8,10 @@ metas: title: Tシャツのイラストデザイン description: 愛犬まるを山に見立てて描きました。山頂"マルンテン・トップ"には、旗が立てられています。 image: /assets/maruntain-top.png +tags: + - art + - illustration + - tshirt ---
diff --git a/src/showcase/nn-2024.vto b/src/showcase/nn-2024.vto index 747fb53..f732106 100644 --- a/src/showcase/nn-2024.vto +++ b/src/showcase/nn-2024.vto @@ -4,6 +4,8 @@ order: 100 category: clientwork indeximage: /assets/nn2024-05kotobagaki.jpg indextitle: 美大生のポートフォリオサイト +tags: + - website metas: title: 芸術家・中原菜海様ポートフォリオサイト description: 彫刻作品等を制作しているクライアント様のポートフォリオサイトを制作しました。『作品の世界観や魅力が伝わり、制作者の名前を覚えてもらえることを目的としたサイトです。 diff --git a/src/showcase/sea-turtle_painting.vto b/src/showcase/sea-turtle_painting.vto index 7c24409..c37714f 100644 --- a/src/showcase/sea-turtle_painting.vto +++ b/src/showcase/sea-turtle_painting.vto @@ -5,8 +5,11 @@ order: 800 category: hobby indeximage: /assets/uminohi.jpg indextitle: かめとこども -metas: +metas: title: かめとこども description: 海の日ポスターコンクール2024応募作品『かめとこども』 image: /assets/uminohi.jpg +tags: + - art + - color-pencil --- diff --git a/src/showcase/youtube-gadget_flyer.vto b/src/showcase/youtube-gadget_flyer.vto index 8fea874..894120e 100644 --- a/src/showcase/youtube-gadget_flyer.vto +++ b/src/showcase/youtube-gadget_flyer.vto @@ -5,10 +5,12 @@ order: 400 category: classwork indeximage: /assets/youtube.jpg indextitle: YouTube Gadget サムネイル -metas: +metas: title: YouTube Gadget サムネイル description: YouTube Gadget サムネイル image: /assets/youtube.jpg +tags: + - flyer --- asdf