Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 8 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
## Official Resources

- [Ghost Official Website](https://ghost.org/): The official website of the Ghost blogging platform.
- [Ghost Documentation](https://ghost.org/docs/): Comprehensive documentation for setting up and managing a Ghost blog.
- [Ghost Documentation](https://docs.ghost.org/): Comprehensive documentation for setting up and managing a Ghost blog.
- [Ghost GitHub Repository](https://github.com/TryGhost/Ghost): The official GitHub repository for Ghost.

## Themes
Expand All @@ -33,32 +33,27 @@

## Plugins

- [GhostHunter](https://github.com/jamalneufeld/ghostHunter): A simple search functionality plugin for Ghost.
- [Disqus](https://github.com/TryGhost/Ghost-Disqus): Enables Disqus commenting system integration for your Ghost blog.
- [Google Analytics](https://github.com/TryGhost/Ghost-Google-Analytics): Adds Google Analytics tracking code to your Ghost blog.
- [Share Buttons](https://github.com/TryGhost/Ghost-Share): Provides social sharing buttons for your blog posts.
- [Newsletter](https://github.com/TryGhost/Ghost-Newsletter): Integrates a newsletter subscription form into your Ghost blog.
- [Ghost Typesense](https://github.com/magicpages/ghost-typesense): Replace built-in search with Typesense
- [Ghost Meilisearch](https://github.com/MFYDev/ghost-meilisearch): Replace built-in search with Meilisearch

## Tools

- [Ghost-CLI](https://github.com/TryGhost/Ghost-CLI): A command-line tool for installing and managing Ghost instances.
- [Gscan](https://github.com/TryGhost/gscan): A tool to validate your Ghost themes and plugins against best practices.
- [Editorial Workflow](https://github.com/TryGhost/Ghost-Editorial-Workflow): A workflow management tool for collaborative content creation.
- [Zapier Integration](https://zapier.com/apps/ghost/integrations): Automate tasks by connecting Ghost with other services using Zapier.
- [Ghost on Docker](https://hub.docker.com/_/ghost): Official Ghost Docker image for easy deployment in a containerized environment.

## Tutorials and Guides

- [How-to Install Ghost on Ubuntu](https://ghost.org/docs/install/ubuntu/): Step-by-step guide to install Ghost on Ubuntu.
- [Introduction to Ghost](https://www.himpfen.com/introduction-ghost/): A look at Ghost and explore its features, benefits, and why it stands out among its competitors.
- [Customizing Ghost Themes](https://ghost.org/docs/api/v3/handlebars-themes/): Guide to customizing themes using Ghost's Handlebars theme templating engine.
- [Building a Custom Ghost Theme](https://ghost.org/docs/tutorials/building-a-custom-ghost-theme/): Tutorial on creating your own custom theme for Ghost.
- [Ghost API Documentation](https://ghost.org/docs/api/v3/): Detailed documentation on the Ghost API and its usage.
- [How-to Install Ghost on Ubuntu](https://docs.ghost.org/install/ubuntu): Step-by-step guide to install Ghost on Ubuntu.
- [Customizing Ghost Themes](https://docs.ghost.org/themes): Guide to customizing themes using Ghost's Handlebars theme templating engine.
- [Building a Custom Ghost Theme](https://ghost.org/tutorials/essential-concepts/): Tutorial on creating your own custom theme for Ghost.
- [Ghost API Documentation](https://docs.ghost.org/content-api): Detailed documentation on the Ghost API and its usage.
- [Self-hosted Ghost Blog Guide for Engineers](https://humblethoughts.net/ghost-blog-terraform-ansible-k8s-guide/): A comprehensive guide to setting up a Ghost blog using Terraform, Ansible, Kubernetes.
- [How-to Create a Blog with Ghost](https://www.bettertechtips.com/blogging/ghost/create-blog-with-ghost/): This article will walk you through step by step to blog with Ghost.
- [How-to Set up a Self-Hosted Ghost Blogging Platform](https://codecurated.com/blog/how-to-set-up-a-self-hosted-ghost-blogging-platform/): Learn how-to set up a self-hosted Ghost blog on DigitalOcean.
- [How-to Install Ghost on CentOS 7](https://www.tecmint.com/install-ghost-in-centos-7/): How-to install an open source Ghost blog on a CentOS 7 system.
- [How-to add a tip jar](https://ghost.org/tutorials/tip-jar/): Learn how-to add a tip jar to your site to give your readers more opportunities to support your content.
- [How-to add a tip jar](https://ghost.org/help/tips-and-donations/): Learn how-to add a tip jar to your site to give your readers more opportunities to support your content.
- [How to use Code Injection](https://ghost.org/tutorials/use-code-injection-in-ghost/): Learn how-to get the most out of the code injection tool.
- [How to Deploy Ghost with Docker](https://docs.ghost.org/install/docker/): Step-by-step guide to deploy Ghost using Docker.
- [Ghost SEO Guide](https://ghost.org/resources/beginners-guide-to-seo/): Official guide to improving SEO on your Ghost blog.
Expand Down