A minimal Ghost theme
- Download the files
- Zip the files, upload through the Ghost admin panel, and activate
- Create page
- Name it "Tags"
- Settings -> Template -> Choose Tags
- Save
- 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
- By default, the theme displays all posts instead of paginating it
- Enable pagination by removing all instances of limit="all" in files
Theme is adapted from Vanilla used for Hugo(https://gohugo.io/)
This theme is licensed under the MIT License