create 1 website “github page”
Log in to github with your username.
Go to the jekyll-plurlingva web, and click «Use this template».
Enter as a repository name: username.github.io , where username is your username at github, and validate the creation of the repository.
Now connect to Linux computer.
Install the prerequisites, for example if you are under debian bullseye :
sudo apt install ruby-bundler ruby-dev gawk po4a
or if you are below debian buster :
sudo apt install ruby-bundler ruby-dev gawk
sudo apt -t buster-backports install po4a
and receive a copy of your deposit:
git clone https://github.com/username/username.github.io
cd username.github.io
git config pull.rebase false
git pull https://github.com/jmichault/jekyll-plurlingva.git --allow-unrelated-histories
Choose your working language (two-letter code), title and short description, and initialize the site:
_scripts/komenci xx "Via titolo" "Via priskribo"
If you want fewer languages than the 15 preset ones, edit the file _data/languages.yml and delete the corresponding lines:
nano _data/languages.yml
Submit changes to your website github :
git add --all
git commit -m "Initial commit"
git push -u origin master
Congratulations, your site has been created, it is accessible at https://username.github.io.