Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.
/ cloudalpes.fr Public archive

Un site, du code, tout en GitOps. Bienvenue sur le repository de la conférence Cloud Alpes !

License

Notifications You must be signed in to change notification settings

cloudalpes/cloudalpes.fr

Repository files navigation

Cloud Alpes 2023 (Website)

About the template

Project Zeppelin allows you to setup awesome GDG DevFest site in 5 minutes. It's built on top of Jekyll - simple, blog-aware, static site generator. Jekyll also happens to be the engine behind GitHub Pages, which means you can use Jekyll to host your website from GitHub’s servers for free. Learn more about Jekyll. Template is brought by GDG Lviv team.

Local development

Check if you have all requirements for local environment. To install all development dependencies install Bundler and run next command from root folder:

    gem install bundler
    bundle install

To start Jekyll run (jekyll serve -w) or use ./run_webserver.sh:

    ./run_webserver.sh

Site will be available at http://127.0.0.1:4000/ or http://localhost:4000/ (on Windows)

License

Project is published under the MIT license. Feel free to clone and modify repo as you want, but don't forget to add reference to authors :)