Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Creating Pages
· 11 years ago
Awesome. Thank you.
-
Creating Pages
· 11 years ago
You can use Twig in your markdown if you enable twig processing in the page header. Generally speaking the markdown is your data and the matching Twig template is for your rending that data. You can
-
Creating Pages
· 11 years ago
I've created a few pages using markdown but I was wondering if there was a way to use a twig file or something else besides markdown.
-
Markdown header area
· 11 years ago
of course, that's built-in. Documented in the docs here custom_field: 'some value' and then in the Twig you can access that like this: {{ page.header.custom_field }}
-
Markdown header area
· 11 years ago
Is there a way that I can create my own header item for use in my twig template.
-
Trying to resize logo
· 11 years ago
Did you read my post above? I explained that the image would have to be a page media image to be able to use the resizing capability. I even gave some example code of how you would change the URL to p
-
Trying to resize logo
· 11 years ago
It doesn't work. I still can't get it to resize.
-
Trying to resize logo
· 11 years ago
ok thanks
-
Trying to resize logo
· 11 years ago
Put your logo into /pages/images/logo.png and change in the theme the link to logo to this: <a href="{{ base_url }}"><img src="{{ base_url_absolute}}/images/logo.png" alt=" " /></a>
-
Trying to resize logo
· 11 years ago
yeah because if in anytime i want change the theme name i can without need to change all reference in the themes file. theme_config = config.themes.machine ---