Cleanup. Moving to YAML
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -1,58 +1,48 @@
|
||||
+++
|
||||
# Accomplishments widget.
|
||||
widget = "accomplishments" # See https://sourcethemes.com/academic/docs/page-builder/
|
||||
headless = true # This file represents a page section.
|
||||
active = true # Activate this widget? true/false
|
||||
weight = 50 # Order that this section will appear.
|
||||
---
|
||||
widget: "accomplishments"
|
||||
headless: true
|
||||
weight: 50
|
||||
|
||||
title = "Crew experience"
|
||||
subtitle = ""
|
||||
title: "Crew experience"
|
||||
|
||||
# Date format
|
||||
# Refer to https://sourcethemes.com/academic/docs/customization/#date-format
|
||||
date_format = "2006"
|
||||
date_format: "2006"
|
||||
|
||||
# Accomplishments.
|
||||
# Add/remove as many `[[item]]` blocks below as you like.
|
||||
# `title`, `organization` and `date_start` are the required parameters.
|
||||
# Leave other parameters empty if not required.
|
||||
# Begin/end multi-line descriptions with 3 quotes `"""`.
|
||||
item:
|
||||
- organization: "Local regattas"
|
||||
title: "Evening races and distance races"
|
||||
date_start: "2007-05-01"
|
||||
date_end: ""
|
||||
description: >
|
||||
Crewing on different boats for evening races, primarily as bowman/trimmer
|
||||
- Albin Nova 33
|
||||
- X-35
|
||||
- X-99
|
||||
- Dynamic 35
|
||||
- J/105
|
||||
- Melges 32
|
||||
|
||||
[[item]]
|
||||
organization = "Local regattas"
|
||||
title = "Evening races and distance races"
|
||||
date_start = "2007-05-01"
|
||||
date_end = ""
|
||||
description = """Crewing on different boats for evening races, primarily as bowman/trimmer
|
||||
- Albin Nova 33
|
||||
- X-35
|
||||
- X-99
|
||||
- Dynamic 35
|
||||
- J/105
|
||||
- Melges 32"""
|
||||
- organization: "Struer Sejlklub"
|
||||
organization_url: "https://struersejlklub.dk/"
|
||||
title: "Danish Sailing Leauge"
|
||||
url: "http://sejlsportsligaen.dk/"
|
||||
date_start: "2015-05-01"
|
||||
date_end: "2017-10-01"
|
||||
description: >
|
||||
Training for the danish national sailing league and particpating as bowman for my sailing club.
|
||||
- J/80 (practice)
|
||||
- J/70 (racing)
|
||||
|
||||
[[item]]
|
||||
organization = "Struer Sejlklub"
|
||||
organization_url = "https://struersejlklub.dk/"
|
||||
title = "Danish Sailing Leauge"
|
||||
url = "http://sejlsportsligaen.dk/"
|
||||
date_start = "2015-05-01"
|
||||
date_end = "2017-10-01"
|
||||
description = """Training for the danish national sailing league and particpating as bowman for my sailing club.
|
||||
- J/80 (practice)
|
||||
- J/70 (racing)"""
|
||||
- title: "Dinghy sailing"
|
||||
date_start: "1998-05-01"
|
||||
date_end: "2008-10-01"
|
||||
description: >
|
||||
Dinghy sailing from childhood.
|
||||
- Optimist
|
||||
- Europe Class
|
||||
|
||||
[[item]]
|
||||
title = "Dinghy sailing"
|
||||
date_start = "1998-05-01"
|
||||
date_end = "2008-10-01"
|
||||
description = """Dinghy sailing from childhood.
|
||||
- Optimist
|
||||
- Europe Class"""
|
||||
|
||||
[[item]]
|
||||
title = "Coaching"
|
||||
date_start = "2009-04-01"
|
||||
date_end = "2014-10-01"
|
||||
description = """Coaching kids aging from 8 to 15 in various youth classes. Optimist, Zoom8, 29er, Europe, Laser etc. Hosting semiars covering the rules of sailing. Member of planning committee for racing events."""
|
||||
+++
|
||||
- title: "Coaching"
|
||||
date_start: "2009-04-01"
|
||||
date_end: "2014-10-01"
|
||||
description: >
|
||||
Coaching kids aging from 8 to 15 in various youth classes. Optimist, Zoom8, 29er, Europe, Laser etc. Hosting semiars covering the rules of sailing. Member of planning committee for racing events.
|
||||
---
|
Reference in New Issue
Block a user