-
Clone the repo and navigate into it
git clone <repo-url> cd openadmet-ghost
-
Update the config with your local path
Open
config.development.jsonand update thecontentPathand databasefilenameto match where you cloned the repo:"database": { "connection": { "filename": "/YOUR/LOCAL/PATH/openadmet-ghost/content/data/ghost-local.db" } }, "paths": { "contentPath": "/YOUR/LOCAL/PATH/openadmet-ghost/content" }
-
Start Ghost
ghost start
-
View the site at http://localhost:2368
Admin panel: http://localhost:2368/ghost
-
Stop Ghost
ghost stop
The theme lives in content/themes/openadmet-theme/. After editing:
-
Zip the theme (run from
content/themes/):cd content/themes zip -r openadmet-theme.zip openadmet-theme --exclude "openadmet-theme/node_modules/*" --exclude "*.DS_Store"
-
Upload
openadmet-theme.zipin Ghost Admin → Settings → Design → Theme.