mirror of
https://github.com/ineesalmeida/almeida-cv.git
synced 2025-01-18 10:50:25 +00:00
Update README.md to include theme step.
This commit is contained in:
parent
707b19ec12
commit
11b42208d0
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue