Skip to content

First use and themes in publishconf.py #3429

Answered by dltj
livier asked this question in Q&A
Discussion options

You must be logged in to vote

The SITEURL line — SITEURL = "https://my-domain.tld/My-folder" — implies that you want to serve your site on a sub-directory of the website root. Is that true?

It sounds like the path to the CSS file is not being calculated correctly. If you view the HTML source in the web browser, you'll see the path to the stylesheet near the top of the file:

<link
      rel="stylesheet"
      type="text/css"
      href="-->>>URL here<<<--"
    />

The URL here value is probably wrong, and perhaps missing the sub-directory. Can you confirm that much?

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@livier
Comment options

Answer selected by livier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants