My Free Ghost CMS Hosting Journey

My journey hosting Ghost CMS for free using GitLab Pages. Learn how I created a static version of Ghost CMS and hosted it for free.

Written by Rafi
📅
Published February 14, 2023
⏱️
Read Time 2 min
📊
Difficulty Beginner

I’m excited to discuss Ghost CMS in this blog article.

ℹ️ Info

Ghost CMS is a simple and effective blogging and website-building tool. Because of its focus on simplicity and minimalism, it’s the ideal platform for bloggers, writers, and small businesses who want to create appealing websites quickly and easily.

Why Ghost CMS?

Whether you choose to use Ghost(Pro) or self-host Ghost CMS, getting started is easy. Additionally, the multitude of customization options available make it simple to build a website that perfectly reflects your business and style.

💡 Tip

Ghost CMS is open source, so it’s a great platform to represent yourself.

Free Hosting on GitLab

It is entirely free for me because I hosted it on GitLab. And I am running it from GitLab Pages.

📖 How to Create Static Version

I just created a static version of the website by using wget commands:

wget -r -nH -P docs -E -T 2 -np -k http://localhost:2368

This command creates an offline version of your Ghost CMS site.

⚠️ Warning

I finally understand why index.html is not functioning properly due to the incorrect location given the theme. But don’t worry, GitHub will fix the issue after pushing it to GitHub.

Deploy to GitLab Pages

📖 Deployment Steps
  1. Push your static files to a GitLab repository
  2. Go to Settings → Pages
  3. Select Branch: main, Folder: /docs
  4. Your site will be live at your GitLab Pages URL

Example repository: https://github.com/kazi-ar-rafi/kaziarrafi.github.io

Conclusion

💡 Tip

So why not give Ghost CMS a shot? It can be the best platform for your future blog or website project.

Good luck with your Ghost CMS setup!

Knowledge Check

Test your knowledge about hosting Ghost CMS for free

Discussion

0 comments
Reading Progress
4 min left 0%
Welcome back! Sign in to join the discussion.

Please verify your email to sign in.

Enter the 6-digit code from your verification email.

Didn't receive the email?

Remember your password?

Create an account to comment and join the community.
Letters, numbers, and underscores only

Check your email! We've sent a verification code.

Enter the 6-digit code to complete your registration, or click the link in your email.

Didn't receive the email?

Wrong email?

Enter your email address and we'll send you a code to reset your password.

Remember your password?

Enter the 6-digit code from your email and create a new password.

Didn't receive code?

Welcome aboard!

Your account has been created successfully.

Welcome back! Sign in to join the discussion.

Please verify your email to sign in.

Enter the 6-digit code from your verification email.

Didn't receive the email?

Remember your password?

Create an account to comment and join the community.
Letters, numbers, and underscores only

Check your email! We've sent a verification code.

Enter the 6-digit code to complete your registration, or click the link in your email.

Didn't receive the email?

Wrong email?

Enter your email address and we'll send you a code to reset your password.

Remember your password?

Enter the 6-digit code from your email and create a new password.

Didn't receive code?

Welcome aboard!

Your account has been created successfully.