Running hugo server -t <a theme> still doesn't work.
There's several related Issues, some open and some closed:
This issue goes back to 10 months ago when support for theme config was added.
I haven't been able to track down exactly where the issue is myself, but I did notice that here (https://github.com/gohugoio/hugo/blob/3f3187de0f62107da19d9341aebd1d8414bff0ea/hugolib/config.go#L469) is where the theme passed by the CLI gets lost. If i disable that line, it works as expected though the tests fail.
Pro Tip: Reference a specific commit hash when linking to a line in a file; otherwise, the link will not work if the file changes in master.
Good point. I've updated the link.
I've been working on this issue, and looks like soon it's going to be resolved ;)
See also #5061 (as in if this bug is fixed, #5061 can be closed too.) :-)
Thank you for the nudge! Will take a look
On Jan 12, 2019, at 18:08, Anthony Fok notifications@github.com wrote:
See also #5061 (as in if this bug is fixed, #5061 can be closed too.) :-)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.