This commit is contained in:
Hernan Gonzalez 2023-09-30 09:46:46 +01:00 committed by GitHub
commit e2e6a1b622
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,6 +30,11 @@ git submodule add https://github.com/ineesalmeida/almeida-cv.git themes/almeida-
```
Replace the files in your site root's directory with the ones in `themes/almeida-cv/exampleSite`.
Tell hugo to use `almeida-cv` theme.
```sh
echo "theme = 'almeida-cv'" >> hugo.toml
```
## Start Hugo in development mode
```
hugo server -D