Skip to content

Website for the Eighth International Workshop on Languages for Modelling Variability (MODEVAR@VaMoS 2025)

License

Notifications You must be signed in to change notification settings

modevar/modevar.github.io

Repository files navigation

MODEVAR website

The website for the Second International Workshop on Languages for Modelling Variability (MODEVAR 2020)


What is this?

This is a Jekyll-based website for the MODEVAR 2020 workshop. This repository comprises templates and files with the content. The real website is generated from these files using the Jekyll static-website generator and the minimal mistakes template.

The MODEVAR website is deployed in Github Pages. Authors can create new content using Prose, Netlify or the Github web interface. This repository must be cloned/forked only for development.

This site is inspired in AcademicPages/events, a fork from the minimal mistakes template.

Local installation for development

You can install Jekyll on your computer to preview the changes before pushing them to the Github repository.

The following are instructions for Ubuntu Linux (or Ubuntu/WSL on Windows 10)

  1. Install Jekyll pre-requisites, including the Ruby language

    sudo apt-get install ruby-full build-essential zlib1g-dev
    
  2. Configure the Ruby language to install software in the $HOME directory

    echo '# Install Ruby Gems to ~/gems' >> ~/.bashrc
    echo 'export GEM_HOME="$HOME/gems"' >> ~/.bashrc
    echo 'export PATH="$HOME/gems/bin:$PATH"' >> ~/.bashrc
    source ~/.bashrc
    
  3. Install Jekyll

    gem install jekyll bundler
    
  4. Download the website

    git clone https://github.com/modevar/modevar.github.io
    
  5. Install additional libraries required by Jekyll

    cd modevar.github.io
    bundle install
    
  6. Run the Jekyll preview to preview and regenerate the website when the files are changed

    bundle exec jekyll serve
    
  7. Preview the site using a web browser

    http://localhost:4000
    

Licenses

This website uses the Minimal Mistakes Jekyll Theme that is licensed using The MIT License (MIT).

About

Website for the Eighth International Workshop on Languages for Modelling Variability (MODEVAR@VaMoS 2025)

Resources

License

Stars

Watchers

Forks