Skip to content

👻 Ghost theme for Feeka, a fictional company founded for Project Management Laboratory class.

License

Notifications You must be signed in to change notification settings

literallysofia/feeka

Repository files navigation

feeka-theme

Quickstart Install

If you want to run your own instance of Ghost, in most cases the best way is to use our CLI tool

$ npm install ghost-cli -g

Then, if installing locally add the local flag to get up and running in under a minute - Local install docs

$ ghost install local

⚠️ Important ⚠️

After instalation clone this repository to content -> themes and run ghost restart to start seeing the feeka-theme in http://localhost:2368/ghost/#/settings/design.


Check out our official documentation for more information about our recommended hosting stack & properly upgrading Ghost, plus everything you need to develop your own Ghost themes or work with our API.

First time using a Ghost theme?

Ghost uses a simple templating language called Handlebars for its themes.

We've documented our default theme pretty heavily so that it should be fairly easy to work out what's going on just by reading the code and the comments. Once you feel comfortable with how everything works, we also have full theme API documentation which explains every possible Handlebars helper and template.

The main files are:

  • default.hbs - The main template file
  • index.hbs - Used for the home page
  • post.hbs - Used for individual posts
  • page.hbs - Used for individual pages
  • tag.hbs - Used for tag archives
  • author.hbs - Used for author archives

One really neat trick is that you can also create custom one-off templates just by adding the slug of a page to a template file. For example:

  • page-about.hbs - Custom template for the /about/ page
  • tag-news.hbs - Custom template for /tag/news/ archive
  • author-ali.hbs - Custom template for /author/ali/ archive

Development

Casper 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:

$ yarn install
$ yarn dev

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

If you mess around with the sass files, you'll have to have another terminal running:

$ npm run sass

Deployment

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

$ yarn zip

About

👻 Ghost theme for Feeka, a fictional company founded for Project Management Laboratory class.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published