Skip to content

Commit c16c153

Browse files
update the readme.md file
1 parent 74fb7b3 commit c16c153

File tree

1 file changed

+57
-40
lines changed

1 file changed

+57
-40
lines changed

readme.md

+57-40
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,102 @@
1-
# Installing fastest theme and FAQ
1+
# Installing fastest theme with docker and docker-compose
22

3-
## Demo of fastest
3+
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.
4+
5+
To start your project run 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.
414

515

16+
## Demo of fastest
17+
618
![ScreenShot](/assets/light.png)
719

820
---
921

10-
1122
![ScreenShot](/assets/desktop.png)
1223

1324
---
1425

1526
![ScreenShot](/assets/mobile.png)
1627

17-
---
18-
19-
#### Installing fastest theme in 5 easy steps.
2028

21-
## How to install fastest theme in the ghost?
22-
You install fastest theme by manuually. first download code into github reop and then follow the steps.
23-
1. Extract the fastest folder.
24-
2. In the Extract folder you find a `routes.yaml` file.
25-
3. Then convert the folder into zip (Compress folder) folder.
26-
4. After zip file upload your website.
27-
5. After your fastest theme sucess full then `routes.yaml` file upload into `settings/lab` page and find Routes section and upload file. (Important)
29+
## Installing fastest theme
2830

29-
Note:
30-
> Whitout upload `routes.yaml` file your theme routing is not working. In routing serach route not work.
31+
### How to install fastest theme in the ghost?
3132

33+
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).
35+
2. Go to the ghost dashboard > settings > design > change-theme > click on upload button > activate the fastest theme.
3236

3337
## What kind thing change fastest theme?
34-
You can add shocial media link, adsense Enable and disable, copyright, comment enable and disable.
3538

39+
You can add social media link, adsense Enable and disable, copyright, theme .
3640

3741
## How to add adsense in blog?
38-
you can add Adsense code into `partials/ads.hbs` file.
3942

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.
4044

41-
## How to add comment in blog?
42-
Fastest theme support disqus comment system. you can add disqus comment code into `partials/comment.hbs` file.
45+
## Version
4346

44-
## How to change third nav in blog?
45-
Ghost support only two navgation. you add third navgation in your blog. you config third nav manual and edit third nav intio `partials/third-nav.hbs`
47+
All changelogs help to improve website speed and user experience.
4648

49+
### dec 22 2020
4750

48-
# Version
49-
All changelogs help to improve website speed and user experience.
51+
* reduce the javascript and CSS
52+
* Enable comment and search
53+
* Remove third nav bar
54+
* Improve the website design
55+
* Enable dark and light mode
56+
* Fix other issue
57+
58+
59+
### Jun 14 2022
5060

51-
## Jun 14 2022
5261
* Fix ads and reduce css
53-
* Remove ads block detector
62+
* Remove ads block detector
5463

64+
### March 30 2022
5565

56-
## March 30 2022
5766
* fix ads block issue on website
5867

59-
## March 28 2022
60-
* Remove Jquery
61-
* Improve serach functionalty
62-
* Diable adsblocker
63-
* adsblocker detected and add custom adsense_adsblocker_enable property
68+
### March 28 2022
69+
70+
* Remove Jquery
71+
* Improve search functionally
72+
* Disable adblock
73+
* adblock detected and add custom adsense_adblock_enable property
6474
* fix small issue in css and design
6575

66-
## March 21 2022
67-
* Add color support incustom setting
76+
### March 21 2022
77+
78+
* Add color support in custom setting
6879
* fix small issue in css and design
6980

70-
## March 20 2022
81+
### March 20 2022
82+
7183
* update author social links on post page
7284

73-
## March 17 2022
74-
* Addv basic subscribe section
85+
### March 17 2022
86+
87+
* Add basic subscribe section
7588
* improve css
7689

77-
## March 13 2022
90+
### March 13 2022
91+
7892
* Improve page layout
7993

80-
## March 12 2022
94+
### March 12 2022
95+
8196
* Image page speed bug fix.
82-
## March 10 2022
97+
98+
### March 10 2022
99+
83100
* Improve website CSS
84101
* Compress CSS and JS file
85-
* Config the search API in theme
102+
* Config the search API in theme

0 commit comments

Comments
 (0)