|
1 |
| -# Installing fastest theme and FAQ |
| 1 | +# Installing fastest theme with docker and docker-compose |
2 | 2 |
|
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. |
4 | 14 |
|
5 | 15 |
|
| 16 | +## Demo of fastest |
| 17 | + |
6 | 18 | 
|
7 | 19 |
|
8 | 20 | ---
|
9 | 21 |
|
10 |
| - |
11 | 22 | 
|
12 | 23 |
|
13 | 24 | ---
|
14 | 25 |
|
15 | 26 | 
|
16 | 27 |
|
17 |
| ---- |
18 |
| - |
19 |
| -#### Installing fastest theme in 5 easy steps. |
20 | 28 |
|
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 |
28 | 30 |
|
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? |
31 | 32 |
|
| 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. |
32 | 36 |
|
33 | 37 | ## What kind thing change fastest theme?
|
34 |
| -You can add shocial media link, adsense Enable and disable, copyright, comment enable and disable. |
35 | 38 |
|
| 39 | +You can add social media link, adsense Enable and disable, copyright, theme . |
36 | 40 |
|
37 | 41 | ## How to add adsense in blog?
|
38 |
| -you can add Adsense code into `partials/ads.hbs` file. |
39 | 42 |
|
| 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. |
40 | 44 |
|
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 |
43 | 46 |
|
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. |
46 | 48 |
|
| 49 | +### dec 22 2020 |
47 | 50 |
|
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 |
50 | 60 |
|
51 |
| -## Jun 14 2022 |
52 | 61 | * Fix ads and reduce css
|
53 |
| -* Remove ads block detector |
| 62 | +* Remove ads block detector |
54 | 63 |
|
| 64 | +### March 30 2022 |
55 | 65 |
|
56 |
| -## March 30 2022 |
57 | 66 | * fix ads block issue on website
|
58 | 67 |
|
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 |
64 | 74 | * fix small issue in css and design
|
65 | 75 |
|
66 |
| -## March 21 2022 |
67 |
| -* Add color support incustom setting |
| 76 | +### March 21 2022 |
| 77 | + |
| 78 | +* Add color support in custom setting |
68 | 79 | * fix small issue in css and design
|
69 | 80 |
|
70 |
| -## March 20 2022 |
| 81 | +### March 20 2022 |
| 82 | + |
71 | 83 | * update author social links on post page
|
72 | 84 |
|
73 |
| -## March 17 2022 |
74 |
| -* Addv basic subscribe section |
| 85 | +### March 17 2022 |
| 86 | + |
| 87 | +* Add basic subscribe section |
75 | 88 | * improve css
|
76 | 89 |
|
77 |
| -## March 13 2022 |
| 90 | +### March 13 2022 |
| 91 | + |
78 | 92 | * Improve page layout
|
79 | 93 |
|
80 |
| -## March 12 2022 |
| 94 | +### March 12 2022 |
| 95 | + |
81 | 96 | * Image page speed bug fix.
|
82 |
| -## March 10 2022 |
| 97 | + |
| 98 | +### March 10 2022 |
| 99 | + |
83 | 100 | * Improve website CSS
|
84 | 101 | * Compress CSS and JS file
|
85 |
| -* Config the search API in theme |
| 102 | +* Config the search API in theme |
0 commit comments