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.
https://hub.docker.com/_/ghost
NODE_ENV: development
help to run ghost cms locally in you laptop.
You install fastest theme by manually. first download code into github repo and then follow the steps.
- clone the repo with following command
git clone https://github.com/officialrajdeepsingh/ghostthemewithdocker.git
or download code for repo theghostthemewithdocker. - Go to the ghost dashboard > settings > design > change-theme > click on upload button > activate the fastest theme.
You can add social media link, adsense Enable and disable, copyright, theme .
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.
All changelogs help to improve website speed and user experience.
- 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
- Fix ads and reduce css
- Remove ads block detector
- fix ads block issue on website
- Remove Jquery
- Improve search functionally
- Disable adblock
- adblock detected and add custom adsense_adblock_enable property
- fix small issue in css and design
- Add color support in custom setting
- fix small issue in css and design
- update author social links on post page
- Add basic subscribe section
- improve css
- Improve page layout
- Image page speed bug fix.
- Improve website CSS
- Compress CSS and JS file
- Config the search API in theme