Hi all!
Don’t know what’s going on really but my site seems to have huge issues with caching when I’m developing my theme. I’ve started the server with hugo server -w
and it spins up fine. Whenever I do a change in my template files it shows in the browser but when I update my content .md files it has no effect. I also have a feeling that Hugo doesn’t read the front matter in each file because the generation of my menu is incorrect. I know it’s not the best description I’m giving here but any ideas on how to further investigate this is welcomed. For example, does hugo generate error logs or something like that?
I’ve disabled cache in Dev Tools, tried starting the hugo server with --disableFastRender
but the result is the same… changes in content files doesn’t appear on the site and no errors are found in the terminal log:
Change detected, rebuilding site
2019-01-16 14:32:04.735 +0100
Template changed "/Users/simpel/dev/Github/regionhalland/design.regionhalland.se/docs/themes/regionhalland/layouts/_default/index.html": WRITE
Total in 48 ms
Change detected, rebuilding site
2019-01-16 14:32:18.735 +0100
Source changed "/Users/simpel/dev/Github/regionhalland/design.regionhalland.se/docs/content/index.md": WRITE|CHMOD
Total in 14 ms