blogthon/FAQ

11 lines
437 B
Plaintext
Raw Normal View History

2009-03-24 20:37:21 +01:00
1) I edited an entry, now it is listed first on the page... wtf?
2009-03-25 11:34:16 +01:00
Unix don't know a creation time for a file, so i had to use the last
changed time for entries. You can use 'touch' to edit the timestamp.
Syntax is 'touch foo.txt -t YYMMDDhhmm'.
2) I pulled a new version, now my blog is broken!
Perhaps there is a new option in the configuration file. Compare the
distributed configuration with yours and add the missing line(s).