The web site for host the pages of os-edu, normally we publish a WeChat public account article after creating a new post in this site.
- Install hugo.
- Run
git submodule init - Run
git submodule update - Run
hugo serverin the root directory - Access the site with "http://localhost:1313/os-edu.github.io/"
- Clicking the fork button on the project page, then check out the os-edu from your forked repo.
- If you want to add a new page to the site, you can add a markdown file to content/posts directory, please take the other files in that directory as an example.
- If you want to add an image file, you can put the file into content/images, and reference it in the markdown file.
- Adding the content into git and push back to your forked repo.
- Creating a PR to os-edu.