Skip to content

frontend-garden/frontend-garden-ghost-theme

Repository files navigation

Frontend Garden Ghost Theme

Build and test

Minimalist theme for the πŸ€ Frontend Garden online magazine powered by πŸ‘» Ghost.

πŸ‘‰πŸ» Please note this theme is designed solely for the purposes of the πŸ€ Frontend Garden magazine. It's not intended to work out-of-the-box or get modified for any Ghost publications other than πŸ€ Frontend Garden. However, please do feel free to try it out and use it as a source of inspiration!

Theme Build and Activation

Requirements: node v16 or newer.

  1. Clone the theme:

    git clone git@github.com:frontend-garden/frontend-garden-ghost-theme.git
  2. Build the theme:

    cd frontend-garden-ghost-theme
    npm install
    npm run build
  3. Prepare distribution ZIP package into the dist directory:

    npm run dist
  4. Upload the ZIP package dist/frontend-garden-ghost-theme-<VERSION_NUMBER>.zip on the Design administration page of your Ghost publication and activate frontend-garden-ghost-theme.

  5. In the theme root there is a routes.yaml file. Upload this single file using Routes on the Labs administration page.

  6. Congrats, you're done! πŸŽ‰

Contributing

See Contributing guidelines and Releasing instructions.

License

Licensed under Apache 2.0 license.