diff --git a/assets/media/sailing/slider/IMG_20190516_125332627.webp b/assets/media/sailing/slider/IMG_20190516_125332627.webp new file mode 100644 index 0000000..d75d467 Binary files /dev/null and b/assets/media/sailing/slider/IMG_20190516_125332627.webp differ diff --git a/assets/media/sailing/slider/IMG_20210516_111807076.webp b/assets/media/sailing/slider/IMG_20210516_111807076.webp new file mode 100644 index 0000000..f5062e2 Binary files /dev/null and b/assets/media/sailing/slider/IMG_20210516_111807076.webp differ diff --git a/assets/media/sailing/slider/IMG_20210810_151716403.webp b/assets/media/sailing/slider/IMG_20210810_151716403.webp new file mode 100644 index 0000000..5a1c020 Binary files /dev/null and b/assets/media/sailing/slider/IMG_20210810_151716403.webp differ diff --git a/assets/media/albums/sailingpics/IMG_6299.webp b/assets/media/sailing/slider/IMG_6299.webp similarity index 100% rename from assets/media/albums/sailingpics/IMG_6299.webp rename to assets/media/sailing/slider/IMG_6299.webp diff --git a/config/_default/params.yaml b/config/_default/params.yaml index 91f562d..3cdfd3c 100644 --- a/config/_default/params.yaml +++ b/config/_default/params.yaml @@ -2,7 +2,7 @@ appearance: theme_day: ocean font: minimal - font_size: M + font_size: L header: diff --git a/content/sailing/intro.md b/content/sailing/intro.md index 30961c3..1a17272 100644 --- a/content/sailing/intro.md +++ b/content/sailing/intro.md @@ -1,11 +1,50 @@ --- -widget: "blank" +widget: "slider" headless: true weight: 10 -title: "Intro" -design: - columns: "1" ---- -Dedicated sailor throughout most of my life. Ranging from family cruising and dinghy sailing to coaching and race official work. -> _"A Bad Day Sailing Is Better Than Good Day At Work."_ \ No newline at end of file + +design: + # Slide height is automatic unless you force a specific height (e.g. '400px') + slide_height: '400px' + is_fullscreen: false + # Automatically transition through slides? + loop: false + # Duration of transition between slides (in ms) + interval: 2000 + +content: + slides: + - title: "Sailing" + content: "Dedicated sailor throughout most of my life. Ranging from family cruising and dinghy sailing to coaching and race official work." + align: center + background: + position: right + color: '#666' + brightness: 0.7 + media: 'sailing\slider\IMG_6299.webp' + - title: "" + content: '_"A Bad Day Sailing Is Better Than Good Day At Work."_' + align: center + background: + position: right + color: '#666' + brightness: 0.7 + media: 'sailing\slider\IMG_20190516_125332627.webp' + - title: "" + content: '_“Sailing – The fine art of slowly going nowhere at great expense while being cold, wet and miserable.”_' + align: center + background: + position: right + color: '#666' + brightness: 0.7 + media: 'sailing\slider\IMG_20210516_111807076.webp' + - title: "" + content: '_“Sailing is the closest I can get to nature – it’s adrenaline, fear, a constant challenge and learning experience, an adventure into the unknown. And of course there is nothing better than wearing the same T-shirt for days and not brushing my hair for weeks.”_' + align: center + background: + position: right + color: '#666' + brightness: 0.7 + media: 'sailing\slider\IMG_20210810_151716403.webp' +--- \ No newline at end of file diff --git a/go.mod b/go.mod index aaecc50..f197255 100644 --- a/go.mod +++ b/go.mod @@ -4,6 +4,6 @@ go 1.15 require ( github.com/wowchemy/wowchemy-hugo-modules/v5 v5.3.0 - github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220303211751-d75dbe7f3d22 // indirect - github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220303211751-d75dbe7f3d22 // indirect + github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220309000624-acd5e742afea // indirect + github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220309000624-acd5e742afea // indirect ) diff --git a/go.sum b/go.sum index c6f248b..1f503c5 100644 --- a/go.sum +++ b/go.sum @@ -33,6 +33,8 @@ github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220216215925- github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220216215925-d0da1f21994f/go.mod h1:Sp/AKo+2HAPi/IPHp1MEdKPmee+mzO5+efUBUPLPqPE= github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220303211751-d75dbe7f3d22 h1:fsdJxho4vfU+WZuXx/g8CnHdItheqaAZzG2NN+Lex4k= github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220303211751-d75dbe7f3d22/go.mod h1:Sp/AKo+2HAPi/IPHp1MEdKPmee+mzO5+efUBUPLPqPE= +github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220309000624-acd5e742afea h1:UPqm5eboprYRGvsHXDwVXmRXRG+saSnWSiKpqA5KUso= +github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220309000624-acd5e742afea/go.mod h1:Sp/AKo+2HAPi/IPHp1MEdKPmee+mzO5+efUBUPLPqPE= github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20210629192904-559885af86b7/go.mod h1:2iL9rdrUYyJXX2BeHKfK+QbqZlubCsaR60nQ87NRQTY= github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20210807125257-88ec9270d03e h1:J6H85UfeOzUouIenMxv/+FT1F5XlfzjuZYfMFdRux8Y= github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20210807125257-88ec9270d03e/go.mod h1:2iL9rdrUYyJXX2BeHKfK+QbqZlubCsaR60nQ87NRQTY= @@ -66,3 +68,5 @@ github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220216215925-d0da github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220216215925-d0da1f21994f/go.mod h1:2iL9rdrUYyJXX2BeHKfK+QbqZlubCsaR60nQ87NRQTY= github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220303211751-d75dbe7f3d22 h1:fLtcBw6b1d4o6IAIT0UkgVnbfmL8zn9mJKOBVQRBErM= github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220303211751-d75dbe7f3d22/go.mod h1:2iL9rdrUYyJXX2BeHKfK+QbqZlubCsaR60nQ87NRQTY= +github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220309000624-acd5e742afea h1:S93sSI3W9tQQAhCBNVOGSaZr+qx0pHI8N2IMJSVoIiI= +github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220309000624-acd5e742afea/go.mod h1:2iL9rdrUYyJXX2BeHKfK+QbqZlubCsaR60nQ87NRQTY=