Skip to content

Commit 2ce4f3d

Browse files
authored
Merge pull request #203 from kernvalley/dependabot/npm_and_yarn/netlify-cli-3.0.0
Bump netlify-cli from 2.70.0 to 3.0.0
2 parents 7799dc6 + bf66263 commit 2ce4f3d

29 files changed

+668
-1222
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414

1515
## [Unreleased]
1616

17+
##[v2.1.0]
18+
19+
### Added
20+
- Notice that Whiskey Flat Days 2021 has been cancelled
21+
- Whiskey Flat Days event info in `site.data.mainEvent`
22+
1723
### Changed
1824
- Update to load `polyfill.io` and custom elements shim as `<script nomodule>`
19-
- Move `<leaflet-map>` component scripts to separate script to not load for every page
25+
- Use `<leaflet-map>` as separate script from CDN
26+
- Use `site.data.mainEvent` for the majority of data for WFD
27+
- Misc. component updates, especially for footer
2028

2129
## [v2.0.8] - 2020-12-12
2230

@@ -107,7 +115,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
107115
### Changed
108116
- Enable linting on `sw-config.js`
109117
- Resize app icons
110-
- Update icons with `purpose: maskable any`
118+
- Update icons with `purpose: maskable any`
111119

112120
## [v2.0.1] - 2020-07-03
113121

_config.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ author: Chris Zuber
22
title: Whiskey Flat Days
33
url: 'https://whiskeyflatdays.com'
44
markdown: kramdown
5-
version: 2.0.8
5+
version: 2.1.0
66
timezone: America/Los_Angeles
77
lang: en
88
dir: ltr
@@ -22,16 +22,16 @@ thumbnail:
2222
mobile-web-app-capable: true
2323
canonical: 'https://whiskeyflatdays.com'
2424
keywords:
25-
- whiskey flat
26-
- kernville
27-
- kern valley
28-
- kern river valley
29-
- festival
30-
- events
31-
- parade
32-
- rodeo
33-
- events
34-
- vendor
25+
- whiskey flat
26+
- kernville
27+
- kern valley
28+
- kern river valley
29+
- festival
30+
- events
31+
- parade
32+
- rodeo
33+
- events
34+
- vendor
3535
repository:
3636
username: kernvalley
3737
project: whiskey-flat-days

_data/ads.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ sidebar:
1515
- uuid: c180201e-e40b-49d1-a069-2b09b6e99800
1616
label: Kern Valley Ads
1717
url: https://ads.kernvalley.us/
18-
image: /img/ads/kv-ads.svg
19-
description: Advertise on websites throughout the Kern River Valley
18+
image: https://cdn.kernvalley.us/img/branding/ads.kernvalley.us.svg
19+
description: Advertise on local websites throughout the Kern River Valley
2020
callToAction: Click here to get started!
21-
layout: stack
21+
layout: card
2222
campaign: wfd-ad
2323
theme: auto
2424
- uuid: 091b2538-e3a9-422b-8a3a-e870fdf35d0e
@@ -28,12 +28,12 @@ sidebar:
2828
layout: image
2929
imageFit: contain
3030
imagePosition: center
31-
- uuid: fd2e2c83-83a1-4469-bb55-0556f244d5a5
32-
label: Wild West Daze Rodeo
33-
url: https://whiskeyflatdays.com/map/#f44131d1-2128-4d23-be86-2cc7d38e80ff
34-
description: Starts Sat. at 1 PM
35-
image: /img/raster/rodeo.jpg
36-
callToAction: Click to view Event
31+
# - uuid: fd2e2c83-83a1-4469-bb55-0556f244d5a5
32+
# label: Wild West Daze Rodeo
33+
# url: https://whiskeyflatdays.com/map/#f44131d1-2128-4d23-be86-2cc7d38e80ff
34+
# description: Starts Sat. at 1 PM
35+
# image: /img/raster/rodeo.jpg
36+
# callToAction: Click to view Event
3737
- uuid: 2201758a-da5f-49a4-8a5b-0d4074b2c0ba
3838
label: Paradise Cove Lodge
3939
image: https://www.paradisecovelodge.com/img/raster/background/restaurant-350.jpg
@@ -45,7 +45,7 @@ sidebar:
4545
label: Kern Valley Events
4646
url: https://events.kernvalley.us/
4747
description: The best things going on in the Valley
48-
image: /img/ads/kv-events.svg
48+
image: https://cdn.kernvalley.us/img/branding/events.kernvalley.us.svg
4949
callToAction: See what's going on today.
5050
- uuid: ad66057e-bd72-4534-bc8c-11cfc9b020b8
5151
label: Schoeppner Carnival

_data/app.yml

Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Whiskey Flat Days
33
shortName: Whiskey Flats
4-
version: 2.0.8-2021-01-08
4+
version: 2.1.0
55
start_url: /
66
display: standalone
77
description: "Map and events app for Whiskey Flat Days"
@@ -14,24 +14,24 @@ shortcuts:
1414
url: /events/
1515
description: List of events for Whiskey Flat Days
1616
icons:
17-
- src: /img/jumplist/events-192.png
18-
type: image/png
19-
sizes: 192x192
20-
- src: /img/jumplist/events-144.png
21-
type: image/png
22-
sizes: 144x144
23-
- src: /img/jumplist/events-96.png
24-
type: image/png
25-
sizes: 96x96
26-
- src: /img/jumplist/events-72.png
27-
type: image/png
28-
sizes: 72x72
29-
- src: /img/jumplist/events-48.png
30-
type: image/png
31-
sizes: 48x48
32-
- src: /img/jumplist/events-36.png
33-
type: image/png
34-
sizes: 36x36
17+
- src: /img/jumplist/events-192.png
18+
type: image/png
19+
sizes: 192x192
20+
- src: /img/jumplist/events-144.png
21+
type: image/png
22+
sizes: 144x144
23+
- src: /img/jumplist/events-96.png
24+
type: image/png
25+
sizes: 96x96
26+
- src: /img/jumplist/events-72.png
27+
type: image/png
28+
sizes: 72x72
29+
- src: /img/jumplist/events-48.png
30+
type: image/png
31+
sizes: 48x48
32+
- src: /img/jumplist/events-36.png
33+
type: image/png
34+
sizes: 36x36
3535
- name: Map
3636
url: /map/
3737
description: Map of vendors and events for Whiskey Flat Days
@@ -55,45 +55,45 @@ shortcuts:
5555
type: image/png
5656
sizes: 36x36
5757
categories:
58-
- travel
59-
- navigation
60-
- lifestyle
61-
- news
62-
- social
58+
- travel
59+
- navigation
60+
- lifestyle
61+
- news
62+
- social
6363
features:
64-
- List of events and vendors for Whiskey Flat Days
65-
- Searchable map containing markers for attractions, businesses, and vendors
66-
- Offline access on supported devices
67-
- Jumplist / shortcuts to events and map pages
68-
- Easy sharing to Facebook, Twitter, text message, and any app installed on your device
69-
- Local weather so you know whether to pack sunscreen or an umbrella
64+
- List of events and vendors for Whiskey Flat Days
65+
- Searchable map containing markers for attractions, businesses, and vendors
66+
- Offline access on supported devices
67+
- Jumplist / shortcuts to events and map pages
68+
- Easy sharing to Facebook, Twitter, text message, and any app installed on your device
69+
- Local weather so you know whether to pack sunscreen or an umbrella
7070
icons:
71-
- src: /img/favicon.svg
72-
type: image/svg+xml
73-
sizes: 150x150
74-
purpose: maskable any
75-
- src: /img/apple-touch-icon.png
76-
rel: apple-touch-icon
77-
type: image/png
78-
sizes: 180x180
79-
- src: /img/icon-512.png
80-
type: image/png
81-
sizes: 512x512
82-
purpose: maskable any
83-
- src: /img/icon-192.png
84-
type: image/png
85-
sizes: 192x192
86-
purpose: maskable any
87-
- src: /img/icon-32.png
88-
type: image/png
89-
sizes: 32x32
90-
- src: /img/icon-16.png
91-
type: image/png
92-
sizes: 16x16
71+
- src: /img/favicon.svg
72+
type: image/svg+xml
73+
sizes: 150x150
74+
purpose: maskable any
75+
- src: /img/apple-touch-icon.png
76+
rel: apple-touch-icon
77+
type: image/png
78+
sizes: 180x180
79+
- src: /img/icon-512.png
80+
type: image/png
81+
sizes: 512x512
82+
purpose: maskable any
83+
- src: /img/icon-192.png
84+
type: image/png
85+
sizes: 192x192
86+
purpose: maskable any
87+
- src: /img/icon-32.png
88+
type: image/png
89+
sizes: 32x32
90+
- src: /img/icon-16.png
91+
type: image/png
92+
sizes: 16x16
9393
screenshots:
94-
- src: 'https://i.imgur.com/Qnvw7I2l.jpg'
95-
sizes: 640x266
96-
type: image/jpeg
94+
- src: 'https://i.imgur.com/Qnvw7I2l.jpg'
95+
sizes: 640x266
96+
type: image/jpeg
9797
related_applications:
9898
- platform: play
9999
id: com.whiskey_flats.twa

_data/icons.csv

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ tools,img/octicons/tools.svg
4848
trashcan,img/octicons/trashcan.svg
4949
x,img/octicons/x.svg
5050
creative-commons-by-sa,img/logos/creative-commons-by-sa.svg
51-
facebook,img/logos/mono/facebook.svg
51+
facebook,img/logos/facebook.svg
5252
github,img/logos/mono/github.svg
5353
mark-github,img/octicons/mark-github.svg
5454
instagram,img/logos/mono/instagram.svg
55-
linkedin,img/logos/mono/linkedin.svg
56-
twitter,img/logos/mono/twitter.svg
55+
linkedin,img/logos/linkedin.svg
56+
twitter,img/logos/twitter.svg
5757
yelp,img/logos/mono/yelp.svg
5858
youtube,img/logos/mono/youtube.svg
5959
call-start,img/adwaita-icons/actions/call-start.svg

_data/links.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
nav:
2+
- label: Home
3+
href: /
4+
icon: home
5+
accessKey: h
6+
- label: Events
7+
href: /events/
8+
icon: calendar
9+
accessKey: e
10+
- label: Map
11+
href: /map/
12+
icon: map
13+
accessKey: m
14+
footer:
15+
- label: KernValley.US
16+
href: https://kernvalley.us
17+
icon: web-browser
18+
rel:
19+
- noreferrer
20+
- noopener
21+
- external
22+
- label: Kernville Chamber of Commerce
23+
href: https://www.gotokernville.com
24+
icon: link-external
25+
rel:
26+
- noreferrer
27+
- noopener
28+
- external
29+
- label: Privacy
30+
href: https://kernvalley.us/privacy/
31+
icon: eye
32+
rel:
33+
- noreferrer
34+
- noopener
35+
- external

_data/mainEvent.yml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
"@context": htts://schema.org
2+
"@type": Event
3+
name: Whiskey Flay Days
4+
description: 64th Annual Whiskey Flat Days | President's Day Weekend in Kernville, CA
5+
url: https://whiskeyflatdays.com
6+
startDate: 2021-02-12
7+
endDate: 2021-02-17
8+
eventAttendanceMode: OfflineEventAttendanceMode
9+
eventStatus: EventCancelled
10+
image:
11+
- "@type": ImageObject
12+
url: https://whiskeyflatdays.com/img/raster/coach-800.jpg
13+
width: 800
14+
height: 534
15+
encodingFormat: image/jpeg
16+
location:
17+
"type": City
18+
name: Kernville, CA
19+
address:
20+
"@type": PostalAddress
21+
addressLocality: Kernville
22+
addressRegion: CA
23+
postalCode: 93238
24+
geo:
25+
"@type": GeoCoordinates
26+
latitude: 35.754960
27+
longitude: -118.424825
28+
sponsor: null
29+
organizer:
30+
"@type": Organization
31+
name: Kernville Chamber of Commerce
32+
url: https://www.gotokernville.com
33+
telephone: +1-760-376-2629
34+
address:
35+
"@type": PostalAddress
36+
streetAddress: 11447 Kernville Rd.
37+
addressLocality: Kernville
38+
addressRegion: CA
39+
addressCountry: US
40+
postalCode: 93238

_data/places

_data/social.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
facebook: https://www.facebook.com/KernValley.us/
2+
twitter: https://twitter.com/kern_valley
3+
linkedIn: https://www.linkedin.com/company/18644791/

_data/weather.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
appid: 41ff0542577756523c5fcfaaeabe89d7
1+
appid: c38e607755fc6e388f18bc842ebfc7ce
22
postalCode: 93238
33
theme: auto

0 commit comments

Comments
 (0)