Note that blog directories must be two digits

This commit is contained in:
zzz
2022-08-23 14:42:28 -04:00
parent 9f3f49704b
commit ab745b050c

View File

@@ -28,7 +28,7 @@ How to use the blog
-------------------
1. Create a directory path matching the date of the blog post, e.g.
'mkdir -p 2014/01/01'
'mkdir -p 2014/01/01'. Day and month directories MUST be two digits!
2. Create a file in that directory with suffix '.rst'. The name of the file and
the directory path will together be the URL that the post will be visible at
e.g. '2014/01/01/Happy-New-Year.rst' -> '/lang/blog/post/2014/01/01/Happy-New-Year'