Skip to content

Latest commit

 

History

History
62 lines (43 loc) · 1.84 KB

README.md

File metadata and controls

62 lines (43 loc) · 1.84 KB

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.