You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+8-18Lines changed: 8 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,37 +1,27 @@
1
-
# Installing the fastest theme with docker and docker-compose
1
+
# Installing the fastest theme
2
2
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.
`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.
14
4
15
5
16
6
## Demo of fastest
17
7
18
-

8
+

19
9
20
10
---
21
11
22
-

12
+

23
13
24
14
---
25
15
26
-

16
+

27
17
28
18
29
19
## Installing fastest theme
30
20
31
21
### How to install fastest theme in the ghost?
32
22
33
23
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).
35
25
2. Go to the ghost dashboard > settings > design > change-theme > click on upload button > activate the fastest theme.
36
26
37
27
## What kind thing change fastest theme?
@@ -40,15 +30,15 @@ You can add social media link, adsense Enable and disable, copyright, theme .
40
30
41
31
## How to add adsense in blog?
42
32
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.
44
34
45
35
## Version
46
36
47
37
All changelogs help to improve website speed and user experience.
0 commit comments