8000 GitHub - joeljfischer/Themes: A monorepo for Ghost themes
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

joeljfischer/Themes

 
 

Repository files navigation

Ghost Themes

A monorepo for Ghost official themes.

Development

You'll need Node, Yarn and Gulp installed globally. After that, from the project's root directory:

# install dependencies
yarn

# run development server
yarn dev

Now you can edit files in themes/<theme-name>/assets/css/ or themes/<theme-name>/assets/js/, which will be compiled to themes/<theme-name>/assets/built/ automatically.

To run a theme locally, you need to symlink a theme to your local Ghost site.

# run a theme locally
yarn symlink --theme <theme-name> --site /dir/to/your/ghost-site

Restart your Ghost instance and the theme will be listed in the Design settings.

To create an installable theme zip file in themes/<theme-name>/dist/:

# create .zip file
yarn zip --theme <theme-name>

Copyright & License

Copyright (c) 2013-2022 Ghost Foundation - Released under the MIT license.

About

A monorepo for Ghost themes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Handlebars 38.2%
  • CSS 34.5%
  • JavaScript 27.3%
0