diff --git a/.dockerignore b/gitlab-pages/.dockerignore similarity index 100% rename from .dockerignore rename to gitlab-pages/.dockerignore diff --git a/.gitignore b/gitlab-pages/.gitignore similarity index 100% rename from .gitignore rename to gitlab-pages/.gitignore diff --git a/.gitlab-ci.yml b/gitlab-pages/.gitlab-ci.yml similarity index 100% rename from .gitlab-ci.yml rename to gitlab-pages/.gitlab-ci.yml diff --git a/Dockerfile b/gitlab-pages/Dockerfile similarity index 100% rename from Dockerfile rename to gitlab-pages/Dockerfile diff --git a/LICENSE b/gitlab-pages/LICENSE similarity index 100% rename from LICENSE rename to gitlab-pages/LICENSE diff --git a/Makefile b/gitlab-pages/Makefile similarity index 100% rename from Makefile rename to gitlab-pages/Makefile diff --git a/README.md b/gitlab-pages/README.md similarity index 100% rename from README.md rename to gitlab-pages/README.md diff --git a/counter.pp.ligo b/gitlab-pages/counter.pp.ligo similarity index 100% rename from counter.pp.ligo rename to gitlab-pages/counter.pp.ligo diff --git a/docker-compose.yml b/gitlab-pages/docker-compose.yml similarity index 100% rename from docker-compose.yml rename to gitlab-pages/docker-compose.yml diff --git a/docs/api-cli-commands.md b/gitlab-pages/docs/api-cli-commands.md similarity index 100% rename from docs/api-cli-commands.md rename to gitlab-pages/docs/api-cli-commands.md diff --git a/docs/language-basics-entrypoints.md b/gitlab-pages/docs/language-basics-entrypoints.md similarity index 100% rename from docs/language-basics-entrypoints.md rename to gitlab-pages/docs/language-basics-entrypoints.md diff --git a/docs/language-basics-functions.md b/gitlab-pages/docs/language-basics-functions.md similarity index 100% rename from docs/language-basics-functions.md rename to gitlab-pages/docs/language-basics-functions.md diff --git a/docs/language-basics-operators.md b/gitlab-pages/docs/language-basics-operators.md similarity index 100% rename from docs/language-basics-operators.md rename to gitlab-pages/docs/language-basics-operators.md diff --git a/docs/language-basics-variables.md b/gitlab-pages/docs/language-basics-variables.md similarity index 100% rename from docs/language-basics-variables.md rename to gitlab-pages/docs/language-basics-variables.md diff --git a/docs/setup-installation.md b/gitlab-pages/docs/setup-installation.md similarity index 100% rename from docs/setup-installation.md rename to gitlab-pages/docs/setup-installation.md diff --git a/examples/counter.ligo b/gitlab-pages/examples/counter.ligo similarity index 100% rename from examples/counter.ligo rename to gitlab-pages/examples/counter.ligo diff --git a/examples/functions.ligo b/gitlab-pages/examples/functions.ligo similarity index 100% rename from examples/functions.ligo rename to gitlab-pages/examples/functions.ligo diff --git a/examples/multiple-entrypoints.ligo b/gitlab-pages/examples/multiple-entrypoints.ligo similarity index 100% rename from examples/multiple-entrypoints.ligo rename to gitlab-pages/examples/multiple-entrypoints.ligo diff --git a/examples/variables.ligo b/gitlab-pages/examples/variables.ligo similarity index 100% rename from examples/variables.ligo rename to gitlab-pages/examples/variables.ligo diff --git a/functions.pp.ligo b/gitlab-pages/functions.pp.ligo similarity index 100% rename from functions.pp.ligo rename to gitlab-pages/functions.pp.ligo diff --git a/ligo-docker.sh b/gitlab-pages/ligo-docker.sh similarity index 100% rename from ligo-docker.sh rename to gitlab-pages/ligo-docker.sh diff --git a/multiple-entrypoints.pp.ligo b/gitlab-pages/multiple-entrypoints.pp.ligo similarity index 100% rename from multiple-entrypoints.pp.ligo rename to gitlab-pages/multiple-entrypoints.pp.ligo diff --git a/variables.pp.ligo b/gitlab-pages/variables.pp.ligo similarity index 100% rename from variables.pp.ligo rename to gitlab-pages/variables.pp.ligo diff --git a/website/README.md b/gitlab-pages/website/README.md similarity index 100% rename from website/README.md rename to gitlab-pages/website/README.md diff --git a/website/blog/2016-03-11-blog-post.md b/gitlab-pages/website/blog/2016-03-11-blog-post.md similarity index 100% rename from website/blog/2016-03-11-blog-post.md rename to gitlab-pages/website/blog/2016-03-11-blog-post.md diff --git a/website/blog/2017-04-10-blog-post-two.md b/gitlab-pages/website/blog/2017-04-10-blog-post-two.md similarity index 100% rename from website/blog/2017-04-10-blog-post-two.md rename to gitlab-pages/website/blog/2017-04-10-blog-post-two.md diff --git a/website/blog/2017-09-25-testing-rss.md b/gitlab-pages/website/blog/2017-09-25-testing-rss.md similarity index 100% rename from website/blog/2017-09-25-testing-rss.md rename to gitlab-pages/website/blog/2017-09-25-testing-rss.md diff --git a/website/blog/2017-09-26-adding-rss.md b/gitlab-pages/website/blog/2017-09-26-adding-rss.md similarity index 100% rename from website/blog/2017-09-26-adding-rss.md rename to gitlab-pages/website/blog/2017-09-26-adding-rss.md diff --git a/website/blog/2017-10-24-new-version-1.0.0.md b/gitlab-pages/website/blog/2017-10-24-new-version-1.0.0.md similarity index 100% rename from website/blog/2017-10-24-new-version-1.0.0.md rename to gitlab-pages/website/blog/2017-10-24-new-version-1.0.0.md diff --git a/website/core/Footer.js b/gitlab-pages/website/core/Footer.js similarity index 100% rename from website/core/Footer.js rename to gitlab-pages/website/core/Footer.js diff --git a/website/package.json b/gitlab-pages/website/package.json similarity index 100% rename from website/package.json rename to gitlab-pages/website/package.json diff --git a/website/pages/en/help.js b/gitlab-pages/website/pages/en/help.js similarity index 100% rename from website/pages/en/help.js rename to gitlab-pages/website/pages/en/help.js diff --git a/website/pages/en/index.js b/gitlab-pages/website/pages/en/index.js similarity index 100% rename from website/pages/en/index.js rename to gitlab-pages/website/pages/en/index.js diff --git a/website/pages/en/users.js b/gitlab-pages/website/pages/en/users.js similarity index 100% rename from website/pages/en/users.js rename to gitlab-pages/website/pages/en/users.js diff --git a/website/sidebars.json b/gitlab-pages/website/sidebars.json similarity index 100% rename from website/sidebars.json rename to gitlab-pages/website/sidebars.json diff --git a/website/siteConfig.js b/gitlab-pages/website/siteConfig.js similarity index 100% rename from website/siteConfig.js rename to gitlab-pages/website/siteConfig.js diff --git a/website/static/.well-known/acme-challenge/AMNFRWcwhlTR6sHn8GCh1ZxWQL-nAzxtp8qc4UmX6iw b/gitlab-pages/website/static/.well-known/acme-challenge/AMNFRWcwhlTR6sHn8GCh1ZxWQL-nAzxtp8qc4UmX6iw similarity index 100% rename from website/static/.well-known/acme-challenge/AMNFRWcwhlTR6sHn8GCh1ZxWQL-nAzxtp8qc4UmX6iw rename to gitlab-pages/website/static/.well-known/acme-challenge/AMNFRWcwhlTR6sHn8GCh1ZxWQL-nAzxtp8qc4UmX6iw diff --git a/website/static/.well-known/acme-challenge/dbB2XKERKKgwJJy6QAvHDSFZFMqVwkYiNJIJdLPckFk b/gitlab-pages/website/static/.well-known/acme-challenge/dbB2XKERKKgwJJy6QAvHDSFZFMqVwkYiNJIJdLPckFk similarity index 100% rename from website/static/.well-known/acme-challenge/dbB2XKERKKgwJJy6QAvHDSFZFMqVwkYiNJIJdLPckFk rename to gitlab-pages/website/static/.well-known/acme-challenge/dbB2XKERKKgwJJy6QAvHDSFZFMqVwkYiNJIJdLPckFk diff --git a/website/static/css/custom.css b/gitlab-pages/website/static/css/custom.css similarity index 100% rename from website/static/css/custom.css rename to gitlab-pages/website/static/css/custom.css diff --git a/website/static/img/favicon.ico b/gitlab-pages/website/static/img/favicon.ico similarity index 100% rename from website/static/img/favicon.ico rename to gitlab-pages/website/static/img/favicon.ico diff --git a/website/static/img/oss_logo.png b/gitlab-pages/website/static/img/oss_logo.png similarity index 100% rename from website/static/img/oss_logo.png rename to gitlab-pages/website/static/img/oss_logo.png diff --git a/website/static/img/undraw_code_review.svg b/gitlab-pages/website/static/img/undraw_code_review.svg similarity index 100% rename from website/static/img/undraw_code_review.svg rename to gitlab-pages/website/static/img/undraw_code_review.svg diff --git a/website/static/img/undraw_monitor.svg b/gitlab-pages/website/static/img/undraw_monitor.svg similarity index 100% rename from website/static/img/undraw_monitor.svg rename to gitlab-pages/website/static/img/undraw_monitor.svg diff --git a/website/static/img/undraw_note_list.svg b/gitlab-pages/website/static/img/undraw_note_list.svg similarity index 100% rename from website/static/img/undraw_note_list.svg rename to gitlab-pages/website/static/img/undraw_note_list.svg diff --git a/website/static/img/undraw_online.svg b/gitlab-pages/website/static/img/undraw_online.svg similarity index 100% rename from website/static/img/undraw_online.svg rename to gitlab-pages/website/static/img/undraw_online.svg diff --git a/website/static/img/undraw_open_source.svg b/gitlab-pages/website/static/img/undraw_open_source.svg similarity index 100% rename from website/static/img/undraw_open_source.svg rename to gitlab-pages/website/static/img/undraw_open_source.svg diff --git a/website/static/img/undraw_operating_system.svg b/gitlab-pages/website/static/img/undraw_operating_system.svg similarity index 100% rename from website/static/img/undraw_operating_system.svg rename to gitlab-pages/website/static/img/undraw_operating_system.svg diff --git a/website/static/img/undraw_react.svg b/gitlab-pages/website/static/img/undraw_react.svg similarity index 100% rename from website/static/img/undraw_react.svg rename to gitlab-pages/website/static/img/undraw_react.svg diff --git a/website/static/img/undraw_tweetstorm.svg b/gitlab-pages/website/static/img/undraw_tweetstorm.svg similarity index 100% rename from website/static/img/undraw_tweetstorm.svg rename to gitlab-pages/website/static/img/undraw_tweetstorm.svg diff --git a/website/static/img/undraw_youtube_tutorial.svg b/gitlab-pages/website/static/img/undraw_youtube_tutorial.svg similarity index 100% rename from website/static/img/undraw_youtube_tutorial.svg rename to gitlab-pages/website/static/img/undraw_youtube_tutorial.svg