Ghost theme for devtoolbox.blog
  • Handlebars 64.2%
  • CSS 35.8%
Find a file
ci-roundtrip b125571cb8
All checks were successful
Lint and deploy / lint (push) Successful in 1m24s
Lint and deploy / deploy (push) Successful in 41s
Revert "test: ci-roundtrip marker ci-roundtrip-1786333862"
This reverts commit 04346f890b.
2026-08-10 03:54:06 +00:00
.forgejo/workflows seed live devtoolbox theme 2026-08-09 21:36:39 +00:00
assets/css seed live devtoolbox theme 2026-08-09 21:36:39 +00:00
partials seed live devtoolbox theme 2026-08-09 21:36:39 +00:00
.gitignore seed live devtoolbox theme 2026-08-09 21:36:39 +00:00
default.hbs Revert "test: ci-roundtrip marker ci-roundtrip-1786333862" 2026-08-10 03:54:06 +00:00
error.hbs seed live devtoolbox theme 2026-08-09 21:36:39 +00:00
index.hbs seed live devtoolbox theme 2026-08-09 21:36:39 +00:00
package.json fix: add page.hbs and ghost-theme keyword to satisfy gscan 2026-08-09 21:44:06 +00:00
page-homelab.hbs seed live devtoolbox theme 2026-08-09 21:36:39 +00:00
page.hbs fix: use @page.show_title_and_feature_image in page.hbs to satisfy gscan 2026-08-09 21:50:20 +00:00
post.hbs seed live devtoolbox theme 2026-08-09 21:36:39 +00:00
README.md seed live devtoolbox theme 2026-08-09 21:36:39 +00:00
tag.hbs seed live devtoolbox theme 2026-08-09 21:36:39 +00:00

devtoolbox-theme

Ghost theme powering devtoolbox.blog.

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/devtoolbox/, docker restart ghost-devtoolbox, then polls the homepage for the Ghost generator meta tag.

See NASDocker/AGENTS.md "Ghost themes" section for full details. Wrapper canonical copy: NASDocker/stack-scripts/ghost-theme-deploy.sh.

Do not docker cp into the container or edit /home/ubuntu/stack/ghost-themes/devtoolbox/ directly on the VM — the next deploy overwrites both tracked AND untracked files (wrapper runs git clean -fdx).