Badges
Freelance developer and support
Recent posts
-
Where would you put favicon's? themes or user/pages/images?
· 9 years ago
It's a stylistic part of the website, so the theme is the logical place for it. Pages is for content, and the favicon should always be declared in HTML meta, governed by the theme.
-
How can I modify the html outputted from the html filter?
· 9 years ago
If your goal is to style the images with CSS, then targeting them with CSS-specificity is the way to go. It is not a workaround, but could be semantically "clearer" if you were to assign a class to th
-
How can I modify the html outputted from the html filter?
· 9 years ago
Just target it with CSS: ul li img, optionally adding a class to the unordered list like <ul class="mylist"> and target it with .mylist li img.
-
Should I use Gantry?
· 9 years ago
In my opinion Gantry is the framework to use for customizable setups for clients, not a simple drag'n'drop solution. If you are looking for the easy way to handle content and media, you want Grav Core
-
Can I reference variables within my page markdown files?
· 9 years ago
As you suggest, site.yaml would be the better place as this is site-specific information, not theme-specific. Further, you can render Twig in Markdown with: --- title: Home process: twig: true --- A
-
How do Taxonomy List URLs work?
· 9 years ago
Is your local machine a Windows? If so, param_sep should be set to a semi-colon (;) in configuration. Then use {{ param_sep }} in your Twig so you'll always be using the correct separator.
-
Knowledge loss due to new forum
· 9 years ago
This was attempted, but Muut would not export the old forum with usernames and e-mail addresses, because Muut allows integration with third-party services. Thus, you could get usernames, but they coul
-
Knowledge loss due to new forum
· 9 years ago
It would not, because a new import into Discourse would clear current posts. The import of Muut into the category with the universal user was the only feasible solution that ensured that usernames wou