remove sub module theme and add our own theme
This commit is contained in:
29
README.md
29
README.md
@@ -5,13 +5,18 @@ Launch web site for EPSF future tutosportexpert.com
|
||||
|
||||
## Install Hugo
|
||||
|
||||
### Linux
|
||||
|
||||
```shell
|
||||
$ sudo apt install hugo
|
||||
```
|
||||
|
||||
### Windows
|
||||
|
||||
For other intsallation go [here](https://gohugo.io/getting-started/quick-start/)
|
||||
|
||||
check version
|
||||
|
||||
### Check version
|
||||
|
||||
```shell
|
||||
$ hugo version
|
||||
@@ -19,4 +24,26 @@ $ hugo version
|
||||
> hugo v0.140.2+extended+withdeploy ...
|
||||
```
|
||||
|
||||
## Run Locally
|
||||
|
||||
127.0.01 uniquely
|
||||
```shell
|
||||
|
||||
hugo server
|
||||
```
|
||||
|
||||
local network
|
||||
```shell
|
||||
|
||||
hugo server --bind 192.168.1.72 --baseURL http://192.168.1.72/ -D
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## Deploy Preprod
|
||||
```shell
|
||||
hugo & rsync -av --delete public/ www-preprod-tutosportexpert@62.210.246.156:current
|
||||
```
|
||||
Reference in New Issue
Block a user