Move from Hugo to Zola
This commit is contained in:
parent
aa8a58141d
commit
4c1aa547e1
51 changed files with 353 additions and 563 deletions
|
|
@ -1,15 +1,17 @@
|
|||
+++
|
||||
date = '2023-11-15T10:12:30+01:00'
|
||||
tags = ['micro']
|
||||
title = 'Use Timestamps'
|
||||
title= "Use Timestamps"
|
||||
date= 2023-11-15T10:12:30+01:00
|
||||
tags= ["micro"]
|
||||
+++
|
||||
|
||||
Every blog post should include a timestamp.
|
||||
In fact, this extends to almost anything online and even offline.
|
||||
Every blog post should include a timestamp. In fact, this extends to almost
|
||||
anything online and even offline.
|
||||
|
||||
Also, don't make me look for the date.
|
||||
Put the date as obvious as possible, preferably at the beginning of the post.
|
||||
Also, don't make me look for the date. Put the date as obvious as possible,
|
||||
preferably at the beginning of the post.
|
||||
|
||||
I was reading [Julia Evans post about nix](https://jvns.ca/blog/2023/02/28/some-notes-on-using-nix/) and it was not immediately clear to me if this was a recent post.
|
||||
Only when I copied the URL to complain about it I discovered the date there.
|
||||
Safari hides most of the URL by default.
|
||||
I was reading
|
||||
[Julia Evans post about nix](https://jvns.ca/blog/2023/02/28/some-notes-on-using-nix/)
|
||||
and it was not immediately clear to me if this was a recent post. Only when I
|
||||
copied the URL to complain about it I discovered the date there. Safari hides
|
||||
most of the URL by default.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue