From b543871d96a191fb5bf5e27d8ba64b48f2bba033 Mon Sep 17 00:00:00 2001 From: carpetscheme Date: Sun, 19 Apr 2020 11:16:25 +0200 Subject: [PATCH] readme: sort posts by date --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1d779d6..a945b12 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,12 @@ theme = "lightspeed" Posts should be placed directly in the `content` folder. +To sort the post index by date, enable sort in your index section `content/_index.md`: + +```toml +sort_by = "date" +``` + ## Options ### Title