Ghost theme from Peter Krzyzek: The Leaders Theme.
Go to file
Peter Krzyzek 99e7a30d40 File clean up and template progress 2023-06-27 09:23:58 -05:00
.github/workflows Update TryGhost/action-deploy-theme action to v1.6.3 2023-01-25 23:57:49 +00:00
assets File clean up and template progress 2023-06-27 09:23:58 -05:00
members - Update signups.hbs to make compatible with Ghost v5. 2022-07-07 10:44:13 +08:00
partials File clean up and template progress 2023-06-27 09:23:58 -05:00
.editorconfig Initial commit 2018-12-31 00:56:05 +00:00
.gitignore Change to tailwind 2023-02-19 08:12:14 -06:00
.npmrc Added FA + light tweaks to home 2023-05-04 09:59:34 -05:00
.yarnrc.yml Added FA + light tweaks to home 2023-05-04 09:59:34 -05:00
LICENSE 2022 2022-01-06 13:52:34 +00:00
README.md Added Inter font 2023-03-18 17:55:43 -05:00
author.hbs File clean up and template progress 2023-06-27 09:23:58 -05:00
default.hbs File clean up and template progress 2023-06-27 09:23:58 -05:00
error.hbs Added FA + light tweaks to home 2023-05-04 09:59:34 -05:00
gulpfile.js Change to tailwind 2023-02-19 08:12:14 -06:00
index.hbs File clean up and template progress 2023-06-27 09:23:58 -05:00
package.json File clean up and template progress 2023-06-27 09:23:58 -05:00
page.hbs Add alt and caption support to feature image 2021-07-08 13:19:04 +08:00
post.hbs File clean up and template progress 2023-06-27 09:23:58 -05:00
renovate.json Configure Renovate (#7) 2019-11-08 16:38:30 +07:00
tag.hbs File clean up and template progress 2023-06-27 09:23:58 -05:00
tailwind.config.js Added Inter font 2023-03-18 17:55:43 -05:00
yarn.lock File clean up and template progress 2023-06-27 09:23:58 -05:00

README.md

Leaders - Ghost CMS theme

Custom theme created for and by Peter Krzyzek.

 

Development

First run a local instance with:

ghost start

And then follow the original theme dev instructions below:

Styles are compiled using Gulp/PostCSS to polyfill future CSS spec. You'll need Node, Yarn and Gulp installed globally. After that, from the theme's root directory:

# Install
yarn

# Run build & watch for changes
yarn dev

Now you can edit /assets/css/ files, which will be compiled to /assets/built/ automatically.

The zip Gulp task packages the theme files into dist/<theme-name>.zip, which you can then upload to your site.

yarn zip

 

Copyright & License

Copyright (c) 2023 Piotr Krzyzek of Chykalophia - Released under the MIT license.