vjeantet/hugo-theme-docdock

revealjs: wrong BASE URL

linuxmail opened this issue · 3 comments

hi,

It seems, that the Revealjs does not use the configured baseURL. I have /doc/ and revealjs does not work, because https://foo.exmaple.com/revealjs does not exist, but https://foo.exmaple.com/doc/revealjs/ does.

Is there a way to fix it ?

cu denny

ps. Thanks for the great theme :-)

hi,

I've found these lines:

<script async src="{{"/revealjs/lib/js/head.min.js"|relURL}}"></script>
<script async src="{{"/revealjs/js/reveal.js"|relURL}}"></script>

<script src="{{"/revealjs/lib/js/head.min.js"|relURL}}"></script>
<script src="{{"/revealjs/js/reveal.js"|relURL}}"></script>

which has a "/" at the beginning

cu denny

Here also working with subdomain , and need to set canonifyurls to true to get working with subdomain , but then revealjs is not more working , and with canonifyurls set to false links does not uses subdomains (images not displaying) but revealjs is working .
The starting "/" is not removed ,but removing it does NOT help.
Hope somebody can help.

There must be a difference in working with canonifyurls set to true or false .
The generated html files are exactly the sames with canonifyurls set to TRUE or FALSE .
But with set to TRUE : SLIDE DOES NOT WORK.
And set to FALSE : SLIDE IS WORKING.
If you save the page souce from your browser : it NEVER works again (display the same as for canonifyurls set to true).
It seems of nobody follows this site , it is here for the fun only.
So I have to look for another (working) theme .