Building GitHub Pages on Android
- Install Termux
- Install Andronix
-
Install Ubuntu
pkg update -y && pkg install curl proot tar -y && curl https://raw.githubusercontent.com/AndronixApp/AndronixOrigin/master/Installer/Ubuntu20/ubuntu20.sh | bash
-
Start Ubuntu
sudo isn’t necessary
- apt update
- apt upgrade
- apt install git ruby-dev make gcc gpp build-essential zlib1g zlib1g-dev
- git clone https://github.com/tbeckenhauer/tbeckenhauer.github.io.git
- cd tbeckenhauer.github.io
- gem install bundler
- bundler install
- bundle exec jekyll serve