Closed mohanboddu closed 5 years ago
When I removed json from outputs list I am not seeing it anymore.
You would certainly not want to do that. The "json" output format is what exactly the search index.
Can you share your repo so that I can reproduce that same warning locally and debug?
Thanks for the input, I made a mistake on my end.
I am using hugo server -t terminal
instead of --themesDir
.
The issue has been fixed.
Thanks for quick response.
I am using terminal theme which seems to have met all the requirements and I followed the doc.
But it seems to be not working.
Initially I got an warning with
json
in the outputs list:When I removed
json
from outputs list I am not seeing it anymore.When I go to
localhost:1313/search/
I can see a search post but the querylocalhost:1313/search/?q=test
is not working either.Do I need to do anything after step 3 and before running the hugo server or am I missing something.