Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Dimitri Longo Regular
ModSquad Team Member
Grav Forum Moderators
@dimitrilongo · Joined 9 years ago · 119 posts · 6 topics · 40 reputation
Badges
Recent posts
-
Extending Twig in theme PHP file
· 8 years ago
@punchfighter in addition to @Utis comment read this (extend twig)
-
Markdown extra - add class to a text
· 8 years ago
in the docs ;-) here <div markdown="1" class="foo"> Paragraphs here inherit class foo from above. ## Headers here inherit class foo from above. ## </div> This requires Markdown Extra
-
Handbook 0r goodbasi tutorial
· 8 years ago
@amper In addition to @Perlkonig comment you will find some useful informations here https://github.com/getgrav/awesome-grav
-
Markdown extra - add class to a text
· 8 years ago
@heihachi88 take a look à Markdown Extra doc At this time, special attribute blocks can be used with headers, fenced code blocks, links, and images.
-
Grav: english only?
· 8 years ago
if you really need another language try Google Translate https://translate.google.com/#en/fr/learn.getgrav.org I just test it English to French it works pretty good
-
Using collection as options for select
· 8 years ago
Ho @punchfighter I will create a static function in my theme ( Mytheme.php) Example, of course you can make your own public static function getPageTitle($collection_options, $path) { $grav = Grav
-
Adding custom font
· 8 years ago
@punchfighter see here advantages, the main reason for me is to load asynchronously to improve web site performance. But of course you can load as Google said.
-
Adding custom font
· 8 years ago
in addition to @csixtyfour comment you can add also Google Font <script type="text/javascript"> WebFontConfig = { google: { families: [ 'Maven Pro' ] } }; (function
-
Resize image from frontmatter / page header
· 8 years ago
hi @hwk123 With filename in the frontmatter myfiles: - header: header text: text imagename: banner2.png imagealt: imagealt and twig {% for myfile in page.header.my
-
412 Precondition Failed
· 8 years ago
See here about permissions in Grav