Skip to content

ipolo0000i/violay-rainbow-school.github.io

 
 

Repository files navigation

Site web statique

Installation

  1. Installer Ruby :

    sudo apt-get install ruby-full build-essential zlib1g-dev
    echo '# Install Ruby Gems to ~/gems' >> ~/.bashrc
    echo 'export GEM_HOME="$HOME/gems"' >> ~/.bashrc
    echo 'export PATH="$HOME/gems/bin:$PATH"' >> ~/.bashrc
    source ~/.bashrc
  2. Installer Jekyll :

    gem install jekyll bundler
  3. Récupérer le code source du site :

    git clone adresseRepositoryGithub
  4. Dans le dossier du site :

    bundle install

Utilisation

En local :

bundle exec jekyll serve

Configuration

Fichier /_config.yml :

  • Adresse du site :

    baseurl: https://violay-rainbow-school.github.io/

Memoirs Jekyll Theme

Live Demo | Docs & Download | Buy me a coffee

About

Version statique du site web.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • SCSS 56.8%
  • JavaScript 28.4%
  • CSS 7.0%
  • HTML 6.4%
  • Shell 1.2%
  • Ruby 0.1%
  • Makefile 0.1%