Update README.md to include theme step.

This commit is contained in:
Hernan Gonzalez 2023-09-30 09:46:20 +01:00 committed by GitHub
parent 707b19ec12
commit 11b42208d0
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`. 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 ## Start Hugo in development mode
``` ```
hugo server -D hugo server -D