Skip to content

ghost1372/Documents

Repository files navigation

Documents

This repository contains documentation for all products such as HandyControl, WinUICommunity and others.

Tip

The documents are written in Markdown files and converted into a static website by Hexo (A fast, simple & powerful blog framework).

Contribute

Contributions (PR) are welcomed! fork our repo and Add/Edit Files and make a request.

How to Run?

  1. Download and Install NodeJs
  2. After Installing NodeJs, you should Install Hexo Open Terminal and Enter Following Command:
npm install hexo-cli -g

3.Go to Documentation Folder (Root Folder) and Enter Following Command:

for Generating files:

Hexo g

for testing in local:

hexo server

Note

After the publish operation (That I will do), the changes will be made on the following repository and will be publicly visible on the ghost1372.github.io site