began structuring index page. posts now show correctly on a 1920x1080 screen.

This commit is contained in:
Lorenzo Dellacà
2020-08-13 14:23:29 +02:00
parent 359e6108c9
commit 3b02a75451
13 changed files with 2756 additions and 2647 deletions

34
package.json Normal file → Executable file
View File

@@ -1,17 +1,17 @@
{
"name": "mindtheme",
"description": "Mind Overflow's official website style",
"version": "0.0.2",
"engines": {
"ghost-api": "v3"
},
"keywords": ["ghost-theme"],
"license": "Copyright",
"author": {
"email": "lorenzo.dellaca@mind-overflow.net"
},
"config": {
"posts_per_page": 10,
"image_sizes": {}
}
}
{
"name": "mindtheme",
"description": "Mind Overflow's official website style",
"version": "0.0.2",
"engines": {
"ghost-api": "v3"
},
"keywords": ["ghost-theme"],
"license": "Copyright",
"author": {
"email": "lorenzo.dellaca@mind-overflow.net"
},
"config": {
"posts_per_page": 10,
"image_sizes": {}
}
}