Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.21 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.21 KB

Vanilla

A minimal Ghost theme

Required Steps for Installation

  1. Download the files
  2. Zip the files, upload through the Ghost admin panel, and activate

How to create Tags page

  1. Create page
  2. Name it "Tags"
  3. Settings -> Template -> Choose Tags
  4. Save

How to make customizations

  • Custom CSS is in assets/styles/vanilla.css
  • Custom script is in partials/script.hbs
  • A good entry point is default.hbs
  • Replace the Disqus universal embed code in partials/comments.hbs, or delete the #comments div to remove comments altogether

Pagination

  • By default, the theme displays all posts instead of paginating it
  • Enable pagination by removing all instances of limit="all" in files

Credits

Theme is adapted from Vanilla used for Hugo(https://gohugo.io/)

License

This theme is licensed under the MIT License

More Screenshots

Desktop Post Screenshot

Mobile Screenshot