mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-06-23 19:21:34 +02:00
commit
e8168d905c
19
README.md
19
README.md
@ -2,8 +2,23 @@
|
|||||||
|
|
||||||
[**Preview**](https://rustdesk.com/docs/)
|
[**Preview**](https://rustdesk.com/docs/)
|
||||||
|
|
||||||
Install [hugo](https://gohugo.io/getting-started/installing/) first
|
Install [hugo](https://gohugo.io/getting-started/installing/)
|
||||||
|
|
||||||
|
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
|
git clone https://github.com/matcornic/hugo-theme-learn themes/hugo-theme-learn
|
||||||
hugo serve
|
echo "theme = 'hugo-theme-learn'" >> hugo.toml
|
||||||
|
hugo server
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Make any changes and then reupload.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user