-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for customizing template files #20
Comments
interesting! i'll have to think about how we can do that, since the templating library we use takes in the templates at compile time only, but this would definitely be good to have. can you tell me more about those customisations you want to do? |
here's a shortlist
it sounds like supporting custom templates wont be easy so i should look into doing a custom build |
thanks!
you may be able to work around this one by uploading your favicon to /favicon.ico (regardless of actual format). for example, shuppy.org does this with a png.
working on this as we speak!
this one may be trickier to do as a stock feature, but i’ll start rotating that idea in my mind…
let me know if you run into any problems :) |
It would be good if there was a mechanism for supplying custom templates in a similar way to
path_to_static
allowing for customizing files in the static folder. Id like to be able to do things like customize the page header and image handling, without having to figure out how to get a working local Rust installThe text was updated successfully, but these errors were encountered: