RayH-Ter.github.io
Personal website for something interesting
Create your own homepage based on Github Page and Jekyll
- Create a new repo named yourGithubName.github.io.
- Create an index.html and start to edit this file to make you homepage look as pretty as you can.
- Plenty of ready-made templates are avaviliable on Jekyll Themes. Just download one you like, and add files you downloaded to the repo you’ve created, then almost everything is done except filling in your own information and notes you’d like to show on your homepage.
Install Jekyll
If you want to edit files offline and get the scene freshed as soon as possible, you are supposed to install Jekyll.
- Install the dependencies for Jekyll on Ubuntu, refer Jekyll on Ubuntu
- Run
jekyll server
1 2 3 4
jekyll server # 如果报错则运行 bundle install bundle exec jekyll serve
Other reference
Advice
- 在撰写具有大量公式的博客时,需注意公式的规范性,github上markdown行内公式容错性较Typora markdown低,且应搭载mathjax。
- 调整博客文章主题可以套用平时Typora中.css文件