limbenjamin / voce

voce theme for pelican CMS
51 stars 20 forks source link

Problem when generate with publishconf #8

Closed sarudego closed 5 years ago

sarudego commented 5 years ago

Hello limbenjamin.

I have another problem that I have not found a solution for.

When I upload the repo to github pages or try to generate in local using publishconfig or with RELATIVE_URL = True / False instead of '', it seems that it does not render the theme, something like this appears:

image

And, when i try to go a tag page or another one, i get 404 always, using the conf explained above.

Thanks.

limbenjamin commented 5 years ago

Please try setting siteurl in publishconf.py

SITEURL = 'http://localhost:8000'

limbenjamin commented 5 years ago

As per #7 If the environment variable are not showing up, then it is not a problem with the theme.

Something is wrong with your pelican installation, or you are not running it correctly. Please refer to the instructions to learn how to set up and publish a site.

https://docs.getpelican.com/en/stable/install.html https://docs.getpelican.com/en/stable/publish.html