remove sub module theme and add our own theme

This commit is contained in:
2025-01-17 10:25:57 +01:00
parent 53dfed0093
commit 75b4e46f92
162 changed files with 9368 additions and 4 deletions

View File

@@ -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
```