https://github.com/officialrajdeepsingh/ghostthemewithdocker
Built ghost cms theme with docker and docker-compose
https://github.com/officialrajdeepsingh/ghostthemewithdocker
docker docker-compose ghost-blog-theme ghost-cms ghost-docker-image ghost-theme
Last synced: about 2 months ago
JSON representation
Built ghost cms theme with docker and docker-compose
- Host: GitHub
- URL: https://github.com/officialrajdeepsingh/ghostthemewithdocker
- Owner: officialrajdeepsingh
- License: mit
- Created: 2022-08-26T11:30:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-22T11:18:02.000Z (over 2 years ago)
- Last Synced: 2025-03-29T21:51:08.905Z (2 months ago)
- Topics: docker, docker-compose, ghost-blog-theme, ghost-cms, ghost-docker-image, ghost-theme
- Language: Handlebars
- Homepage:
- Size: 790 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
- License: license
Awesome Lists containing this project
README
# Installing fastest theme with docker and docker-compose
You can create own ghost theme with docker. To create theme with ghost and docker. you have latest version of `ghost-cli`, `docker`, and `docker-compose` in your laptop.
To start your project run following `sudo docker-compose up --build --force-recreate` docker command in terminal.
## ghost docker image
[https://hub.docker.com/_/ghost](https://hub.docker.com/_/ghost)
## Note
`NODE_ENV: development` help to run ghost cms locally in you laptop.
## Demo of fastest

---

---

## Installing fastest theme
### How to install fastest theme in the ghost?
You install fastest theme by manually. first download code into github repo and then follow the steps.
1. clone the repo with following command `git clone https://github.com/officialrajdeepsingh/ghostthemewithdocker.git` or download code for repo the[ghostthemewithdocker](https://github.com/officialrajdeepsingh/ghostthemewithdocker.git).
2. Go to the ghost dashboard > settings > design > change-theme > click on upload button > activate the fastest theme.## What kind thing change fastest theme?
You can add social media link, adsense Enable and disable, copyright, theme .
## How to add adsense in blog?
you can paste your Adsense code into `partials/ads.hbs` file and then enable Adsense dashboard > settings > design > Site-wide > click on adsense enable button and select enable.
## Version
All changelogs help to improve website speed and user experience.
### dec 22 2020
* reduce the javascript and CSS
* Enable comment and search
* Remove third nav bar
* Improve the website design
* Enable dark and light mode
* Fix other issue### Jun 14 2022
* Fix ads and reduce css
* Remove ads block detector### March 30 2022
* fix ads block issue on website
### March 28 2022
* Remove Jquery
* Improve search functionally
* Disable adblock
* adblock detected and add custom adsense_adblock_enable property
* fix small issue in css and design### March 21 2022
* Add color support in custom setting
* fix small issue in css and design### March 20 2022
* update author social links on post page
### March 17 2022
* Add basic subscribe section
* improve css### March 13 2022
* Improve page layout
### March 12 2022
* Image page speed bug fix.
### March 10 2022
* Improve website CSS
* Compress CSS and JS file
* Config the search API in theme