Skip to content
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

Allow sites to specify favicon #1192

Open
st0012 opened this issue Oct 13, 2024 · 0 comments
Open

Allow sites to specify favicon #1192

st0012 opened this issue Oct 13, 2024 · 0 comments

Comments

@st0012
Copy link
Member

st0012 commented Oct 13, 2024

  • There needs to be an option (favicon_path?) to copy favicon to the output directory. static_path only copies files under the generator's folder.
  • The option should be available in at least Rake task AND .rdoc_options. Not sure if practical to be a command line option, but I'm not against it.
  • Templates should take this option into account and add a <link rel="icon" type="image/x-icon" href="/images/favicon.ico"> to the header when it's set.
  • (Maybe) RDoc can provide a default favicon too?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant