zeelot

Results 24 comments of zeelot

I think the proper solution here is to have the 2 different layouts handle the way the assets are included. The website layout would wrap everything with HTML::style() or HTML::script(),...

it could also be put into the template as to allow mustache to automatically escape the contents ``` {{#styles}}{{style}}{{/styles}} ``` I will see what I can do though

Hmm, the module was specifically meant to work with the cascading filesystem, but maybe we can improve this. Can you give me an example of a composer package that adds...

It should probably be a different route and action, can you give me an example of a composer package with media files and where they end up?

hey any chance we can create a ticket for the markdown output support? I saw there is one that was closed but the markdown branch is over a hundred commits...

This is great, thank you! I have looked at the mkdocs example and have something half-working using similar setups. But I switched to the mkdocs material theme and things fell...

I think I'm making some good progress on this but would love answers to a couple confusing bits. Could you help me understand what `link()` does and where I can...

created a PR in my project with the latest version of my templates here: https://github.com/codeghetti/seagulls-py/pull/39 Would love some initial review and feedback :) Some notes: - I'm being very specific...

> You can probably change those to emit Markdown instead and then add a | to_html filter in the HTML template. How would I go about doing that? Is that...

I just pushed a version of the markdown template that I am actually decently happy with. I know it's very specific to mkdocs and my theme so maybe we can...