You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to get a cryogen site hosted as a static s3 site, I needed to make a couple configuration changes. Perhaps there should be a dedicated page in the docs for that? If you'd like a PR for that I'll provide it, but the gist of it is just:
In config.edn:
set :blog-prefix to "/"
set :clean-urls to false
Then copy resources/public/ to s3. With aws cli, that's
I think a dedicated page would be nice, and there's already a "Deployment" section on the docs site for that. If you could provide the PR that would be great :)
Thanks so much for this information! I used it and added a bit more to it to make my new blog work. Also based on an S3 bucket with CloudFront for SSL and content distribution.
Thanks a lot for cryogen!
In order to get a cryogen site hosted as a static s3 site, I needed to make a couple configuration changes. Perhaps there should be a dedicated page in the docs for that? If you'd like a PR for that I'll provide it, but the gist of it is just:
In config.edn:
:blog-prefix
to "/":clean-urls
to falseThen copy resources/public/ to s3. With aws cli, that's
The text was updated successfully, but these errors were encountered: