Document of RustDesk https://rustdesk.com/docs/
Go to file
rustdesk 78ae2a484c new theme 2025-06-15 02:57:17 +08:00
.github/workflows Update deploy.yml 2024-10-21 22:58:19 +08:00
content new theme 2025-06-15 02:57:17 +08:00
data new theme 2025-06-15 02:57:17 +08:00
layouts new theme 2025-06-15 02:57:17 +08:00
static new theme 2025-06-15 02:57:17 +08:00
themes new theme 2025-06-15 02:57:17 +08:00
v2 Fix typos 2025-01-01 20:57:10 +02:00
v3 fix eur 2025-06-05 13:33:18 +08:00
.gitattributes init 2021-08-29 23:28:15 +08:00
.gitignore new theme 2025-06-15 02:57:17 +08:00
.gitmodules new theme 2025-06-15 02:57:17 +08:00
LICENSE.md https://github.com/matcornic/hugo-theme-learn/tree/master/exampleSite 2022-04-11 00:15:15 +08:00
README.md Update README.md 2023-08-20 22:07:18 +01:00
deploy.sh sg -> ot 2023-01-05 11:25:40 +08:00
hugo.yaml new theme 2025-06-15 02:57:17 +08:00

We need your help to translate this document to your native language

Preview

Install hugo

The clone this repo git clone https://github.com/rustdesk/doc.rustdesk.com.git

Change to this folder:

cd docs.rustdesk.com

Then run the following commands:

hugo new site quickstart
cd quickstart
git init
git clone https://github.com/matcornic/hugo-theme-learn themes/hugo-theme-learn
echo "theme = 'hugo-theme-learn'" >> hugo.toml
hugo server

Make any changes and then reupload.