How to run theme's exampleSite

I want to learn the Tikva theme. It’s downloaded in the hugo-tikva-master/ directory. The exampleSite/ subdirectory has this content: config.toml content/ layouts/ static/.
In that subdirectory running ‘hugo server’ results in:
Error: module “Tikva” not found; either add it as a Hugo Module or store it in “/home/rshepard/development/web-site/hugo-my-site/hugo-tikva-master/exampleSite/themes”.: module does not exist

How do I view the exampleSite?

git clone --recurse-submodules https://github.com/geschke/hugo-tikva.git
cd hugo-tikva/exampleSite/
hugo server --theme ../..

Joe,

Thank you. I had downloaded the .zip file before. Now I know how to acquire
a theme.

Much appreciated,

Rich

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.