process
- make a new remote github repository named
.github.io - make your local repository - start a new local website ```bash $ jekyll new . --force $ bundle add webrick $ bundle exec jekyll serve --watch ``` - edit website with templates - push the codes of your web to github ```bash $ git add . $ git commit -m 'description' $ git push -u origin main ``` #### template github https://github.com/topics/jekyll-theme?o=desc&s=star https://github.com/daattali/beautiful-jekyll https://github.com/mmistakes/so-simple-theme #### jekyll theme http://jekyllthemes.org/ #### hydejack https://hydejack.com/docs/config/#adding-custom-favicons-and-app-icons