Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Development Setup

Prerequisites

Getting Started

  1. Clone the repo and navigate into it

    git clone <repo-url>
    cd openadmet-ghost
  2. Update the config with your local path

    Open config.development.json and update the contentPath and database filename to 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"
    }
  3. Start Ghost

    ghost start
  4. View the site at http://localhost:2368

    Admin panel: http://localhost:2368/ghost

  5. Stop Ghost

    ghost stop

Making Theme Changes

The theme lives in content/themes/openadmet-theme/. After editing:

  1. 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"
  2. Upload openadmet-theme.zip in Ghost Admin → Settings → Design → Theme.

About

Website containing code and instructions for changing the theme of our blog on Ghost.io.

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages