Skip to content
Discussion options

You must be logged in to vote

Hi 👋 !

If you're talking about changing the default plugin order, it is indeed with config_order option (with the default being this for the classic template). So if you wanted to order base.repositories before base.header, you'd use config_order: base.repositories, base.header for example. Unspecified plugins will just use the default order.

All plugins should support this feature.

Some plugins which have a plugin_*_sections option may also change the order of the section displayed within the plugin.

If you need more customization, I'd advise to fork this repository and directly edit partials and use it in your workflow instead

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
1 participant