diff options
Diffstat (limited to 'public/assets')
-rw-r--r-- | public/assets/config-demo.yml.dist | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/assets/config-demo.yml.dist b/public/assets/config-demo.yml.dist index 43188fb..4d088cc 100644 --- a/public/assets/config-demo.yml.dist +++ b/public/assets/config-demo.yml.dist | |||
@@ -100,6 +100,12 @@ services: | |||
100 | keywords: "demo" | 100 | keywords: "demo" |
101 | url: "#" | 101 | url: "#" |
102 | target: "_blank" | 102 | target: "_blank" |
103 | - name: "Weather" | ||
104 | location: "Lyon" | ||
105 | apikey: "xxxxxxxxxxxx" # insert your own API key here. Request one from https://openweathermap.org/api. | ||
106 | units: "metric" | ||
107 | endpoint: "https://homer-demo-content.netlify.app/openweather/weather" | ||
108 | type: "OpenWeather" | ||
103 | - name: "interesting links" | 109 | - name: "interesting links" |
104 | icon: "fas fa-solid fa-arrow-up-right-from-square" | 110 | icon: "fas fa-solid fa-arrow-up-right-from-square" |
105 | items: | 111 | items: |