Compare commits
2 Commits
870b1cdc40
...
d73edf2cc1
Author | SHA1 | Date | |
---|---|---|---|
d73edf2cc1 | |||
4697d89dc8 |
BIN
assets/media/sailing/slider/IMG_20190516_125332627.webp
Normal file
BIN
assets/media/sailing/slider/IMG_20190516_125332627.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 318 KiB |
BIN
assets/media/sailing/slider/IMG_20210516_111807076.webp
Normal file
BIN
assets/media/sailing/slider/IMG_20210516_111807076.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 121 KiB |
BIN
assets/media/sailing/slider/IMG_20210810_151716403.webp
Normal file
BIN
assets/media/sailing/slider/IMG_20210810_151716403.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 163 KiB |
Before Width: | Height: | Size: 491 KiB After Width: | Height: | Size: 491 KiB |
@ -2,7 +2,7 @@
|
|||||||
appearance:
|
appearance:
|
||||||
theme_day: ocean
|
theme_day: ocean
|
||||||
font: minimal
|
font: minimal
|
||||||
font_size: M
|
font_size: L
|
||||||
|
|
||||||
|
|
||||||
header:
|
header:
|
||||||
|
@ -1,11 +1,50 @@
|
|||||||
---
|
---
|
||||||
widget: "blank"
|
widget: "slider"
|
||||||
headless: true
|
headless: true
|
||||||
weight: 10
|
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."_
|
|
||||||
|
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'
|
||||||
|
---
|
4
go.mod
4
go.mod
@ -4,6 +4,6 @@ go 1.15
|
|||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/wowchemy/wowchemy-hugo-modules/v5 v5.3.0
|
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-cms/v5 v5.0.0-20220309000624-acd5e742afea // indirect
|
||||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220303211751-d75dbe7f3d22 // indirect
|
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220309000624-acd5e742afea // indirect
|
||||||
)
|
)
|
||||||
|
4
go.sum
4
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-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 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-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-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 h1:J6H85UfeOzUouIenMxv/+FT1F5XlfzjuZYfMFdRux8Y=
|
||||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20210807125257-88ec9270d03e/go.mod h1:2iL9rdrUYyJXX2BeHKfK+QbqZlubCsaR60nQ87NRQTY=
|
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-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 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-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=
|
||||||
|
Reference in New Issue
Block a user