Skip to content

Commit

Permalink
Platinum Resorts tournament.
Browse files Browse the repository at this point in the history
  • Loading branch information
cranst0n committed Oct 11, 2018
1 parent 45e6cf7 commit ae9b970
Show file tree
Hide file tree
Showing 10 changed files with 48 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -30,7 +30,7 @@ install:
- rvm use 2.4.4 --install --fuzzy
- gem update --system
- gem install sass
- gem install jekyll -v 3.8.1
- gem install jekyll -v 3.8.4

script:
git reset --hard HEAD;
Expand Down
6 changes: 3 additions & 3 deletions build.sbt
Expand Up @@ -2,14 +2,14 @@ import microsites._

name := "golf-clash-notebook"

scalaVersion in ThisBuild := "2.12.6"
scalaVersion in ThisBuild := "2.12.7"
organization in ThisBuild := "golf-clash-notebook"
organizationName in ThisBuild := "Golf Clash Notebook"

////////////////////////////////////////////////////////////////////////////////
val CatsV = "1.2.0"
val CatsV = "1.4.0"
val CatsEffectV = "0.10.1"
val CirceV = "0.9.3"
val CirceV = "0.10.0"
val MonixV = "3.0.0-RC1"
val ScalaCheckV = "1.14.0"
val ScalaTagsV = "0.6.7"
Expand Down
8 changes: 8 additions & 0 deletions modules/site/src/main/resources/microsite/_config.yml
Expand Up @@ -501,3 +501,11 @@ page_gen:
extra:
title-prefix: 'Metro Open Tournament - Hole '
tournament-name: 'Metro Open'
- index_files: true
data: 'tournaments.PlatinumResorts.holes'
template: '_includes/tournaments/hole-template.liquid'
name: 'number'
dir: 'tournaments/PlatinumResorts'
extra:
title-prefix: 'Platinum Resorts Tournament - Hole '
tournament-name: 'Platinum Resorts'
Expand Up @@ -238,6 +238,7 @@ holes:
<circle cx="229" cy="270" r="6" fill="white" class="guide-point" data-guide-segment="1" />
<circle cx="300" cy="160" r="6" fill="white" class="guide-point" data-guide-segment="2" />
- id: 41fae3d6-5eb6-415f-8bff-1ad1d00463b4
current-tournament: true
course: Greenoch Point
number: 3
par: 3
Expand Down Expand Up @@ -335,6 +336,7 @@ holes:
<circle cx="252" cy="755" r="6" fill="white" class="guide-point" data-guide-segment="0" />
<circle cx="286" cy="237" r="6" fill="white" class="guide-point" data-guide-segment="1" />
- id: 6ea3d593-3acb-4552-821b-b784c19e0672
current-tournament: true
course: Greenoch Point
number: 4
par: 4
Expand Down Expand Up @@ -656,6 +658,7 @@ holes:
<circle cx="323" cy="189" r="6" fill="black" class="guide-point" data-guide-segment="3" />
<circle cx="361" cy="129" r="6" fill="black" class="guide-point" data-guide-segment="4" />
- id: af37d3ac-7089-4ff1-9568-64bcce20c496
current-tournament: true
course: Greenoch Point
number: 7
par: 5
Expand Down
Expand Up @@ -2,6 +2,7 @@ course-name: Southern Pines
skinned: false
holes:
- id: 35b5f6cf-916c-404d-9a57-aeb2ec0a693c
current-tournament: true
course: Southern Pines
number: 1
par: 4
Expand Down Expand Up @@ -377,6 +378,7 @@ holes:
<circle cx="145" cy="293" r="6" fill="blue" class="guide-point" data-guide-segment="1" />
<circle cx="194" cy="85" r="6" fill="blue" class="guide-point" data-guide-segment="2" />
- id: a0d9b22c-70e6-43c4-8022-27387295e9c1
current-tournament: true
course: Southern Pines
number: 4
par: 5
Expand Down Expand Up @@ -632,6 +634,7 @@ holes:
<circle cx="594" cy="419" r="6" fill="white" class="guide-point" data-guide-segment="1" />
<circle cx="628" cy="139" r="6" fill="white" class="guide-point" data-guide-segment="2" />
- id: 8b2a0801-dd19-4d25-a7e1-d7503c8fc7ae
current-tournament: true
course: Southern Pines
number: 6
par: 3
Expand Down
Expand Up @@ -282,6 +282,7 @@ holes:
<circle cx="303" cy="339" r="6" fill="yellow" class="guide-point" data-guide-segment="1" />
<circle cx="326" cy="108" r="6" fill="yellow" class="guide-point" data-guide-segment="2" />
- id: 330d44fa-7e2d-4fda-bdb5-f96fa9c0258f
current-tournament: true
course: The Milano
number: 4
par: 3
Expand Down Expand Up @@ -561,6 +562,7 @@ holes:
- title: Vegas - Masters
url: https://youtu.be/cbFbXJo9SGo
- id: 2c9f5304-fca6-4bd1-91dc-e61bd032da92
current-tournament: true
course: The Milano
number: 8
par: 4
Expand Down Expand Up @@ -608,6 +610,7 @@ holes:
- title: Vegas - Masters
url: https://youtu.be/tZcd9xP2f1c
- id: e848d24c-b050-49da-a898-83bee9ef0e97
current-tournament: true
course: The Milano
number: 9
par: 5
Expand Down
@@ -0,0 +1,5 @@
timestamp: 2018-10-11
title: Platinum Resorts Tournament!
content: >
Platinum Resorts tournament holes and notesheets are now available! Check them out
<a href="/tournaments/PlatinumResorts/">here.</a>
@@ -0,0 +1,22 @@
tournament-name: Platinum Resorts
date: '2018-10-15'
resource-creators:
holes:
- number: 1
id: af37d3ac-7089-4ff1-9568-64bcce20c496
- number: 2
id: 6ea3d593-3acb-4552-821b-b784c19e0672
- number: 3
id: 41fae3d6-5eb6-415f-8bff-1ad1d00463b4
- number: 4
id: 35b5f6cf-916c-404d-9a57-aeb2ec0a693c
- number: 5
id: e848d24c-b050-49da-a898-83bee9ef0e97
- number: 6
id: 330d44fa-7e2d-4fda-bdb5-f96fa9c0258f
- number: 7
id: 2c9f5304-fca6-4bd1-91dc-e61bd032da92
- number: 8
id: 8b2a0801-dd19-4d25-a7e1-d7503c8fc7ae
- number: 9
id: a0d9b22c-70e6-43c4-8022-27387295e9c1
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ae9b970

Please sign in to comment.