Github Pages with Jekyll
Make sure if you installed "VS Code" and "Docker Engine"
Docker Engine (IF Windows, recommend to install WSL 2 to use as a base engine for better performance)
Clone repository
$ git clone https://github.com/who0joe/who0joe.github.io.git
Run VS-Code
Open who0joe.github.io
folder in VS-Code
and, press "ctrl + shift + P" and, type "rebuild" to execute "Remote-Containers: Rebuild and Reopen in Container"
Execute bundle
to generate Gemfile.lock for required dependencies
$ bundle
Run jekyll serve
, if build finished you can see the site at http://localhost:4000
$ jekyll serve
This site uses Just the Docs, a documentation theme for Jekyll.
for more information please check followings