Fei-Guo / openyurtio.github.io

homepage of openyurt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openyurtio.github.io

homepage of openyurt

Development

  1. github pages branch -- dev
  2. npm start
  3. development ...
  4. npm run build
  5. git add
  6. git commit
  7. git push

Guide for adding new document

Add a new blog

  1. Add new .md file under blog/en-us or blog/zh-cn.
  2. Update site_config/blog.js, add a new entry to the blog in either en-us or zh-cn.
  3. Run docsite start locally to verify the blog can be displayed correctly.
  4. Send the pull request contains the .md and blog.js only.

Add a new article for developers

  1. Add new .md file under docs/en-us or docs/zh-cn.
  2. Update site_config/docs.js, add a new entry in either en-us or zh-cn.
  3. Run docsite start locally to verify the article can be displayed correctly.
  4. Send the pull request contains the .md and docs.js only.

About

homepage of openyurt


Languages

Language:HTML 45.9%Language:CSS 38.8%Language:JavaScript 7.7%Language:SCSS 7.5%Language:EJS 0.1%