https://enov.onrender.com
https://github.com/OnPointSM/2
As you can see, it is a half-cock deploy. Just wondering if anyone knows the problem…probably very simple. Here’s my command line ‘log’:
* hugo new site 2
* cd 2
* sudo cp -r ~/ASSETS/HUGOTHEMES/enov-hugo/themes/enov-hugo themes/
* cp -r themes/enov-hugo/exampleSite/* ./
* git init
* hugo server
* git add .
* git commit -m "first commit"
* git remote add origin https://github.com/OnPointSM/2.git
* git push -u origin master