Compare commits

...

2 commits

Author SHA1 Message Date
f9151d89a9 docs: basic README.md 2023-10-23 01:23:19 +02:00
3354408ddd fix: our own maptiler api key 2023-10-23 01:23:07 +02:00
3 changed files with 8 additions and 17 deletions

View file

@ -1,20 +1,11 @@
# Etoile de bethleem - site web
# Bicycl'Eure website
## Comment installer
Site web réalisé par un professionel ne tentez en aucun cas de reproduire !
- git clone etoiledebethleem/website website
- cd website
## comment démarrer
## Comment développer
- hugo server -D
## Comment build
- hugo
## Idées
- gallerie avec un scroll : https://staticbattery.com/ (on sera toujours obligé de faire de la navigation)
- `git clone bicycleure/website bicycleure-website`
- `cd website`
- `hugo serve`

View file

@ -5,7 +5,7 @@
var map = new maplibregl.Map({
container: 'short-code-slippy-map',
style:
'https://api.maptiler.com/maps/streets/style.json?key=get_your_own_OpIi9ZULNHzrESv6T2vL',
'https://api.maptiler.com/maps/streets/style.json?key=ayRTcnWkBYAiwuQ3aCCc',
center: [{{ .lng}}, {{ .lat }}],
zoom: {{ .zoom }}
});

View file

@ -5,7 +5,7 @@
var map = new maplibregl.Map({
container: 'short-code-slippy-map',
style:
'https://api.maptiler.com/maps/streets/style.json?key=get_your_own_OpIi9ZULNHzrESv6T2vL',
'https://api.maptiler.com/maps/streets/style.json?key=ayRTcnWkBYAiwuQ3aCCc',
center: [{{ .Get "lng" }}, {{ .Get "lat" }}],
zoom: {{ .Get "zoom" }}
});