Ghost theme for smart-pounds.com
  • Handlebars 63.1%
  • CSS 36.9%
Find a file
claude-agent 7d364cbe94
All checks were successful
Lint and deploy / lint (push) Successful in 3m19s
Lint and deploy / deploy (push) Successful in 2m9s
seed live smartpounds theme
2026-08-10 03:44:02 +00:00
.forgejo/workflows seed live smartpounds theme 2026-08-10 03:44:02 +00:00
assets/css seed live smartpounds theme 2026-08-10 03:44:02 +00:00
partials seed live smartpounds theme 2026-08-10 03:44:02 +00:00
.gitignore seed live smartpounds theme 2026-08-10 03:44:02 +00:00
default.hbs seed live smartpounds theme 2026-08-10 03:44:02 +00:00
error.hbs seed live smartpounds theme 2026-08-10 03:44:02 +00:00
index.hbs seed live smartpounds theme 2026-08-10 03:44:02 +00:00
package.json seed live smartpounds theme 2026-08-10 03:44:02 +00:00
page.hbs seed live smartpounds theme 2026-08-10 03:44:02 +00:00
post.hbs seed live smartpounds theme 2026-08-10 03:44:02 +00:00
README.md seed live smartpounds theme 2026-08-10 03:44:02 +00:00
tag.hbs seed live smartpounds theme 2026-08-10 03:44:02 +00:00

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).