Skip to content

Commit 6d70550

Browse files
update README and package.json to include mobile screenshot
1 parent 1ad369b commit 6d70550

3 files changed

Lines changed: 16 additions & 12 deletions

File tree

README.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,27 @@
22

33
A stylish, modern, and content-focused theme for Ghost. Logly is designed to be easy to use and customize, providing a great reading experience for your audience.
44

5-
 
5+
## Demo
6+
7+
![Desktop](./assets/screenshot-desktop.png)
8+
![Mobile](./assets/screenshot-mobile.png)
69

710
## Installation Guide
811

912
Installing the Logly theme on your Ghost blog is a straightforward process. Follow these simple steps:
1013

11-
1. **Download the Theme**
12-
- Navigate to the [releases page](https://github.com/frontendweb3/logly/releases) of this repository.
13-
- Download the latest `logly.zip` file.
14+
1. **Download the Theme**
15+
- Navigate to the [releases page](https://github.com/frontendweb3/logly/releases) of this repository.
16+
- Download the latest `logly.zip` file from latest release.
1417

15-
2. **Upload to Ghost**
16-
- Log in to your Ghost admin panel.
17-
- Go to **Settings** -> **Design**.
18-
- Click on **Change theme** and then click the **Upload theme** button.
19-
- Select the `logly.zip` file you downloaded.
18+
2. **Upload to Ghost**
19+
- Log in to your Ghost admin panel.
20+
- Go to **Settings** -> **Design**.
21+
- Click on **Change theme** and then click the **Upload theme** button.
22+
- Select the `logly.zip` file you downloaded.
2023

21-
3. **Activate the Theme**
22-
- Once the upload is complete, click **Activate** to start using the Logly theme on your site.
24+
3. **Activate the Theme**
25+
- Once the upload is complete, click **Activate** to start using the Logly theme on your site.
2326

2427
That's it! Your Ghost blog is now using the Logly theme.
2528

assets/screenshot-mobile.png

1.05 MB
Loading

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
},
99
"license": "MIT",
1010
"screenshots": {
11-
"desktop": "assets/images/screenshot-desktop.png"
11+
"desktop": "assets/images/screenshot-desktop.png",
12+
"mobile": "assets/images/screenshot-mobile.png"
1213
},
1314
"scripts": {
1415
"build": "node esbuild.config.js",

0 commit comments

Comments
 (0)