ppeetteerrs / obsidian-zola

A no-brainer solution to turning your Obsidian PKM into a Zola site.
http://peteryuen.netlify.app/
MIT License
684 stars 138 forks source link

Add feature to ignore Vault directories #75

Closed thelayeredmind closed 1 year ago

thelayeredmind commented 1 year ago

I encountered the problem, that I have some workfiles in my Vault I want to be ignored, like templates. In the spirit of .gitignore ignoring files for git, I implemented a support for ignoring files in zola specifically with a .zoraignore file. It also supports globs like .gitignore, which makes it intuitive to understand. I hope you find this contribution helpful!