bashblog icon indicating copy to clipboard operation
bashblog copied to clipboard

[Solved] Wrong dates

Open supersarma opened this issue 4 months ago • 2 comments

Hello,

I created my blog earlier this year. It's hosted on a VPS.

Initial setup, until yesterday :

  • work files was stored in my home/user dir on VPS (directory where I ran git clone bashblog)
  • used to run "bb.sh post" here and then rsync in order to move files into /var/www folder As you can see, I overcomplicated the whole thing

Yesterday, I moved all files to my local machine. I write my articles here then, run rsync in order to move it on /var/www VPS dir. I much more easier now.

I ran bb.sh rebuild and push all files to the vps. The date is correct on all post in the index page but wrong on all_posts.html page. All articles are listed as wrote on 29 August (when I ran bb.sh rebuild).

Any whey to fix it ? I still have my previous files.

Thank you

supersarma avatar Aug 30 '25 18:08 supersarma