Replies: 5 comments 2 replies
-
Yes, you can self-host like you would with any other Next.js app. Some features like automatic image optimizations would have to be switched off as they currently rely on infrastructure provided by Vercel. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your quick response!
Hate to be a bother ... is theming extensible? Like employing Strapi-like
components and dynamic zones? Will like to deviate a little from the
static Casper.
…On Tue, Oct 26, 2021, 5:08 PM Joost Jansky ***@***.***> wrote:
Yes, you can self-host like you would with any other Next.js app. Some
features like automatic image optimizations would have to be switched off
as they currently rely on infrastructure provided by Vercel.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#133 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC3PFN7FLMCKGIXDXIIR5YLUI4RHJANCNFSM5GYVXRHA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
-
You have the full source code, so you can add/change whatever you like. Adding other React components is simple, styling currently relies on the original Ghost Casper css classes, but you can either extend those styles or even combine that with css modules.You will however soon deviate from this project, so that further enhancements will be more difficult to integrate. Dynamic zones is an advanced topic and the repo does not have support for that, but you can roll your own solution. |
Beta Was this translation helpful? Give feedback.
-
Great. I'm satisfied with the product - as-is. Just probing to see how
elastic it is. Definitely will look into your suggestions.
Thanks a million!
…On Tue, Oct 26, 2021, 6:12 PM Joost Jansky ***@***.***> wrote:
You have the full source code, so you can add/change whatever you like.
Adding other React components is simple, styling currently relies on the
original Ghost Casper css classes, but you can either extend those styles
or even combine that with css modules.You will however soon deviate from
this project, so that further enhancements will be more difficult to
integrate. Dynamic zones is an advanced topic and the repo does not have
support for that, but you can roll your own solution.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#133 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC3PFNY2V2646YOIMYL33N3UI4YWTANCNFSM5GYVXRHA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
Is it possible to self-host? ... In lieu of Vercel or Netlify.
Beta Was this translation helpful? Give feedback.
All reactions