Santhosh Veer Blog
A Simple and Responsive Ghost Blog theme.
- Ghost V4
- Ghost theme with Membership Feature - https://ghost.org/members/
- Ghost theme for My Personal Blog - Automatically deploy to Ghost Admin Dasboard
Development ðŸ›
- Download or install via git on your Ghost theme Directory
/content/themes/
git clone https://github.com/mskian/santhosh-veer-blog.git
- Install Modules via
yarn
yarn
- Workflow âš™
## Development (Run build & watch for changes)
yarn dev
## Build
yarn buld
## Gscan
yarn test
## Bundle the theme to zip for Production use
yarn zip
- Enable Members Pages - Login to your Ghost Admin Dashboard and Upload this routes file on Lab Section
routes.yaml
routes:
/signup/: members/signup
/signin/: members/signin
/account/: members/account
collections:
/:
permalink: /{slug}/
template: index
taxonomies:
tag: /tag/{slug}/
author: /author/{slug}/