Software Alternatives & Reviews

How I Created My Blog Using JAMStack

highlight.js Ghost
  1. Highlight.js is a syntax highlighter written in JavaScript. It works in the browser as well as on the server.
    Pricing:
    • Open Source
    Added block code syntax highlight using highlight.js.

    #App Reviews #Customer Feedback #Marketing Tools 51 social mentions

  2. 2
    Ghost is a fully open source, adaptable platform for building and running a modern online publication. We power blogs, magazines and journalists from Zappos to Sky News.
    Pricing:
    • Open Source
    • Paid
    • Free Trial
    • $36.0 / Monthly (100k views/month, 2 users)
    Content Management System (CMS) Dynamic contents for JAMStack sites (in our case, these are our blog posts) can be controlled via a CMS, typically known as _ headless CMS. _ Once a change is made in CMS (a post is published/added/edited/deleted), a new build of our site will be triggered and deployed as static assets. Similar to static site generators, there are many options for CMS available out there, but we will be using Ghost CMS for our blog. As mentioned above, after a change is made to either our _ static HTML _ from Gatsby or to our _ dynamic HTML _ from Ghost CMS , we will need to somehow trigger the deployment to the web server to rebuild and regenerate the HTML files. How are we going to do that?🤔 Again, glad you asked! Join me in the next section!😎.

    #Blogging #CMS #Blogging Platform 173 social mentions

Discuss: How I Created My Blog Using JAMStack

Log in or Post with