Global header management #86
|
I am using V1 of Automad. Is there a way to change or configure the look and components of Header (e. g. add different components, like buttons, links, images and etc.)? |
Answered by
marcantondahmen
Jul 11, 2025
Replies: 1 comment
|
This is entirely up to the template that is used. Automad is basically only CMS and a render engine that renders the content into a HTML document. How it is rendered depends on the template and its styles. The Standard theme that is shipped with Automad by default is only one possible way to do it. You can also modify its templates or create a new one from scratch. There is a quite comprehensive developer guide on creating templates in the official docs. |
0 replies
Answer selected by
vinkas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is entirely up to the template that is used.
Automad is basically only CMS and a render engine that renders the content into a HTML document. How it is rendered depends on the template and its styles. The Standard theme that is shipped with Automad by default is only one possible way to do it. You can also modify its templates or create a new one from scratch. There is a quite comprehensive developer guide on creating templates in the official docs.