-3

Where is stored ghost.js sorce html file? I want to create website using ghost.js, but I can't even find a html source file.

andrey andrey
  • 11
  • 2
  • 6

1 Answers1

0

Ghost is a CMS. It generates content from templates.

See the template guide in the documentation.

You'll find them in the themes directory with .hbs file extensions along with a README that explains all this again.

Quentin
  • 914,110
  • 126
  • 1,211
  • 1,335