Lorenzo Dellacà
83302f7cc3
Added a new script with the purpose of getting all headers from a post's content and creating links for them in the left sidebar. Some div classes have been modified, and a wrapper div has been added to posts because of this new script. Some minor CSS changes have been made.
37 lines
755 B
JSON
Executable File
37 lines
755 B
JSON
Executable File
{
|
|
"name": "mindtheme",
|
|
"description": "Mind Overflow's official website style",
|
|
"version": "0.0.8",
|
|
"engines": {
|
|
"ghost-api": "v3"
|
|
},
|
|
"keywords": [
|
|
"ghost-theme"
|
|
],
|
|
"license": "Copyright",
|
|
"author": {
|
|
"name": "Lorenzo Dellacà",
|
|
"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
|
|
}
|
|
}
|
|
}
|
|
}
|