This repository contains the source code of the www.vscodium.com website.
The website uses Jekyll, a static website engine that compiles the jekyll template into a static html website.
git clone https://github.com/VSCodium/vscodium.github.io
cd vscodium.github.io
Install jekyll from the official website
Or use the package manager of your GNU/Linux distribution (i.e. sudo apt install jekyll
)
and run the following command inside the site source to start a temporary server
jekyll serve
then open a browser and go to
Run the following command inside the jekyll source
jekyll build
and move the content of the _site folder in your webserver root to deploy the website