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

favicon.ico path customization #45

Open
AndreyAkinshin opened this issue Mar 29, 2017 · 1 comment
Open

favicon.ico path customization #45

AndreyAkinshin opened this issue Mar 29, 2017 · 1 comment

Comments

@AndreyAkinshin
Copy link

The default template contains the following line:

<link rel="shortcut icon" href="favicon.ico">

However, if we put a favicon.ico file in the root src folder, it will not be copied to the output folder. We also have the SourceFoldersToCopy parameter in docnet.json. It would be nice to have a way to customize path to favicon.ico and copy the corresponded file by default.

@FransBouma
Copy link
Owner

DocNet indeed copies folders in SourceFoldersToCopy and .md files in the source files and the files in the template folder and that's it. It doesn't copy a favicon.ico file. I didn't add that as it was a simple thing to add later on, but agreed, it should be an option in the docnet.json file so you can specify it and it gets copied over after each build. Good point!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants