Website for the band Rí Ra, build with Jekyll using Docker.
Made from scratch, inspired by pixyll, airspace, agency.
- Install Jekyll Docker image
docker pull jvconseil/jekyll-docker- Build the web site (run the docker image and download all dependencies)
docker compose upor
docker compose up "site" --remove-orphansSee also documentation for docker compose.
- In your browser go to
http://localhost:4000/See also console ouput for more instructions.
https://hub.docker.com/r/jvconseil/jekyll-docker
Installing official Jekyll Docker image
docker pull jekyll/jekyll:3.8.6You can measure visits to your website either by using Google Analytics tracking embed or the more advanced Google Tag Manager container.
- For Google Analytics set up the value for
google_analytics, it should be something likegoogle_analytics: UA-XXXXXXXX-X. - For Google Tag Manager set up the value for
google_tag_manager, it should be something like:google_tag_manager: GTM-XXXXX. - Do not set both of above methods because this will cause conflicts and skew your reporting data.
- Remember that you need to properly configure the GTM container in its admin panel if you want it to work. More info is available in GTM's docs.
