diff --git a/config/config.yml.template b/config/config.yml.template index 2a5647d..be40dda 100644 --- a/config/config.yml.template +++ b/config/config.yml.template @@ -30,7 +30,7 @@ twig_config: # Twig template engine config # date_format: "%D %T" # Pico's default date format; # See https://php.net/manual/en/function.strftime.php for more info -pages_order_by_meta: author # Sort pages by meta value "author" (set "pages_order_by" to "meta") +pages_order_by_meta: author # Sort pages by meta value "author" (set "pages_order_by" to "meta"); use '.' for nested meta keys (e.g., 'author.info') pages_order_by: alpha # Change how Pico sorts pages ("alpha" for alphabetical order, "date", or "meta") pages_order: asc # Sort pages in ascending ("asc") or descending ("desc") order content_dir: ~ # The path to Pico's content directory