File tree 1 file changed +45
-8
lines changed
1 file changed +45
-8
lines changed Original file line number Diff line number Diff line change 33
33
],
34
34
"mobile" : " assets/mobile.png"
35
35
},
36
- "docs" : " https://officialrajdeepsingh.dev" ,
37
36
"config" : {
38
37
"docs" : " https://officialrajdeepsingh.dev" ,
39
38
"posts_per_page" : 5 ,
40
- "image_sizes" : {},
41
39
"card_assets" : true ,
42
40
"custom" : {
41
+ "background_color" : {
42
+ "type" : " color" ,
43
+ "default" : " #ffffff" ,
44
+ "description" : " Change the background color of your blog."
45
+ },
46
+ "text_color" : {
47
+ "type" : " color" ,
48
+ "default" : " #000000" ,
49
+ "description" : " Change the text color of your blog."
50
+ },
51
+ "icons_text_color" : {
52
+ "type" : " color" ,
53
+ "default" : " #000000" ,
54
+ "description" : " Change the text color of your blog."
55
+ },
56
+ "text_primary_color" : {
57
+ "type" : " color" ,
58
+ "default" : " #000000" ,
59
+ "description" : " Change the primary text color of your blog and page."
60
+ },
61
+ "text_secondary_color" : {
62
+ "type" : " color" ,
63
+ "default" : " #000000" ,
64
+ "description" : " Change the primary text color of your blog."
65
+ },
66
+ "text_accent_color" : {
67
+ "type" : " color" ,
68
+ "default" : " #000000" ,
69
+ "description" : " Change the primary text color of your blog."
70
+ },
43
71
"copyright" : {
44
72
"type" : " text" ,
45
73
"default" : " Copy right by frontend web." ,
46
- "description" : " copy right message."
74
+ "description" : " Add copy right message in footer ."
47
75
},
48
- "background_color" : {
49
- "type" : " color" ,
50
- "default" : " #15171a" ,
51
- "description" : " Change the background color of your blog."
76
+ "newsletter_size" : {
77
+ "type" : " select" ,
78
+ "group" : " homepage" ,
79
+ "options" : [
80
+ " sm" ,
81
+ " md" ,
82
+ " lg" ,
83
+ " xl"
84
+ ],
85
+ "default" : " lg"
52
86
},
53
87
"newsletter_show" : {
54
88
"type" : " boolean" ,
55
89
"default" : true ,
56
90
"group" : " homepage" ,
57
91
"description" : " Show the newsletter."
58
- },
92
+ },
59
93
"newsletter_title" : {
60
94
"type" : " text" ,
61
95
"default" : " We invest in the worlds potential." ,
92
126
"extends" : [
93
127
" @tryghost:theme"
94
128
]
129
+ },
130
+ "dependencies" : {
131
+ "tailwindcss-animate" : " ^1.0.7"
95
132
}
96
133
}
You can’t perform that action at this time.
0 commit comments