Lorenzo DellacĂ
da155c7d7e
- add tags.hbs - add home.hbs, copy of index.hbs - change <h1> global font size make some animations faster - make post title & footer background black instead of animated gradient - make "services" link in navbar white instead of animated gradient - move some css classes to screen.css to allow tags.hbs accessing them - fix policy popup being covered (issue #001) - fix policy popup style - fig kg-bookmark thumbnail image - add PT Serif font - add category and posted date under post title - move big post cards to post-card-big.hbs, so both index, home and tags can access it - mode post post cards style to new post-card-style.css file - update page.hbs, now rendering correctly and including content - add "l" size to package.json, to allow more high-res images
34 lines
698 B
JSON
Executable File
34 lines
698 B
JSON
Executable File
{
|
|
"name": "mindtheme",
|
|
"description": "Mind Overflow's official website style",
|
|
"version": "0.0.5",
|
|
"engines": {
|
|
"ghost-api": "v3"
|
|
},
|
|
"keywords": ["ghost-theme"],
|
|
"license": "Copyright",
|
|
"author": {
|
|
"email": "lorenzo.dellaca@mind-overflow.net"
|
|
},
|
|
"config": {
|
|
"posts_per_page": 10,
|
|
"image_sizes": {
|
|
"xxs": {
|
|
"width": 64
|
|
},
|
|
"xs": {
|
|
"width": 100
|
|
},
|
|
"s": {
|
|
"width": 300
|
|
},
|
|
"m": {
|
|
"width": 600
|
|
},
|
|
"l": {
|
|
"width": 1200
|
|
}
|
|
}
|
|
}
|
|
}
|