I like poole as it does what I need. There was one little thing missing: scss/sass since writing css sucks a little less that way.
Thus, I added a few lines to convert .scss files to .css ones at output build time.
If there are things you would like me to change before you pull please tell me. First I introduced a new option but thinking it over I removed it again.
Thanks for your contribution! However, adding SCSS conversion to the core of Poole is out of Poole's scope. At first Poole is supposed to be a plain simple Markdown-based website generator. Specific features like your's should go into a project's macros.py file. In fact I just pushed some changes which makes it easier to deploy custom file converters -- check the updated README. I hope this is a solution you're happy with.
Thanks for your contribution! However, adding SCSS conversion to the core of Poole is out of Poole's scope. At first Poole is supposed to be a plain simple Markdown-based website generator. Specific features like your's should go into a project's
macros.py
file. In fact I just pushed some changes which makes it easier to deploy custom file converters -- check the updated README. I hope this is a solution you're happy with.