- bunch add webrick
- bundle exec jekyll serve
- http://127.0.0.1:4000
https://docs.github.com/en/pages
tips _jupyter/
- The jupyter file name has to use - instead of _
- and the format is YY-MM-DD-FILE-TITLE.ipynb
- run ./format.sh YY-MM-DD-FILE-TITLE.ipynb _posts/
- modify tag manually
- To show image, copy to Powerpoint, then you can directly copy to Notebook
- After conversion, modify
- In VS code, directly paste image into it and choose 'copy as markdown images'. Then images will be saved in the md or jupyter folder
- Move the images into /assets/images/YY-MM-DD-FILE-TITLE_files folder and rename it.
- title
CAN NOT HAVE SPACED IN THE CODE
Local test
- bundle install
- bundle exec jekyll serve