Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ghost1372 committed Nov 14, 2024
1 parent 1a6d3b9 commit 3e71efd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Documents

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

> [!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).
Expand Down Expand Up @@ -33,5 +33,4 @@ 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
[WinUICommunity.github.io](https://WinUICommunity.github.io/)
12 changes: 6 additions & 6 deletions _config.next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ site_state: false
# Key is the link label showing to end users.
# Value before `||` delimiter is the target permalink, value after `||` delimiter is the name of Font Awesome icon.
social:
GitHub: https://github.com/ghost1372 || fab fa-github
GitHub: https://github.com/WinUICommunity || fab fa-github
E-Mail: mailto:[email protected] || fa fa-envelope
Nuget: https://www.nuget.org/packages/HandyControls || fab fa-microsoft
Nuget (WinUICommunity): https://www.nuget.org/profiles/WinUICommunity || fab fa-microsoft
Expand Down Expand Up @@ -333,7 +333,7 @@ footer:
# Icon between year and copyright info.
icon:
# Icon name in Font Awesome. See: https://fontawesome.com/icons
name: Ghost1372
name: WinUICommunity
# If you want to animate the icon, set it to true.
animated: false
# Change the color of icon, using Hex Code.
Expand Down Expand Up @@ -536,7 +536,7 @@ bookmark:
# `Follow me on GitHub` banner in the top-right corner.
github_banner:
enable: true
permalink: https://github.com/ghost1372
permalink: https://github.com/WinUICommunity
title: Follow me on GitHub


Expand Down Expand Up @@ -749,11 +749,11 @@ livere_uid: # <your_uid>
# For more information: https://gitalk.github.io
gitalk:
enable: false
github_id: ghost1372 # GitHub repo owner
repo: ghost1372.github.io
github_id: WinUICommunity # GitHub repo owner
repo: WinUICommunity.github.io
client_id: 2aaa67dfadbccbb97f7c
client_secret: 4bec06ddb9bf83afbbdc4826459ff249143a85b6
admin_user: ghost1372
admin_user: WinUICommunity
distraction_free_mode: true # Facebook-like distraction free mode
# When the official proxy is not available, you can change it to your own proxy address
proxy: https://cors-anywhere.azm.workers.dev/https://github.com/login/oauth/access_token # This is official proxy address
Expand Down
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Source: https://github.com/hexojs/hexo/

# Site
title: Ghost1372
title: WinUICommunity
subtitle: everything can be handy
description: everything can be handy
keywords:
Expand Down Expand Up @@ -105,8 +105,8 @@ theme: next
## Docs: https://hexo.io/docs/one-command-deployment
deploy:
type: git
repo: https://github.com/ghost1372/ghost1372.github.io
branch: master
repo: https://github.com/WinUICommunity/WinUICommunity.github.io
branch: main
message: "Site updated: {{ now('YYYY-MM-DD HH:mm:ss') }}"

search:
Expand Down

0 comments on commit 3e71efd

Please sign in to comment.