I have a /content/loose_stuff directory in my Zola project that I want to mv loose_stuff/ posts/ but when I do so, zola serve stops working? I can fix it by just mv posts/ loose_stuff/ but I don’t want a loose_stuff directory hanging around permanently in my zola site.
I’ve tried:
reading over all my template and content files for any hardcoded links to loose_stuff but haven’t found any.
running zola check
zola build also stops working
Using Zola version 0.16.0
The terminal output says
Error: Failed to serve the site
Error: Failed to render page '/home/moffwings/Desktop/Projects/zola-site/content/home.md'
Error: Reason: Failed to render 'page.html' (error happened in a parent template)
Error: Reason: Function call 'get_url' failed
Error: Reason: `get_url`: could not resolve URL for link `@/loose_stuff/_index.md` not found.