Compare commits
2 commits
05b74db2e5
...
f9151d89a9
Author | SHA1 | Date | |
---|---|---|---|
f9151d89a9 | |||
3354408ddd |
3 changed files with 8 additions and 17 deletions
21
README.md
21
README.md
|
@ -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`
|
||||
|
||||
|
||||
|
|
|
@ -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 }}
|
||||
});
|
||||
|
|
|
@ -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" }}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue