Compare commits
No commits in common. "f9151d89a9facbd93c58d2e0d9d840215e9faebd" and "05b74db2e5ad82cd35ea09cac5ad5a64c08e2b50" have entirely different histories.
f9151d89a9
...
05b74db2e5
3 changed files with 17 additions and 8 deletions
21
README.md
21
README.md
|
@ -1,11 +1,20 @@
|
|||
# Bicycl'Eure website
|
||||
# Etoile de bethleem - site web
|
||||
|
||||
Site web réalisé par un professionel ne tentez en aucun cas de reproduire !
|
||||
## Comment installer
|
||||
|
||||
## comment démarrer
|
||||
- git clone etoiledebethleem/website website
|
||||
- cd website
|
||||
|
||||
- `git clone bicycleure/website bicycleure-website`
|
||||
- `cd website`
|
||||
- `hugo serve`
|
||||
## 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)
|
||||
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
var map = new maplibregl.Map({
|
||||
container: 'short-code-slippy-map',
|
||||
style:
|
||||
'https://api.maptiler.com/maps/streets/style.json?key=ayRTcnWkBYAiwuQ3aCCc',
|
||||
'https://api.maptiler.com/maps/streets/style.json?key=get_your_own_OpIi9ZULNHzrESv6T2vL',
|
||||
center: [{{ .lng}}, {{ .lat }}],
|
||||
zoom: {{ .zoom }}
|
||||
});
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
var map = new maplibregl.Map({
|
||||
container: 'short-code-slippy-map',
|
||||
style:
|
||||
'https://api.maptiler.com/maps/streets/style.json?key=ayRTcnWkBYAiwuQ3aCCc',
|
||||
'https://api.maptiler.com/maps/streets/style.json?key=get_your_own_OpIi9ZULNHzrESv6T2vL',
|
||||
center: [{{ .Get "lng" }}, {{ .Get "lat" }}],
|
||||
zoom: {{ .Get "zoom" }}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue