https://github.com/pgiraud/dansemoioli
https://github.com/pgiraud/dansemoioli
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pgiraud/dansemoioli
- Owner: pgiraud
- Created: 2013-12-03T22:02:56.000Z (over 12 years ago)
- Default Branch: gh-pages
- Last Pushed: 2026-04-29T18:55:56.000Z (about 2 months ago)
- Last Synced: 2026-04-29T20:32:25.120Z (about 2 months ago)
- Language: JavaScript
- Homepage: http://www.dansemoioli.com/
- Size: 265 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
About
=====
Site de l'école de danse Moioli.
Deploy
======
Site built with Jekyll.
Serve with jekyll:
```
jekyll serve --watch --baseurl=
```
or with docker-compose:
```
docker-compose run --service-ports site
```
or with docker:
```
docker run --rm --label=jekyll --volume=$(pwd):/srv/jekyll -it -p 127.0.0.1:4000:4000 jekyll/jekyll:3.8 jekyll serve --livereload
```