Aayush Dutt
Aayush Dutt
I got it working with a hacky workaround. Used a `useEffect` to set `scrollTop` to `null` when `scrollToIndex` changes.
@afvr94 Nope. I still need help regarding this.
Can't create an account in the community. It says 'New registrations are not allowed from your IP address'. 
Thanks, it worked after a while. All working fine now.
Integrating [Cloud Storage](https://firebase.google.com/pricing) could be a good option.
Are you sure that in case of S3/Cloud Storage, the uploaded theme will not be stored in the file system? I guess S3 integration [docs](https://ghost.org/integrations/amazon-s3/) says it only serves the...
**To use a new theme:** 1. Fork this repository 2. Clone it and copy your theme in `content/themes` 3. Remove `content/themes/*` from `.gitignore` 4. Push the change 5. Deploy In...
@vyronarediano You should copy the extracted contents inside `contents/themes`. No other change is needed. If your new theme is named 'Editor', the folder should look like `content/themes/Editor/...`
As I said, no other change is needed. You don't need to change `package.json` at all. Just copy your theme and you are good to go.
> > As I said, no other change is needed. You don't need to change `package.json` at all. Just copy your theme and you are good to go. > >...