Tutorial on GitHub personal website
Tutorial on GitHub personal website
- Online documentations and resources
- https://docs.github.com/en/pages
- https://docs.github.com/en/pages/quickstart
- https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll
# Testing your GitHub Pages site locally with Jekyll
# See details in https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll
cd ~/wei-hsuan-cheng.github.io/ # cd ~/<website_name>.github.io/
bundle install && bundle exec jekyll serve
http://127.0.0.1:4000/ # or http://localhost:4000; to preview the site in a web browser locally