Skip to content

Commit b39f82c

Browse files
update the readme.md file
1 parent 07e41a7 commit b39f82c

File tree

1 file changed

+8
-18
lines changed

1 file changed

+8
-18
lines changed

readme.md

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,27 @@
1-
# Installing the fastest theme with docker and docker-compose
1+
# Installing the fastest theme
22

3-
You can create your own ghost theme with docker. To create a theme with ghost and docker. you have the latest version of `ghost-cli`, `docker`, and `docker-compose` on your laptop.
4-
5-
To start your project run the following `sudo docker-compose up --build --force-recreate` docker command in terminal.
6-
7-
## ghost docker image
8-
9-
[https://hub.docker.com/_/ghost](https://hub.docker.com/_/ghost)
10-
11-
## Note
12-
13-
`NODE_ENV: development` help to run ghost cms locally in you laptop.
3+
You can create your own ghost theme. To create a theme with ghost. you have the latest version of `ghost-cli` in your laptop.
144

155

166
## Demo of fastest
177

18-
![ScreenShot](/assets/light.png)
8+
![ScreenShot](./assets/light.png)
199

2010
---
2111

22-
![ScreenShot](/assets/desktop.png)
12+
![ScreenShot](./assets/desktop.png)
2313

2414
---
2515

26-
![ScreenShot](/assets/mobile.png)
16+
![ScreenShot](./assets/mobile.png)
2717

2818

2919
## Installing fastest theme
3020

3121
### How to install fastest theme in the ghost?
3222

3323
You install fastest theme by manually. first download code into github repo and then follow the steps.
34-
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).
24+
1. clone the repo with following command `git clone https://github.com/frontendweb3/fastest` or download code for repo the [fastest](https://github.com/frontendweb3/fastest).
3525
2. Go to the ghost dashboard > settings > design > change-theme > click on upload button > activate the fastest theme.
3626

3727
## What kind thing change fastest theme?
@@ -40,15 +30,15 @@ You can add social media link, adsense Enable and disable, copyright, theme .
4030

4131
## How to add adsense in blog?
4232

43-
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.
33+
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.
4434

4535
## Version
4636

4737
All changelogs help to improve website speed and user experience.
4838

4939
### Dec 22 2020
5040

51-
* reduce the javascript and CSS
41+
* Reduce the javascript and CSS
5242
* Enable comment and search
5343
* Remove third nav bar
5444
* Improve the website design

0 commit comments

Comments
 (0)