bndynet / knowledge

Repository from Github https://github.combndynet/knowledgeRepository from Github https://github.combndynet/knowledge

Knowledge

Records knowledge and sync it and Gists to Wiki and Blog.

CI

  1. Set up a CI project about Git.
  2. Run npm run build to generate files for Wiki and Blog.
  3. Copy ./_wiki/ to Wiki website and ./_posts/ to _posts folder in Jekyll (Blog website)

Build Script Example

npm run build
\cp -R ./_wiki/* <wiki.bndy.net_path>
\cp -R ./_posts/* <bndy.net_path>/_posts/

About


Languages

Language:HTML 99.1%Language:JavaScript 0.9%