Please note: this page has been translated automatically. If you can, you should read it in one of these languages:

create 1 subnet “github page”

Log in to github with your username.

Go to the jekyll-plurlingva website, and click «Use this template».

Enter a name for a repository and validate the creation of the repository. Go to the parameters of your repository, go to paragraph «Github Pages», and replace «None» with «master», click «Save».

Now connect to a computer with Linux.
Install the prerequisites: Ruby-Bundler Ruby-Dev Gawk PO4A>= 0.61

For example if you are under 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/name
cd name
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"

Change the parameter baseurl to the file _config.yml , you have to put the name of the site instead of “”, to have this:
baseurl: "/name"
(Replace «name» with the name you selected, do not forget the /)

nano _config.yml

( Take advantage of it to change the author’s name. )

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/name.