From ab67468565275cbc281271525cc25420e57c803d Mon Sep 17 00:00:00 2001 From: Derek <42170307+2-REC@users.noreply.github.com> Date: Fri, 16 Nov 2018 14:14:19 +0700 Subject: Added "order" info. --- exampleSite/config.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index c5edade..9fbbf09 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -85,6 +85,21 @@ theme = "hugo-myportfolio-theme" # (& must correspond to the section directories) categories = [ "pro", "perso" ] + # Post orders: + # - list of posts: + # - default: date. + # - common to all, defined globally here. + # - can be overriden at page level (in "_index.md"). + # - list of brothers: + # - default: from parent (if no parent => title). + # - list: parent.sections_order + # - single: parent.posts_order + # - list of sections: + # - default: title. + # - common to all, efined globally here. + # - can be overriden at page level + # - list: in "_index.md" + # - single: in "index.md" (or "post.md" if post is not a bundle) # Required as default values. sections_order = "title" sections_order_reverse = false -- cgit v1.2.3