Ghost theme for smart-pounds.com
- Handlebars 63.1%
- CSS 36.9%
| .forgejo/workflows | ||
| assets/css | ||
| partials | ||
| .gitignore | ||
| default.hbs | ||
| error.hbs | ||
| index.hbs | ||
| package.json | ||
| page.hbs | ||
| post.hbs | ||
| README.md | ||
| tag.hbs | ||
smartpounds-theme
Ghost theme powering smart-pounds.com.
Deploy flow
Push to main → Forgejo Actions runs gscan → SSHes to the VM → wrapper (/home/ubuntu/stack/scripts/ghost-theme-deploy.sh) runs git fetch && reset --hard <sha> && clean -fdx in /home/ubuntu/stack/ghost-themes/smartpounds/, docker restart ghost, then polls the homepage for the Ghost generator meta tag.
See NASDocker/AGENTS.md "Ghost themes" section. Wrapper canonical copy: NASDocker/stack-scripts/ghost-theme-deploy.sh.
Do not docker cp into the container or edit /home/ubuntu/stack/ghost-themes/smartpounds/ directly on the VM — the next deploy overwrites both tracked AND untracked files (wrapper runs git clean -fdx).