mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
13 lines
253 B
JSON
13 lines
253 B
JSON
|
{
|
||
|
"name": "members-test-theme",
|
||
|
"description": "A minimal theme for testing members behaviour",
|
||
|
"version": "1.0.0",
|
||
|
"engines": {
|
||
|
"ghost-api": "v4"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"config": {
|
||
|
"posts_per_page": 25
|
||
|
}
|
||
|
}
|