This looks like a promising project for updating my CV.
I tried following the README instructions but after serving the project with hugo, I'm simply getting a "Page not found" when I navigate to http://localhost:1313/
I tried it both via the clone, and the submodule method, with the same result.
Hugo is something that's new to me though. But I tried a different theme via the clone method, and that works fine.
So it looks like maybe a configuration error, or a case sensitivity issue somewhere ?
Things I noticed in the project structure:
- When I install according to the readme instructions, I'm seeing a path structure like
themes/cv/themes/a4cv. Is that correct ?
- I added the following to
hugo.toml, is it correct ? theme = "a4cv"
- I found a file
theme.toml which holds name = "A4CV" (notice it's uppercase), is that correct ?
I already tried renaming everything lowercase but without success.
This looks like a promising project for updating my CV.
I tried following the README instructions but after serving the project with hugo, I'm simply getting a "Page not found" when I navigate to http://localhost:1313/
I tried it both via the clone, and the submodule method, with the same result.
Hugo is something that's new to me though. But I tried a different theme via the clone method, and that works fine.
So it looks like maybe a configuration error, or a case sensitivity issue somewhere ?
Things I noticed in the project structure:
themes/cv/themes/a4cv. Is that correct ?hugo.toml, is it correct ?theme = "a4cv"theme.tomlwhich holdsname = "A4CV"(notice it's uppercase), is that correct ?I already tried renaming everything lowercase but without success.