ortfo / db

A readable, easy and enjoyable way to manage portfolio databases using directories and text files. Initially made for https://ewen.works.
https://ortfo.org/db
MIT License
2 stars 1 forks source link

Simplify relative paths #42

Closed ewen-lbh closed 2 years ago

ewen-lbh commented 2 years ago

It's a bit of a mess right now, not gonna lie. Simplify the whole situation like this:

No absolute path is needed, this one can be constructed from the media folder's location, which is specified in the config.

Also change copy media files.to to simply media.at which points to the (media folder) mentionned above.

Closes #28