No description
  • HTML 47.8%
  • Shell 46.1%
  • Rust 3.8%
  • Makefile 2.2%
Find a file
despiegk 760b0c125c Add base_path support to templates and improve run/stop workflow
- Replace all hardcoded absolute paths (e.g. /blog, /contact, /security)
  in templates with {{ base_path }}/... for correct sub-path deployment
- Fix 404 handler to use page_context! macro with BasePath extension
- Exclude *.db files from rust-embed TemplateAssets via include-exclude feature
- Add `stop` Makefile target and update `run` to pass --start flag to hero_proc
- Update hero_proc_sdk, hero_rpc, and hero_website_framework to latest
  development branch commits; drop unused async-trait dependency

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-24 22:27:44 +01:00
blogs Refactor specs, replace humans-and-agents with ACI philosophy section, add blog-insights spec and favicon 2026-03-22 10:16:05 +01:00
scripts feat: full Lhumina website with blog, password gate, and dark theme 2026-03-21 19:05:56 +01:00
specs Refactor specs, replace humans-and-agents with ACI philosophy section, add blog-insights spec and favicon 2026-03-22 10:16:05 +01:00
src Add base_path support to templates and improve run/stop workflow 2026-03-24 22:27:44 +01:00
static Refactor specs, replace humans-and-agents with ACI philosophy section, add blog-insights spec and favicon 2026-03-22 10:16:05 +01:00
templates Add base_path support to templates and improve run/stop workflow 2026-03-24 22:27:44 +01:00
.gitignore feat: full Lhumina website with blog, password gate, and dark theme 2026-03-21 19:05:56 +01:00
buildenv.sh feat: full Lhumina website with blog, password gate, and dark theme 2026-03-21 19:05:56 +01:00
Cargo.lock Add base_path support to templates and improve run/stop workflow 2026-03-24 22:27:44 +01:00
Cargo.toml Add base_path support to templates and improve run/stop workflow 2026-03-24 22:27:44 +01:00
Makefile Add base_path support to templates and improve run/stop workflow 2026-03-24 22:27:44 +01:00