Skip to content

OS-EDU/os-edu.github.io

Repository files navigation

os-edu.github.io

Publish Site

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.

preview os-edu in local

  1. Install hugo.
  2. Run git submodule init
  3. Run git submodule update
  4. Run hugo server in the root directory
  5. Access the site with "http://localhost:1313/os-edu.github.io/"

How to contribute new content to the site

  1. Clicking the fork button on the project page, then check out the os-edu from your forked repo.
  2. 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.
  3. If you want to add an image file, you can put the file into content/images, and reference it in the markdown file.
  4. Adding the content into git and push back to your forked repo.
  5. Creating a PR to os-edu.

Contributors

contributors