denoland / deno_blog

Minimal boilerplate blogging.
MIT License
477 stars 100 forks source link

Adding ability to set custom directory for blog #134

Closed j-tag closed 11 months ago

j-tag commented 1 year ago

It would be great to have a way to set a custom directory for blog content so we can compile blog in one machine and use the compiled output file on another machine to host the blog.

This way for example we can set the custom path like this:

blog({
    customDirectory: "/home/myuser/blog/"
});

I'd like to send a PR for this feature.