-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bashblog shouldn't rely on file date for post ordering #96
Comments
A workaround could be:
|
Just changed the name of the ticket as this has nothing to be with the 'rebuild' command. These are however valid scenarios when the time stamps of the posts are updated - thus messing with the blog contents:
|
Ordering files by timestamp is super convenient and fast and I'd like to keep it that was as much as possible. However, I understand that there are some scenarios which change timestamps and thus break ordering. The post date is already stored inside the A middle ground solution could be to add a post timestamp to each file, inside a comment, and add a new What do you think of this option? Let's try to find a good solution that can work for the future before starting coding :) |
Hi Carlos, |
Some more on this issue here: https://github.com/cfenollosa/bashblog/wiki/Regarding-file-timestamps-and-blogpost-dates |
Grrrreat, now I can clone my blog on the different computers I work daily and blog from them all - thanks! |
May be it would be best to store posts' index + date on a separate index tree.
The text was updated successfully, but these errors were encountered: