1つのWebサイトを作成する “github page”
ユーザー名でgithubにログインします。
jekyll-plurlingva ウェブに移動し、 _«Use this template»_をクリックします。
リポジトリ名として次のように入力します: username.github.io 、ここで username は _github_でのユーザー名であり、リポジトリの作成を検証します。
これでLinuxコンピュータに接続します。
たとえば、 debian bullseye の下にある場合は、前提条件をインストールします。
sudo apt install ruby-bundler ruby-dev gawk po4a
または debian buster の下にある場合:
sudo apt install ruby-bundler ruby-dev gawk
sudo apt -t buster-backports install po4a
そしてあなたの預金のコピーを受け取ります:
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
作業言語 (2文字コード)、タイトル、簡単な説明を選択し、サイトを初期化します:
_scripts/komenci xx "Via titolo" "Via priskribo"
事前設定された15の言語よりも少ない言語が必要な場合は、ファイルを編集して _data/languages.yml 、対応する行を削除します:
nano _data/languages.yml
ウェブサイトに変更を送信する github :
git add --all
git commit -m "Initial commit"
git push -u origin master
おめでとうございます。サイトが作成されました。https://username.github.ioからアクセスできます。