-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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 themesDir option #1556
Comments
Great idea. Do you want to code it? |
I'm not familiar with the codebase but I will try :-) |
It seems like it might be more useful to just have a |
@AldenJole I like that idea as well. Not sure which one is better. Probably yours, it's simpler. Is there a valid use case for the themeDir approach if we have themePath? |
Eventually we might be able to replace the whole |
I agree. I like this much better. Steve Francia On Sun, Nov 29, 2015 at 12:35 PM, Alden Jole [email protected]
|
We might be able to figure out a reasonable way to parse the theme option to figure out if it's a path or not. |
Fixed by #2817 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I would like to configure where my themes are located. Currently the "themes" dir name is hardcoded (path.go#L213) and not configurable. My proposal is to add a themesDir option (in addition to dataDir, staticDir, etc.):
In this case, hugo would use
asset/docs/themes/myTheme
as the theme folder.The text was updated successfully, but these errors were encountered: