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
|
## comment démarrer
|
||||||
- cd website
|
|
||||||
|
|
||||||
## Comment développer
|
- `git clone bicycleure/website bicycleure-website`
|
||||||
|
- `cd website`
|
||||||
- hugo server -D
|
- `hugo serve`
|
||||||
|
|
||||||
## 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({
|
var map = new maplibregl.Map({
|
||||||
container: 'short-code-slippy-map',
|
container: 'short-code-slippy-map',
|
||||||
style:
|
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 }}],
|
center: [{{ .lng}}, {{ .lat }}],
|
||||||
zoom: {{ .zoom }}
|
zoom: {{ .zoom }}
|
||||||
});
|
});
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
var map = new maplibregl.Map({
|
var map = new maplibregl.Map({
|
||||||
container: 'short-code-slippy-map',
|
container: 'short-code-slippy-map',
|
||||||
style:
|
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" }}],
|
center: [{{ .Get "lng" }}, {{ .Get "lat" }}],
|
||||||
zoom: {{ .Get "zoom" }}
|
zoom: {{ .Get "zoom" }}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue