Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

General

Create the corresponding twig file of the md file

Started by Luca Caputo 6 years ago · 3 replies · 449 views
6 years ago

I can't understand how to edit a page in twig!
if I create a page with grav, it creates a.md file for me, I would then like to create the corresponding file in twig, so as to give it the style changes.

6 years ago

@lucapu88, Have you read the documentation, chapters 'Basic', 'Content' and 'Themes'?

  • Twig files are mostly provided by the theme you are using. If, for example, you are using Quark (the default theme), the Twig templates will be located in /user/themes/quark/templates/...
  • The name of the page (*.md) determines the Twig file to be used:
    • default.md -> /user/themes/quark/templates/default.html.twig
    • blog.md -> /user/themes/quark/templates/blog.html.twig

Before making any change to the Twig files, please create an inherited theme. If not, all changes will be lost once the theme gets updated.

last edited 07/02/20 by pamtbaau
6 years ago

if I hadn't read the documentation I wouldn't be here!
then, if I add a page from grav, it adds the same page in twig with file.md.
then I want to change the style of this page in twig, since obviously you can't markdown it.
how can I do???

6 years ago

A page uses a Twig template for it's HTML structure which defines the page layout.
Styling on the other hand is done via CSS. The Quark theme already has a place for custom styles: /user/themes/quark/css/custom.css.

To prevent loosing edits made to that custom.css file when updating the theme use a inherited theme as @pamtbaau already suggested.

Look at existing pages and play with the templates and CSS. Then the documentation will make more sense.

Suggested topics

Topic Participants Replies Views Activity
General · by Jerry Hunt, 4 days ago
2 95 14 hours ago
General · by pamtbaau, 20 hours ago
1 61 19 hours ago
General · by Andy Miller, 1 day ago
0 47 1 day ago
General · by Marcel, 12 months ago
6 356 5 days ago
General · by Duc , 6 days ago
3 44 6 days ago