-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
136 changed files
with
14,629 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Auto detect text files and perform LF normalization | ||
* text=auto |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
.DS_Store | ||
Thumbs.db | ||
db.json | ||
*.log | ||
node_modules/ | ||
public/ | ||
.deploy*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "themes/next"] | ||
path = themes/next | ||
url = https://github.com/theme-next/hexo-theme-next.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,37 @@ | ||
# WinUICommunity.github.io | ||
# 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](https://hexo.io/) (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](https://nodejs.org) | ||
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](https://github.com/ghost1372/ghost1372.github.io) and will be publicly visible on the [ghost1372.github.io](https://ghost1372.github.io/) site |
Oops, something went wrong.