mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 08:32:55 +00:00
Update readme
Signed-off-by: Sherlock113 <sherlockxu@yunify.com>
This commit is contained in:
parent
e7e5659f48
commit
bd2a58bbd1
|
|
@ -21,11 +21,12 @@ You will need to build the website in order to **publish it as static content.**
|
|||
|
||||
#### Install Hugo extended
|
||||
|
||||
Go to the [Hugo releases place](https://github.com/gohugoio/hugo/releases) and
|
||||
download the `hugo_extended` version that better suits your OS (version 0.70+).
|
||||
Go to the [Hugo releases place](https://github.com/gohugoio/hugo/releases) and download the `hugo_extended` version that better suits your OS (version 0.70+).
|
||||
|
||||
**EXTENDED version is MANDATORY to properly build the static content!**
|
||||
|
||||
Note: If you install Hugo on Windows, you need to add environment variables for the exe file of Hugo. For example, you place the exe file in the path `C:\Hugo\bin`. You have to add this path in environment variables. Execute `hugo version` to view if the installation is successful.
|
||||
|
||||
#### Config your domain
|
||||
|
||||
Edit the file `config\_default\config.toml` and modify the var `baseURL` (at the
|
||||
|
|
|
|||
Loading…
Reference in New Issue