Skip to content

Commit f183699

Browse files
add and update the package and theme config
1 parent 180e6a2 commit f183699

File tree

1 file changed

+28
-38
lines changed

1 file changed

+28
-38
lines changed

package.json

Lines changed: 28 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
{
22
"name": "fastest",
3-
"description": "Fastest ghost cms base theme. Fastest is litewight, mordern open-source theme",
4-
"version": "1.0.7",
3+
"description": "Fastest ghost cms base theme. Fastest is lite wight, modern open-source theme",
4+
"version": "1.0.8",
55
"engines": {
6-
"ghost": ">=4.0.0"
6+
"ghost": ">=5.0.0"
77
},
88
"license": "MIT",
99
"scripts": {
10-
"dev": "gulp"
10+
"gulp": "gulp main",
11+
"start": "npx tailwindcss -i ./assets/css/dev.css -o ./assets/build/css/build.css --watch"
1112
},
12-
"card_assets": true,
1313
"author": {
1414
"name": "Rajdeep Singh",
1515
"email": "[email protected]",
1616
"url": "https://officialrajdeepsingh.dev"
1717
},
18+
"repository" : {"type": "git", "url": "https://github.com/frontendweb3/fastest"},
19+
1820
"keywords": [
1921
"ghost",
2022
"theme",
@@ -24,15 +26,24 @@
2426
],
2527
"screenshots": {
2628
"desktop": [
27-
"assets/dark.png",
28-
"assets/light.png"
29+
"assets/light.png",
30+
"assets/desktop.png"
2931
],
3032
"mobile": "assets/mobile.png"
3133
},
3234
"config": {
3335
"posts_per_page": 10,
3436
"image_sizes": {},
37+
"card_assets": true,
3538
"custom": {
39+
"enable_color_scheme": {
40+
"type": "select",
41+
"options": [
42+
"Light",
43+
"Dark"
44+
],
45+
"default": "Dark"
46+
},
3647
"linkedin_url": {
3748
"type": "text",
3849
"default": "None"
@@ -53,32 +64,6 @@
5364
"type": "text",
5465
"default": "https://officialrajdeepsingh.dev/pages/terms-and-conditions/"
5566
},
56-
"third_nav_enable_on_website": {
57-
"type": "select",
58-
"options": [
59-
"Disable",
60-
"Enable"
61-
],
62-
"default": "Disable"
63-
},
64-
"comment_enable_on_page": {
65-
"type": "select",
66-
"options": [
67-
"Disable",
68-
"Enable"
69-
],
70-
"default": "Disable"
71-
},
72-
73-
"comment_enable_on_post": {
74-
"type": "select",
75-
"options": [
76-
"Disable",
77-
"Enable"
78-
],
79-
"default": "Disable",
80-
"group": "post"
81-
},
8267
"adsense_enable": {
8368
"type": "select",
8469
"options": [
@@ -90,15 +75,20 @@
9075
}
9176
},
9277
"devDependencies": {
93-
"autoprefixer": "^10.4.2",
94-
"cssnano": "^5.0.17",
78+
"@tailwindcss/typography": "^0.5.8",
79+
"autoprefixer": "^10.4.13",
9580
"gscan": "^4.22.0",
9681
"gulp": "4.0.2",
97-
"gulp-autoprefixer": "^8.0.0",
9882
"gulp-concat": "^2.6.1",
99-
"gulp-cssnano": "^2.1.3",
10083
"gulp-livereload": "4.0.2",
10184
"gulp-sourcemaps": "^3.0.0",
102-
"gulp-uglify": "^3.0.2"
85+
"gulp-uglify": "^3.0.2",
86+
"postcss": "^8.4.20",
87+
"tailwindcss": "^3.2.4"
88+
},
89+
"renovate": {
90+
"extends": [
91+
"@tryghost:theme"
92+
]
10393
}
10494
}

0 commit comments

Comments
 (0)