Update readme to reflect last commit

This commit is contained in:
speedie 2023-07-02 22:26:15 +02:00
parent 2632039d88
commit c4cd30a75b

View file

@ -32,9 +32,9 @@ git pull origin master > /tmp/gitpull_speedie.site # log file
The blog is handled by `blog.php`. It also generates rss.xml on The blog is handled by `blog.php`. It also generates rss.xml on
execution if the result differs from the existing file. To execution if the result differs from the existing file. To
add new blog posts, add a new Markdown article to /articles. add new blog posts, add a new Markdown article to /articles.
You must also create a .md.date and .md.num file for the new page. You must also create a .md.date file for the new page.
The .md.date contains the date, in YYYY-MM-DD format, and the The .md.date contains the date, in YYYY-MM-DD format. It is
.md.num contains the blog post number, used for sorting. used for RSS feeds, and for sorting.
## Contributions ## Contributions