Skip to content

Releases: TrueSparrowSystems/ghost-static-website-generator

Ghost Static Website Generator

03 Aug 10:04
773032a
Compare
Choose a tag to compare
  • Enabled support to host static blog on AWS Amplify.

Ghost Static Website Generator

07 Feb 13:59
fd24217
Compare
Choose a tag to compare

Ghost Static Website Generator

27 Jan 13:34
ce978b7
Compare
Choose a tag to compare
  • Added non-protocol replacement string

Ghost Static Website Generator

23 Aug 15:28
d55b7f4
Compare
Choose a tag to compare
  • Added Breadcrumb ld+json to root index file

Ghost Static Website Generator

19 Aug 11:25
1c35534
Compare
Choose a tag to compare

Generate static HTML files for custom ghost hosting and publish them on AWS S3 as static website.
To host the static blog site under a path /blog (https://yourdomain.com/blog), the ghost needs to be hosted with the same path like https://content.yourdomain.com/blog.

If your blog is hosted under https://content.yourdomain.com and you want to host the static website under https://yourdomain.com/blog, this is not possible. Same applies for the other way around.

You can also replace certain text from the generated static files by passing the following arguments custom_replace_keys and custom_replace_values. For more details, refer Inputs and Example usage section. It doesn't support the multiline replacement as of now.

Additionally, it also provides the functionality to upload the static HTML files to S3 bucket. To access these files publicly, make it as a public bucket and enable static website hosting.