jandecaluwe / urubu

A micro CMS for static websites, with a focus on good navigation practices.
urubu.jandecaluwe.com
GNU Affero General Public License v3.0
179 stars 36 forks source link

added basic support for custom build directory #65

Closed lukewiwa closed 6 years ago

lukewiwa commented 7 years ago

I wanted to build the site into a separate directory. I've added some very basic support to add a custom build directory in the site config YAML file.

lukewiwa commented 7 years ago

Actually a change to the make_clean function is needed for this to work with a rebuild. I'll implement it and send a PR soon.

lukewiwa commented 7 years ago

If the user wants a custom build path they must specify either an absolute path or a path relative to the home folder using the tilde (~) syntax. Anyway let me know what you think.

jandecaluwe commented 6 years ago

Not sure about this one. Is the added complexity warranted? What do others think?

Shallowmallow commented 6 years ago

it can be useful for gitlab pagez for example where the _build folder must be named public