AndrewGable/gatsby-theme-serafina

Update `README`

Opened this issue · 1 comments

  • Update example with options that you can pass
  • Update root readme with more information
  • Document how to use S3 and Google Cloud Storage

Google Cloud Storage

     {
            resolve: `gatsby-theme-serafina`,
            options: {
                enableS3: false,
                s3AccessKeyId: '',
                s3SecretAccessKey : '',
                s3BucketName: '',
                s3Domain: '',
            },
        },
  • s3AccessKeyId - Cloud storage > settings > interoperability > Access keys for service accounts > Create new key > Access key
  • s3SecretAccessKey - Cloud storage > settings > interoperability > Access keys for service accounts > Create new key > Secret
  • s3BucketName - Cloud storage > settings > Browser > Find bucket name
  • s3Domain - storage.googleapis.com (For Google Cloud Storage)