diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2011-01-25 13:50:02 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2011-01-25 13:50:02 +0100 |
commit | 7ba1413ea99a8b7c683fedf94de3a3a764277b53 (patch) | |
tree | 57e20b3a14fd604b153fa20f9cc3d9b85bc644cc /src/Hakyll/Core/Util | |
parent | e536a5961c8ba795660c37349091c4a9427876fe (diff) | |
download | hakyll-7ba1413ea99a8b7c683fedf94de3a3a764277b53.tar.gz |
Add suffix to store files
This prevents file/directory clashes. Example:
when we have a `tags` item, and a `tags/foo` item,
there will be a clash since the store creates:
- a file `store/tags`;
- a file `store/tags/foo`.
The second file requires the first file to be a
directory.
We simply solve this by adding a suffix to all
store files, so it becomes:
- a file `store/tags.hakyllstore`;
- a file `store/tags/foo.hakyllstore`.
Diffstat (limited to 'src/Hakyll/Core/Util')
0 files changed, 0 insertions, 0 deletions