eudicots / Cactus

Static site generator for designers. Uses Python and Django templates.
BSD 3-Clause "New" or "Revised" License
3.47k stars 314 forks source link

Is there a way to specify the base URL? #133

Open bdbaddog opened 9 years ago

bdbaddog commented 9 years ago

I'd like to deploy to : mydomain.com/new for client to review for example.

fedelibre commented 9 years ago

AFAIK the purpose of baseURL is different, it's explained in the main README.

I don't have any experience on cactus deploy but I'm setting up a GCS account to test it. I guess that the server directory should be defined in that context.

fedelibre commented 9 years ago

Have you tried adding the full URL in config.json?

{
    "site-url": "http://mydomain.com/new"
}
kartoch commented 8 years ago

duplicate of #177